| Thread | Last Post | Replies |
|
| list file from folder | 21 Mar 2006 18:15 GMT | 4 |
I have to list files that are in a folder,the files have four different extensions, How can I show all the files I need in a listbox then allow the user to select 1 or 2 files so it can do some database uploading of them files? The folder also has files in it that I don't need ...
|
| Unmanaged pixeldata into Picturebox | 21 Mar 2006 13:23 GMT | 4 |
Hi friends, I am getting a stream of PixelData (without header) from the network (other computer). I am trying to display this pixel data in a picture box with following
|
| Checking a box in another application | 21 Mar 2006 12:41 GMT | 1 |
Hi, I am glad I came across this group. Nice content folks. I am interested in finishing a little automation project. I have everything figured out except for checking boxes in a treeview control. I am using C# and using window handles to determine window location, move my
|
| Opening Windows Explorer at a Specific Folder | 21 Mar 2006 08:26 GMT | 2 |
I'm using .NET 1.1 I want to open a folder in windows explorer using given its path. I managed to open a file using System.Diagnostics.Process.Start(fileName); Thanks in advance,
|
| Inherited Form Compains of CLS non-Compliance | 21 Mar 2006 08:22 GMT | 1 |
I have now whittled down my parent Form to nothing more than the simplest Form with no objects on it of any type at all. When I inherit from it, the subclassed form's Designer.vb file underlines the Partial Class declaration with the message:
|
| How can I print a Form? | 21 Mar 2006 03:44 GMT | 3 |
What would be the best way to print all contents of a Form? Thanks, Max
|
| Using Click Once for a Console Application | 21 Mar 2006 03:05 GMT | 3 |
We need to have two interfaces into our web services layer - a GUI and a command line scriptable client. I know Click Once can be used for both GUI and CUI apps... but can the Console App be called via a batch file? So far I've found one place that says this isn't possible, but i ...
|
| Scrolling textbox programmatically | 21 Mar 2006 02:08 GMT | 2 |
This code (w/c programmatically scrolls a textbox) works in VB 6.0: Private Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, ByVal lParam As Long)
|
| ListView is extremely slow | 20 Mar 2006 21:27 GMT | 4 |
I have a listview which contains about 500 items. I was pretty confused when I realized that it takes over 50 milliseconds to get Listview.CheckedItems.Count value. How it can be so slow? In ItemChecked event I have code which sets text "3 items selected" to a
|
| Please save me from killing myself over License Agreement dialog | 20 Mar 2006 19:41 GMT | 4 |
How.... Sweet baby Jesus how... do you get a EULA file to show in the License Agreement dialog in a setup project? I've tried everything.... EVERYTHING... But whenever I try to install the EULA box is empty. I have a gun, and I'm going to use it if nobody answers my question. ...
|
| Raising Events Between User Controls | 20 Mar 2006 18:42 GMT | 1 |
I have 2 user controls on a form. One control has a textbox and a button. The other has a textbox. When the user clicks the button on the first control I want the text to
|
| Urgent | 20 Mar 2006 15:24 GMT | 1 |
I need to convert a char array to a char pointer.. it's urgente someone could help me.. I'm using libnet and the parameter to the function libnet_init is a char pointer... My code:
|
| for a tabcontrol can you show the tab-cards on the bottom? | 20 Mar 2006 08:15 GMT | 2 |
Howdy for a tabcontrol, can you change the appearance of it so that the tab headers display on the bottom rather than on the top? I am looking at the properties of itand nothing jumps out at me.
|
| Attributes in property grids | 20 Mar 2006 08:06 GMT | 1 |
I have a problem concerning properties in a settings object. I would like to categories my properties using category attributes, or something similar, so I can display them nicely using a property grid. My problem is that I do not know how to change the category attribute
|
| Recommended approach for Saving User Settings on forms? | 19 Mar 2006 16:50 GMT | 6 |
Another question again... We have a requirement to save user profile information for our application. The user would like to be able to login to the application and have all of their "necessary" settings remembered from their previous session. I've
|