| Thread | Last Post | Replies |
|
| $I/$INCLUDE equivalent??? | 16 Sep 2005 12:27 GMT | 3 |
Does VB.Net have an equivalent to Delphi's $I/$INCLUDE compiler directive, or the same functionality? TIA! Robert
|
| Events with controlarrays | 16 Sep 2005 12:15 GMT | 2 |
Hello again, with the controlarrays is it possible to let's say make two textboxes and then with one lost_focus event handle both boxes? I'd like to input two values, one in each box. When the user leaves which
|
| Public Shared Dataset? | 16 Sep 2005 11:31 GMT | 1 |
I'm still working on the VB.NET MDI app and I've run into my next snag. On a particular MDI child form, I have a dataset with 2 tables that are filled with information generated from the processing of a file. The operation that fills the tables is optional, so I don't want to use ...
|
| Q: DataSet | 16 Sep 2005 11:29 GMT | 2 |
I have a question which has occurred to me. I have been writing new records to a table in a database. To do this, I have created a dataset (ADO.NET), by attaching a dataadptor to the table and then using MyDataAdaptor.Fill(MyDataSet, "TableName").
|
| TreeView Bold Work Around Help | 16 Sep 2005 11:22 GMT | 2 |
I am having the problem where when I change the font of a TreeNode in a TreeView to a bold property, the bounds or rectangle that draws the node does not expand so that the text ends up being cut off as shown in the attached image. I have read all sorts of suggestions about ...
|
| Difference between debug and release bug? | 16 Sep 2005 11:10 GMT | 2 |
Hi. I'm about to try deploying my ASP.NET application, written with the 1.1 Framework. I'm coming across something odd when compiling in Debug and Release mode. When compiling in Debug mode, I am able to run the application smoothly and
|
| Assignment help required URGENT!! | 16 Sep 2005 10:57 GMT | 2 |
hi Guls/Guys i have a VB.net assignment due in 2 weeks and as i am an immatute level of programming i am having a very hard time doing it . I need ur help. If someone is willing to please send ur Email so that i
|
| Logon internetsite and download file | 16 Sep 2005 09:22 GMT | 6 |
Hi,, Can anyone tell me how to log on to a internet website with username and password, navigate to other subpages on that site, and then start downloading a textfile to disk??
|
| Argument Description | 16 Sep 2005 07:47 GMT | 2 |
How do you add a description for theuser to see in the development environment to describe each argument being passed into a procedure? This does NOT work, but you get the idea of what I want to do: Public Sub PrintName(<Description("Enter Your Name")>YourName as String)
|
| Insert Dataset into SQL Server Table | 16 Sep 2005 07:31 GMT | 2 |
All I have a dataset that I have returned from a SQL Server instance and I want to insert the records from the datatable in the dataset to a table in another SQL Server instance.
|
| Send email to default mail client | 16 Sep 2005 06:37 GMT | 2 |
Is there a way to let my Win forms application open my default mail client to send an email that the user still can modify? Thanks Kevin
|
| Drawing Graphics and ZOrder | 16 Sep 2005 04:38 GMT | 1 |
I am writing an custom designer, and need a rubber band to select controls. I am drawing the rubber band by using the Graphics object on the user control where the other controls sit (hope that makes sense). The rectangle object that I draw on the user control appears behind the
|
| FileSystemWatcher Problems | 16 Sep 2005 04:13 GMT | 2 |
Okay, so I'm getting a little confused at this. Why does the FileSystemWatcher fire 2 events for everything? For instance, I'm having it watch a file for when it is changed, and this event get's fired twice. How do I stop that from happening?
|
| Automation against multiple MS Word versions | 16 Sep 2005 01:13 GMT | 1 |
If one is developing a .NET application, how can I develop an application that uses COM automation that targets multiple versions of Word? For example, the signature for the Document.Open method is different from version 9 to version 11 (and I'm sure there are other variations as ...
|
| Free crm | 16 Sep 2005 01:10 GMT | 2 |
Does anyone know a free crm application in asp.net? I'm looking for something like this, cause i'm planning my software. I want to see how it should looks.... Thanks for reply.
|