| Thread | Last Post | Replies |
|
| Is there a way to find the type being attributed in an attribute's c'tor? | 13 Sep 2005 17:48 GMT | 1 |
Is there a way to find the type being attributed in an attribute's c'tor? Paul
|
| i can't delete this file, why? | 13 Sep 2005 17:25 GMT | 11 |
i'm working on VB.NET 203 and i'm working on application that read Metadata from Photo Take it from Digital Camera. i'm use this code:
|
| Tree Node - Expanded? | 13 Sep 2005 16:04 GMT | 2 |
In my Treeview control, I have code where I change the icon if the node is clicked on. I also then load the data for the child nodes. How I tell if the node is already expanded? Thanks
|
| multi-tasking question | 13 Sep 2005 15:33 GMT | 4 |
I am new to .Net. I come from a VB6 and VC6 ATL background. I want to make a Window Form App with an additional worker thread. I want the main UI thread to initiate functions running in the worker thread. I then want the worker thread functions to call back to functions in the
|
| Imagelist - TransparentColor | 13 Sep 2005 15:29 GMT | 2 |
I wish to use some of the icons in VS2005ImageLibrary\bitmaps However, they all come up with a pink background. If the set the TransparentColor of my Imagelist, will that hide the pink? What should I set the TransparentColor to?
|
| Short cut key in VB | 13 Sep 2005 15:25 GMT | 2 |
There is a shortcut key CRTL+ } in C#.NET to check between the "{" braces.., is there a equivalent in VB.NET to move between blocks like IF/EndIF like that.. VJ
|
| VB .net Exception extremely slow | 13 Sep 2005 14:13 GMT | 5 |
I put this code on a button: dim x as integer Try x = "hello"
|
| FolderBrowserDialog opening behind active application | 13 Sep 2005 14:03 GMT | 5 |
My application (a VB.NET 2003 WinApp) currently has first an OpenFileDialog (asking for an input file to the process I'm working on), and then once the user selects that, it brings up a FolderBrowserDialog box (asking for a destination for the output files from the process to be ...
|
| Click Counter | 13 Sep 2005 13:48 GMT | 1 |
I would like to find out how to build a click counter using VB.NET. This is not a run-of-the-mill click counter (i.e. for web use), but a novelty app that counts how many times you click *anything* with your mouse (left or right).
|
| VB3 vs VB.Net | 13 Sep 2005 13:18 GMT | 7 |
I'm sure I'm pissing in the wind but does anyone know of a program that will convert (at least for the most part) a vb3 program into VB.Net?
 Signature Dennis in Houston
|
| executables icon | 13 Sep 2005 13:16 GMT | 3 |
Is there a way to change the executable Icon on the fly? I have finished my update application successfully, but now I would like to be able to assign a different program Icon to it depending on what application is responsible for running. I would like to do this without ...
|
| Collection of Derived Objects | 13 Sep 2005 13:02 GMT | 3 |
I'd like to create a collection of objects (Employee, Part-time employee, etc.) where these objects are derived from a base class (Person). As I understand it, I have to create a collection with type Person so
|
| Help me to finish my complet Datagrid print | 13 Sep 2005 12:37 GMT | 1 |
I have just a problem to margin the Datagrid... Could someone help me ? the datragid always print in the top LEFT #Region " Impression " 'Déclaration
|
| Help for translating from C# | 13 Sep 2005 11:53 GMT | 6 |
please, help me to translate these four lines of C# code in VB: bool topLeft, topRight, bottomLeft, bottomRight; int topLeftRadius, topRightRadius, bottomLeftRadius, bottomRightRadius; topLeft = topRight = bottomLeft = bottomRight = true;
|
| DataRepeater for WinForms? | 13 Sep 2005 11:52 GMT | 1 |
Is such animal available? (samples?) Thanks ADH
|