Software Development Network Logo
  • Windows Vista
  • Game Technologies
  • Windows Forms
  • Smart Device
  • VS Express Editions
  • Microsoft ISV
  • Visual Studio
  • Architecture
  • .NET Development
  • SQL Server
  • Visual Basic
  • Visual J#
  • Windows Live
  • Visual C#
  • VS Team System

Software Development Network >> jiao's Q&A profile

jiao

Member List

Simon Soanes
cope22
rollingdonut
Micaa
GaryWH
HDVD
YoungSoft
cl0306
Bransam72783
YunXu
solomonk
narend
Kaplan
Kana
Jfun
Nele
epearson
Macrel
ZAP
dovoto
Only Title

jiao's Q&A profile

  • Visual Studio Express Editions Graphics questions in VB

    Hi there, I'm planning to make a graphics program in Visual Basic. Although I used Visual Basic a long time ago, and have somewhat of a knowledge of programming, I am by no means expert (you might say barely past beginner) and have been more of an enthusiast in the past (my real job is design and animation). Recently, I downloaded VB Express and decided to take the plunge again. Before I start cramming all the information that is out there into this tiny brain of mine, I basically have a few questions before I start re-inventing the wheel: 1. Is there a way (some kind of API or code snippet) that can make curved splines in one's pro ...Show All

  • Visual Studio 2008 (Pre-release) Custom UIElementCollection and data binding

    I have created a custom Panel. I have also created a custom UIElementCollection for it because I need to do some extra operations when the collection is modified. Everything works fine when the custom panel is used in standalone mode. The problem is when I use this custom Panel as a items host for a data binded ItemsControl, it seems that the items are not added through the overriden Add method of the custom UIElementCollection so those extra operations are not executed. Sadly, the current design of UIElementCollection is very decieving. It shouldn't be virtual because the methods your can override or never called. ...Show All

  • Visual C# Removing elements during iteration through a Dictionary

    I'm trying to iterate through a Dictionary and remove some of the elements according to some criterion. I get an InvalidOperationException that says: "Collection was modified; enumeration operation may not execute." IDictionary<IPAddress, DateTime> peers =  new  Dictionary<IPAddress, DateTime>();   foreach  (KeyValuePair<IPAddress, DateTime> peer  in  peers) {       if  (peer.Value < DateTime.Now) {         peers.Remove(peer.Key);      }   ...Show All

  • SQL Server SSIS Configuration

    Hi, My requirement is to have the connection strings for the source and destination to be a parameter for the packages that way they can be changed from the sql job scheduler. Please let me know how to go about it. Any help will be highly appreciated. Thanks Vijaykishan See dtexec.exe command line reference, in particular /Set parameter: http://msdn2.microsoft.com/en-us/library/ms162810.aspx ...Show All

  • Visual C++ Unable to build in 'Debug' mode

    Hello, I am trying to port a application from VC-6 to Visual Studio-2005. Though I am able to build in release mode, it is failing to build in debug mode. Following error is thrown. C:\Program Files\Microsoft Visual Studio 8\VC\include\strstream(139) : error C2061: syntax error : identifier '_DebugHeapTag_func' Can any one help me to fix this error Thanks Clean (delete) the debug folder and any other intermediate files generated by VC6 first, before rebuilding it in VC8. That might fix this problem. ...Show All

  • Windows Forms ClickOnce: Licensing & Control no of installations

    Hi, We are trying to architect a Occassionally connected smart client solution for following business scenario: 1. The product would be sold to medium sized companies, which have there own network. 2. The product would published/installed to the server. 3. The end users should always get the latest updates of the software. 4. There should be control on the number of the clients/end users the product can be installed to. Can Clickonce be used for (#3 & #4) Specifically how do we control the no of insatllations / licensing part In case there are any updates to the product, how do we ship it to the individual compan ...Show All

  • Visual Basic using code written in C#

    Hi. I'm trying to use a code library written in C# in visual basic, but i cant figure out how to do it. Here's the library: i want to be able to use the functions in it in VB. I've tried compile it into a class library and then add it as a reference in visual basic, but it still doesn't work. mattias Where is the library There is no reason why you shouldn't be able to import and call a C# library from VB.NET, in fact to VB it will look the same as if it was also written in VB, as it's been compiled to the same IL. You need to define 'doesn't work'. Can you import it Can you call it Do yo ...Show All

  • SQL Server Adding Non-grouped cells to a matrix report

    I have a report that has 2 rows and 2 columns in the matrix...I need to add "attribute" cells to the 2nd drill down row...i.e. the column is called "app name" and I want to add next to it the classification and manager name in two cells next to it... ...Show All

  • SQL Server HTTP access to Analysis Services 2005 ?

    Hi, Is there anything in store to allow Excel users not logged in a Windows domain to access 2005 cubes In SQL 2000 you can use an unsupported ASP script (provided by Microsoft) to allow these people to use cubes though HTTP transport. They do have a Windows account however they start their laptop in local mode, therefore normal access with a server name string is not an option for them. They have to use an http connection string. Thanks Philippe Yes indeed, I would really like this feature too. Sorry to post with no extra useful information but maybe some extra activity on this thread wil ...Show All

  • Software Development for Windows Vista Interrupt State execution in State Machine workflow

    Is there a way for an EventDriven or StateInitialization activity to be interrupted by another event, say, another EventDriven activity in the same state I've got a StateMachine workflow where each state performs some processing, either in a StateInitialization or an EventDriven activity. This processing can take some time and there is a requirement that the user should be able to cancel this processing and jump to another state at any time. I have tried putting the processing steps in a StateInitialization activity and having an EventDriven activity that is listening for the cancellation call from the client. The cancellation event is pick ...Show All

  • Visual Studio Problems opening an MSBuild Project file in VS Beta 2

    Hello I am finding that the beta 2 is unable to open an existing msbuild project file in the editor.  Previously it would just open and be recognised as a form of XML file in the text editor.  Now when I double click on the file in the solution list it draws the tab on the editing pane, with the correct name on it, but does not display the file.  The redraw process for the screen area for the file stops. I can still switch to other files and carry on editing, but when I switch back to this file the display has still not been updated. Is it that VS is trying to be clever and edit the file in some special editor   Is there ...Show All

  • Visual Studio Express Editions finding lesson resource file for absolute begginer video

    I am trying to locate the Resource File for lesson 2. It says to find it where I downloaded the video from however I cannot locate it anywhere. Any help would be appreciated. Are you talking about the video's from "LearnVisualStudioNow" The free one's you can download from the MSDN VB Express site   If you downloaded the videos, the code file should be in the same loacation you saved the video to.   Hope it helps. ...Show All

  • Windows Forms TabControl background color

    I would like to set the background color of a  tab control (more precisely the background color of the area next to the tabs).  I guess I have to create a custom class inherited from TabControl where I override the OnPaint method...  Could anyone provide a code sample please Thanks a lot! In the meantime I've installed the Magic Library,& ...Show All

  • Windows Forms Hiding column in datagrid

    I have a datagrid (master-detail) which shows the details of a specified lognr. In the grid I want to hide the column 'lognr', because I can see that elsewhere. I can hide all columns, accept that one, i think it's because 'lognr' is the key for the relation between two tables. This is how I do it: this might work dataGridViewDescriptions.Columns[ "Lognr" ].width = 0 Remco ...Show All

  • Visual Studio Team System TF31002, TFS Beta 3, VSTSuite Trial, 2nd client

    We get a TF31002 for a second client WS running XP SP2, VSTSuite Trial.  He can not connect to the Team Server, but he can see it via Microsoft Network.  I've set him up as a project\Contributor.  He's also a member of [SERVER]Team Foundation Valid Users. What next   Do I have to have the SQL admin add him to the SQL DB   Sharepoint Hello Tony, A few questions: - What version of TFS is on the server - Can the client ping the TFS - When you say "... he can see it via Microsoft Network ", what exactly do you mean - Can the client browse to the TFS URL ( HTTP://TFS:8080 for example) ...Show All

©2008 Software Development Network