| Thread | Last Post | Replies |
|
| Datagrid Row Navigation | 23 Dec 2004 16:05 GMT | 1 |
NG, I have a Dataset with multiple tables and relations defined. Currently when displaying a table from this Dataset in a DataGrid a hyper-link to the child rows is displayed. After clicking on the
|
| ot: Silent Installation of msi. | 23 Dec 2004 15:55 GMT | 2 |
I am working on getting my application to automatically update itself from a server. I've got all the code working to test that the application needs updating... However, I want to update the application by downloading and running the msi
|
| c++ DLL's in VB.net | 23 Dec 2004 15:43 GMT | 2 |
I have just found a c++ dll that should allow me to communicate with my phone system, can I use this in VB.net if so how, I have all the documentation for it in c++ but unfortunatly I dont know that language.
|
| Problem with Remoting.. | 23 Dec 2004 15:25 GMT | 5 |
I have a pair of functions that I'm calling using remoting - called readfile and writefile. The readfile works fine when called from the client PC. The writefile method returns an error:
|
| About DataAdapter | 23 Dec 2004 14:57 GMT | 9 |
When I use self-defined database, sometimes the dataadapter can't auto create insertcommand, updatecommand and deletecommand, it just only create selectcommand? But when I use these database such as Pub or Northwind in SQL Server to create dataadapter, it can auto create ...
|
| Detecting newline in string ? | 23 Dec 2004 13:37 GMT | 8 |
Is there a way to search a string and count the amount of newline or crlf's that are inside it ? Under vb6 i could search for vbcrlf using Instr and a loop. Is there a similar method under .net ?
|
| Inherit from a Windows Form | 23 Dec 2004 12:34 GMT | 2 |
I created a Windows form named myform1, and put some controls on it. I need another form named myform2. Because myform2 is similar to myform1, so I want myform2 to inherit from myform1, i.e: Public Class myform2
|
| Problem on MSDN | 23 Dec 2004 12:01 GMT | 2 |
I have just taken this article from msdn and it is coming up with an error any ideas why? If any one wants to see where I found it http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cp conusingudpservices.asp There error i get is 'Sub Main' is declared ...
|
| NEWBIE running my app without a form? | 23 Dec 2004 11:47 GMT | 4 |
I'm trying to get an app I can run from Task Scheduler. Can I run it without a form? If so how?
|
| Msword | 23 Dec 2004 11:38 GMT | 3 |
I have a doubt. I have to open a predefined templet using VB.NET whenever i apply a button click and at the same time i have to add some data to the predefined templet using VB.NET i.e
|
| How to Add Database to Pocket PC during Installation Process | 23 Dec 2004 10:20 GMT | 1 |
Thank for Harry and Ken for guiding me the installation process of Pocket PC. Now, seem to be able to install with one cab file under my ini file. Anyway I have another problem here.
|
| combobox - matchentry | 23 Dec 2004 09:28 GMT | 3 |
Can anyone give me the code I need to be able to use the matchentry functionality from VB6? I have a combo box with over 5000 numeric serial numbers and want to be able to enter the beginning numbers to narrow down the search. If at all possible I'd like to stick with the ...
|
| Connection Timeout | 23 Dec 2004 09:24 GMT | 1 |
there are CommandTimeout for Connection object and Command object for vb6. If there are similar properties I can set for VB.NET when I use Dataset or Datareader? Thanks
|
| DataGrid and out of whack paint | 23 Dec 2004 09:23 GMT | 1 |
I implemented a customizable data grid as per this article I found on MSDN, http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwinforms/html /wnf_CustDataGrid.asp?frame=true. I did this because I need rows, which represent people, to be displayed in groups, families, ...
|
| Need a good class reference | 23 Dec 2004 09:17 GMT | 1 |
Happy holidays all. :) Okay now for the "more serious" stuff... Is there any good books for the .net classes? I am trying to find when piticular events are
|