| Thread | Last Post | Replies |
|
| looking for freeware html/text help documents | 17 Jun 2005 09:32 GMT | 3 |
Can anyone tell me of any freeware that helps create help documents for an application? Thanks BrianDH
|
| Eroor message when opening vs.net 2002 | 17 Jun 2005 09:28 GMT | 1 |
When i want to open vs.net 2002 professional edition, a window installer message box appears saying: "Please wait while windows configures Microsoft Visual Studio .NET professional _english". After about 2 minutes of delay when the ide starts and when i try to open new project for ...
|
| Why is this true: chr(254) = "th" | 17 Jun 2005 08:47 GMT | 4 |
This evaluates to true, why? chr(254) = "th"
 Signature --Zorpie
|
| Interesting Gotcha | 17 Jun 2005 08:46 GMT | 3 |
I just discovered the following: chr(140) = "OE" chr(156) = "OE" chr(198) = "AE"
|
| How to change the database schema by data adapter? | 17 Jun 2005 08:46 GMT | 1 |
Hi, all Can I add one field in one existing table of the database with data adapter at run time, and how? Thanks!
|
| Help regarding listview. | 17 Jun 2005 08:42 GMT | 1 |
I am having one problem in listiview in vb.net application. I am having listview containing 5 columns. I want to insert images in second column. But i haven't found any property of method to insert image in second
|
| MappingName | 17 Jun 2005 08:39 GMT | 1 |
How can I determine what the MappingName is for a DataGrid? Right now, I am using DataGrid.DataMember to determine the MappingName. But this fails, if the DataGrid holds a DataRelation. Thanks,
|
| deploying vb.net exe - where does assembly fit in? | 17 Jun 2005 08:01 GMT | 5 |
So I develop a vb.net exe on my (win2k) workstation. I have to deploy it to another workstation (actually several - all win2k). Each receiving workstation will have .Net Framework 1.1 (or higher). I place the vb.net exe on the workstation. In vb6 I used to have to run setup ...
|
| Where is array data kept? | 17 Jun 2005 07:36 GMT | 3 |
With regard to a declaration like:
> Dim myIntArray As Integer = new Integer(6) Jesse Liberty, in _Programming Visual Basic .NET, 2nd Edition_ (O'Reilly) says:
|
| Case select for multiple tollbar buttons | 17 Jun 2005 07:10 GMT | 1 |
I have searched some old posts and it appears that to run some code for a particular button that has been clicked on a toolbar, I need to have a case statement in the toolbar click event function. Can anyone supply me with the specific case statement code to determine which
|
| Multi-line Column Headers for Listview? | 17 Jun 2005 06:59 GMT | 1 |
Is it possible to create multi-line column headers for the listview control? If so, how? TIA, John
|
| MDI Child Window Placement | 17 Jun 2005 06:52 GMT | 1 |
Strange thing is happening.. I have the StartPosition of my MDI child window set to CenterParent (at design time), yet when I close the window and re-open it the start position gets shifted down and to the right every single time, more and more.
|
| More newbie Web service/XML questions (please bear with me!) | 16 Jun 2005 22:21 GMT | 1 |
New (first) web service is working. The following statement Dim oC As New localhost.Service1 txResults.Text = oC.GetAllContacts(txCICust.Text, txCIType.Text) ... returns a nice XML string that has 4 <Table>... </Table> specifications
|
| select tree node with right click | 16 Jun 2005 21:17 GMT | 4 |
I am trying to achieve selecting a tree node on a right click and display the context menu at the same time. whenever I right click on a node the selection moves back to the lastselected item. Please help Thanks
|
| Enumerating users in AD | 16 Jun 2005 21:10 GMT | 3 |
I'm looking for some example code that shows how to enumerate users with vb.net. I'm trying to write an application that can read/write specific properties of user objects in the directory. I'm new to vb.net, so I need a nudge in the right direction to get me
|