| Thread | Last Post | Replies |
|
| comboboxes | 26 Oct 2004 13:30 GMT | 1 |
I've a form with three comboboxes. Each of them contains the same data - all cities in my country. As you see it's a lot of data so it takes a lot of memory. I'd like to use the same datasource for all three comboboxes but property Datasource works in different way than I want. It ...
|
| EventArgs | 26 Oct 2004 12:57 GMT | 1 |
Sorry I've forgotten what parameter for EventArgs to pass to a button click-handling event handler if I simply want to call it from code, ie Button_click(Me, ???) (I presume that it is acceptable practice to call the click handler
|
| code check please | 26 Oct 2004 12:57 GMT | 3 |
I am binding a datatable to a WinForms grid control but for some reason the GridTableStyle is being ignored, the data just displays as if no TableStyle was set up I have also tried changing the DataTable TableName in code before the code
|
| Help with NotifyIcon | 26 Oct 2004 11:43 GMT | 1 |
in my application i use NotifyIcon. when the user minimize the form i want it to hide and wait in the systray. and when the user rightclick's the icon in the systray i
|
| Creating an object that has the entire application scope. | 26 Oct 2004 11:29 GMT | 2 |
I am thinking of an object called "user." This object will be instatntiated during a login process. But I want to use this to control the behavior of the application since it will also encapsulate the logged-in user's security profile.
|
| Coexisting .NET 1.0/.NET 2005beta | 26 Oct 2004 11:27 GMT | 2 |
I'm just curious if I can have both the "old" .NET 1.0 working on the same computer as the new .NET beta? TIA Kejpa
|
| VB.NET & CRYSTAL REPORTS | 26 Oct 2004 10:18 GMT | 3 |
Can any one help me. I added crystal report item to my project .net. After connecting to database , i inserted three columns from table. I ran report in .net is working fine. My problem, I want to add fouth column from DB to my report. My field
|
| Could not access 'CDO Message' object. | 26 Oct 2004 10:16 GMT | 2 |
I have created an application that issues a SQL statement, writes the resulting rows into an Excel spreadsheet and then emails that spreadsheet as an attachment to our customers. I want this to run daily and completely unattended.
|
| VB-> form.show (II) | 26 Oct 2004 09:34 GMT | 1 |
-------------------------------------------------------- Button1_click Dim Form2 As New Form2 Form2.Show()
|
| Issue with data bound fields on Tab Control | 26 Oct 2004 09:17 GMT | 1 |
I am having trouble with a tab control. All the fields on the form are data bound and are spread over two tabs of a tab control. I have placed a Clear button with the code to clear all the fields on the form.
|
| textbox -usercontrol problem | 26 Oct 2004 07:41 GMT | 1 |
I create my own usercontrol which is [Inherits System.Windows.Forms.TextBox], my purpose is set all textbox's font into the same. Now , I can do it by using the following code Protected Overrides Sub InitLayout()
|
| DataGrid - Sorting Columns | 26 Oct 2004 07:32 GMT | 8 |
How do I sort a DataGrid Column in code without clicking on the column header?
 Signature Dennis in Houston
|
| Copying a file to a network share | 26 Oct 2004 05:01 GMT | 2 |
Hello, my app needs to copy a file from local TEMP folder to network share. The network share is accessible via a domain ID. I am trying to call LogonUser API, then ImpersonateLoggedOnUser, then copy the file to this share. But I keep on getting errors. Even though
|
| .net create object vs vb6 | 26 Oct 2004 04:09 GMT | 1 |
Thanks However, I want to create the vbproject . One vb project (type is windows application .exe) dynamic call another vbproject (class libary .dll) . while windows application project do not need add reference "class libary ".
|
| vb.net Error Object | 26 Oct 2004 03:24 GMT | 2 |
I'm writing an error handling routine for my VB.NET program. I have a routine that is called when an error occurs using "on error goto' as in a class library which then loads the first form in the system. When I encounter an error I'm using err.number for the error number,
|