| Thread | Last Post | Replies |
|
| Class controling form settings | 14 Nov 2004 15:11 GMT | 4 |
I am wondering if it is possible to make something like the following work: Public Class myTestSettings Public Property onTop() As Boolean Get
|
| Search In ListBox | 14 Nov 2004 14:08 GMT | 5 |
any one know a standard/free ListBox Control for vb.net that can be searched in, even in 'multiSelect' state? thanks.
|
| Tutorial Book Suggestions for VB.net - need a GOOD one.. | 14 Nov 2004 12:11 GMT | 2 |
Hello.. I am an intermediate level VB6 user and am beginning a brand new application for which I want to use VB.net. Therefore, I am shopping for the best possible 'learning' book on the subject. The book needs to
|
| VBIDE error on Build | 14 Nov 2004 11:52 GMT | 7 |
OK, I am using VB.Net 2003. I have the below error in the task list when I build the solution. It can build and compile the solution fine and you'd never know there was a problem, except for the below message. "The referenced component 'VBIDE' could not be found. Could not load
|
| File Editing with VB - Is this possible? | 14 Nov 2004 06:58 GMT | 2 |
Please help me in the following problem. I am having some files with AVI extension. I want to make two programs in Visual Basic .NET which will work with these AVI Files. One program should work as encrypter and another program should work as decrypter.
|
| RegistryWatcher? | 14 Nov 2004 01:29 GMT | 4 |
please help me. Is there a way to create a "RegistryWatcher" like the FileSystemWatcher? thanx
|
| Cannot get PropertyInfo SetValue to Work for a Structure | 13 Nov 2004 23:45 GMT | 12 |
I have adapted the following code from the MSDN help for PropertyInfo SetValue. In the original code, the structure MyStructure is defined as a class MyProperty, and it works as expected. There is also a minor change in class Mypropertyinfo, which I have commented out.
|
| usb flash disk | 13 Nov 2004 19:31 GMT | 2 |
Can somebody give me a tipp, how i can get an event on inserting a usb flash disk device? thanks Nemenyi Zoltan
|
| reading from secondary USB keyboard | 13 Nov 2004 19:23 GMT | 1 |
I am trying to read from a USB keyboard using vb.net and HID classes. the USB keyboard is not my primary keyboard. I have a ps2 keyboard connected and is detected in device manager as my keyboard. the USB keyboard is detected as HID keyboard device. the program finds the keyboard if ...
|
| ListView - at least select one | 13 Nov 2004 17:38 GMT | 2 |
now using vs.net 2002 and using listview when user click on the blank area in the listview, all previously selected item will be unselected.
|
| Using a Win32 resource DLL in VB.NET? | 13 Nov 2004 15:40 GMT | 6 |
This might sound like a dumb question but how would I use a Win32 resource DLL in VB.NET? I presumed there were API's for this purpose but am unsure which ones, my API guide has nothing of relevance in the "Resources" section and I've never actually done this in the past.
|
| Adding Combo Box Items | 13 Nov 2004 10:08 GMT | 3 |
I am new to .Net. I am using a Combo Box in my windows forms. I am adding the items by creating the instances and adding the same to the list. My questions/doubts are:
|
| Exiting a Try block | 13 Nov 2004 10:07 GMT | 3 |
I want to use a block of code as follows: Function.......... ' Preliminary processes that acquire a value for X Try
|
| Displaying DataGrid Rows | 13 Nov 2004 07:42 GMT | 2 |
After getting some good help through this newsgroup I have finally figured out one way to populate a DataGrid programmatically ... specifically by using a Data Table, adding columns then rows to it and then binding it to the DataGrid. Here is a simplified version of my code:
|
| VB 6 ON .NET | 13 Nov 2004 01:43 GMT | 4 |
Can I run VB6 and Visual Studio 2003 on the same machine? Thanks Paul
|