| Thread | Last Post | Replies |
|
| contextmenustrip (SourceControl) owner control | 24 Jan 2005 16:51 GMT | 1 |
I used to use one contextmenu for many controls when popup I had to get sourcecontrol property of sender to know owner control using 2005 beta contextmenustrip I don't find a similar property
|
| WindowsForm Resources | 24 Jan 2005 16:50 GMT | 4 |
Could someone please comment on the validity the following statement: 1. A Windowsform is created at runtime, and the user interacts with it. 2. The window is closed either by user action or the .Close method being called.
|
| Deploying express apps | 24 Jan 2005 16:39 GMT | 5 |
I am a long time VB 6 developer and am using VB.NET 2005 Express. I have written a small app that I want to deploy to another machine. I can't find any documentation that relates to the express version about how to do this. There isn't a deployment wizard or a publishing wizard ...
|
| Combo box not displaying a collection of items | 24 Jan 2005 16:05 GMT | 4 |
I have a project that I created about a year ago with Vb.net 2002. At the time, I added items to a collection for the combo boxes so they would display data when the user clicked the combo. When I run the program now, the combo box drops down, but has no data.
|
| How do I determine SQL Server Authentication Mode? | 24 Jan 2005 15:51 GMT | 2 |
Given a server name, and before logging on to the server - how can I tell if it's using Windows Authentication Mode or SQL Server Authentication? I'm retreiving a list of servers as follows: Dim dmoApp As SQLDMO.Application, dmoServerList As SQLDMO.NameList, srvrNm
|
| How to Create an User Defined Property for a Combo Box User Contro | 24 Jan 2005 15:41 GMT | 2 |
How to Create an User Defined Property, which stores value for each index of the Combo Box User Control.(each value is related to the item stored in the ComboBox)
|
| Share Classes | 24 Jan 2005 14:45 GMT | 5 |
I have an application that has many clases, some for accessing data, manage connections, Custom Objects, General App rules, etc. If I want to group them in some way so that each group becomes a single DLL (I need this so that in the future other apps can reference them and ...
|
| Debug 2 projects | 24 Jan 2005 14:13 GMT | 2 |
I have such problem: I created 1 solutions that contains 1 exe project and 1 dll one. I Added reference of dll project (not file, project) to exe project, set dependencies (exe depends of dll) and set solution Debug
|
| Populating an Array | 24 Jan 2005 14:06 GMT | 1 |
I have a class that defines an array (JudgeTableEntity) which contains sets of data (Judge) - see class below. I want to put several sets of test data in the array but cannot find the syntax to do so? Can someone point me to information or an example of how to do this?
|
| P2P to auto discover data for my application | 24 Jan 2005 13:47 GMT | 1 |
Is there a simple yet powerful class (Free or purchase) that would let me say in my VB . Net program "Go get me this filename.xxx" and the P2P method would go find the fastest available copy of the file from a peer on my own
|
| Splitters and Docking | 24 Jan 2005 13:47 GMT | 14 |
Has anyone really gotten the Docking and Splitter Bars to work for anyting but the simplest application for two controls and one splitter bar filling the whole form? If so, can you enlighten my on HOW! I even tried creating background panels and docking them with the controls ...
|
| How do I calculate the number of weekdays between 2 dates :? | 24 Jan 2005 13:27 GMT | 3 |
I'm a jnr developer in need of desparate help. Can anyone point me in the right direction for this problem: I calculate the number of days between 2 user defined dates like this: Dim DaysInRange As Long DaysInRange = DateDiff("d", Me.dtp_firstdate.Text, Me.dtp_lastdate ...
|
| API Return codes | 24 Jan 2005 12:03 GMT | 4 |
Does anyone know where I can find the Windows API's return codes? I know they are in platform SDK, but I wonder isn't there other place where I can find them, because I don't wish to download the SDK.
|
| vb.net access public method in nested classes from another class | 24 Jan 2005 11:50 GMT | 2 |
i am new to vb.net and i am stuck at a particular point in my project. i have two nested classes (because vb.net does NOT allow multiple inheritance) -----------------------------------------
|
| Clarification of some serialization (design) issues | 24 Jan 2005 10:20 GMT | 1 |
I was after clarification of some of serialization issues. I think I know the answers, but I want to be sure. 1. In a serializable collection class is it mandatory (for serialization) to have a default Item property that is effectively
|