| Thread | Last Post | Replies |
|
| Folder Browser | 16 Jan 2005 21:11 GMT | 3 |
I am looking for a custom control that acts like the FileBrowser Dialog but instead diaplays the files for browsing in a TreeView type control. I don't want a Dialog but a control that is always visible.
|
| how get filenames of certain folder? | 16 Jan 2005 20:40 GMT | 2 |
Hi all, Just wondering if is possible to get all filenames of files presents in a certain folder then put them in a array. Thanks
|
| OT: New tutorials site being developed | 16 Jan 2005 19:56 GMT | 4 |
I have a new web site available with VB.NET tutorials. I'm currently trying to build up a nice collection so there isn't *much* available at the moment, but I have other free things available for download too. http://www.npsoftware.co.uk/
|
| VS .Net 2003 freezes problem | 16 Jan 2005 19:24 GMT | 4 |
I have a problem starting debugging my application from Visual Studio .Net 2003 IDE. The solution consists of 10 VB.Net projects which include class libraries, web application, setup projects and an exe entry application.
|
| Question on "" | 16 Jan 2005 19:15 GMT | 5 |
thrdReply.SMSMessage = "The keyword " + Keyword + "does not exists. Please try again." I want to add "" around the String Keyword and am not exaclty sure what to do.
|
| Forms and Screen Size | 16 Jan 2005 18:32 GMT | 2 |
I have a form on which I have two controls, one docked to the left and the other docked to the right in a window that is Maximized. I developed the application on one computer which has a screen size of 1024 x 768. When I run it on the other with 800 x 640, the right control ...
|
| creating a simple crosshair in VB.Net | 16 Jan 2005 18:28 GMT | 2 |
Am trying to locate a simple crosshair for a map on one of my forms. But am having no luck. Any ideas? Thanks!
|
| Baffling problem with DirectoryInfo.GetFiles | 16 Jan 2005 18:20 GMT | 1 |
Hello Group, I'm bemused as to why this code isn't working. It's a very simple loop over the array of FileInfo objects returned from DirectoryInfo.GetFiles. It works fine until
|
| Instance Of An Object | 16 Jan 2005 18:18 GMT | 2 |
I want to write to the command line window at program startup all instances of objects that currently exist. Is there a way to do this?
|
| Web page control | 16 Jan 2005 17:56 GMT | 1 |
I need a control that can display a web page in a win form, i.e. if if ahve a text box where someone types in "www.cnn.com" , clicks a button the contents of cnn should appear in the control just like they would in IE.
|
| F1 help and Shift-F1 shortcut | 16 Jan 2005 14:59 GMT | 1 |
I have a form that I have the help provider and the help comes up fine via F1. But, I also have a shortcut which is Shift-F1. When I hit Shift-F1 the help first comes up, I have to close that before it does what Shift-F1 is to do.
|
| DLL Hell Help | 16 Jan 2005 14:38 GMT | 1 |
I am troubleshooting an existing VB6 application to .NET. Its incremental, so I've decided to update a specific job from a Forms-based app to a console-based one, and also, in a reliant VB6 component, change a single method call from one to another. Pretty simple stuff.
|
| VB not recognising standard functions | 16 Jan 2005 13:03 GMT | 1 |
This is the most bizarre thing I have ever seen. I am developing applications in VB6, and have been for some time, but for some reason this computer will not recognise any of the standard functions such as:
|
| For loops and enumeration | 16 Jan 2005 12:16 GMT | 3 |
If I have an enumeration where the values are not necessarily consecutive can I do some sort of For each loop for each defined value. For example: Public Enum CarType Sedan = 2
|
| Combobox Load Issue | 16 Jan 2005 12:00 GMT | 1 |
I am trying to load a combo box using record IDs as the Index numbers. I cannot seem to find a way to do this properly, what am I missing? I have tried to use the Insert and the Add methods of the combo box with little success.
|