| Thread | Last Post | Replies |
|
| Drivelistbox | 12 Feb 2004 14:34 GMT | 1 |
I have migrated a VB6 program to VB.NET that used a DriveListBox. This worked fine. I would like to make a DriveListBox but with managed code, ie using the controls that are available in VB.NET Does anyone have an example of how to do this One of the problems I had was trying to ...
|
| Making control appear even when not editing a column | 12 Feb 2004 13:28 GMT | 2 |
I've been creating datagridcolumnstyles for quite sometime and discovered how to do most things and solve most problems. However there is one thing which I can't quite figure the best way to go about doing and that is how to display
|
| Suppress tooltips in TreeView. | 12 Feb 2004 13:13 GMT | 3 |
How can I supress tooltips in my TreeView?
|
| Check Time | 12 Feb 2004 12:34 GMT | 3 |
I am a starter of Vb .net I want to write a application to check the time and do corresponding action For exampl I set 10:30 to do a action : display "hello world" Messag
|
| WSH | 12 Feb 2004 12:33 GMT | 1 |
Does any one know how I can query WMI from within VB.NET ? Thanks
|
| folderBrowserDialog | 12 Feb 2004 10:41 GMT | 3 |
I am using ver1.1 of VS2003 and I am having a problem. When I run this piece of code I get the modal dialog but no treeview. I cant understand why. Is this a bug that anyone else has seen. if (this.folderBrowserDialog1.ShowDialog() == DialogResult.OK) { this.textBox1.Text = ...
|
| IIS ports | 12 Feb 2004 10:05 GMT | 3 |
Does anybody have any experience of running .Net windows forms controls from a html page on any other IIS port than 80 ? If so can anyone tell me why i cant get even the simplest control to display correctly.
|
| Shutdown fails when app is running | 12 Feb 2004 09:42 GMT | 2 |
I'm having problems getting windows to close my app when the user shuts down or logs off. All I have in my project is a module and a form. The module contains the following code:
|
| image in a datagrid column header | 12 Feb 2004 09:40 GMT | 2 |
I would like to instead of placing text in to the header of a column in a windows.forms.datagrid to place an image instead. Can it be done? Googling doesn't seem to come up with anything like this
|
| An unhandled exception of type 'System.NullReferenceException' | 12 Feb 2004 04:01 GMT | 3 |
I'm getting the following error trying to run a program written in C# (or in VB) from Visual Studion.NET 2003. I'm just pressing the F5 (start) key to run the application. It's happening with both languages. "An unhandled exception of type 'System.NullReferenceException' occurred ...
|
| Deployment issue | 11 Feb 2004 23:46 GMT | 3 |
I have a windows application written in C#. I need to distribute this app. What are the files you need to do this. I know that the machines are to be installed .NET SDK. I just need to know what are the files from
|
| Generic GDI+ Error in Datagrid | 11 Feb 2004 23:31 GMT | 1 |
on one client machine (Win 98, 128 MB RAM, 82% Resources free) there are red crosses inside the datagrids of my App. instead of data Sometimes the message "Generic GDI+ error" comes up. Everything else seems to work (i.e. normal textboxes) If one row in the datagrid is clicked, the ...
|
| DataGrid Sorting and CollectionBase | 11 Feb 2004 23:16 GMT | 1 |
I am creating a n tier application that passes a strong typed collections using CollectionBase. However, this collection does not sort in the Winforms Data Grid. I have set allow sorting from the designer and code, but it does not work. Any suggestions on how to get this to ...
|
| When can I use a MessageBox? | 11 Feb 2004 22:29 GMT | 2 |
I have certain conditions that I check during the Load event and would like to display a MessageBox. I tried doing this in the Activated event, but can't do it here. Is there an event that I can use to display the error?
|
| winform(smart client) inside browser | 11 Feb 2004 22:28 GMT | 1 |
Has anyone tried this before? When a user hits a site http:\\www.mysite.com\sclient.exe I would like the form to stay inside the browser rather than pop up as a separate window, similar to Java's applets.
|