| Thread | Last Post | Replies |
|
| Need an example of Tabs usage..... | 28 Oct 2004 15:34 GMT | 2 |
I need an example of tabs usage like you might do in a tabbed browser application. I need to be able to open one or more tabs with customer data. Every tab is laid out exactly alike, only the customer data changes from tab to tab.
|
| Store a file into a memory | 28 Oct 2004 14:44 GMT | 3 |
Can you help me? I want to store a file of any description or format (from a hard disk) into memory in VB.NET (using ASP.NET). Then I want to use this datastructure in memory (containing the file)
|
| Trigger paint event | 28 Oct 2004 14:10 GMT | 2 |
I have a main form that creates several other forms. I would like to use one of those created forms to trigger the paint event for all the other created forms. Is this possible?
|
| ImageCombo | 28 Oct 2004 14:05 GMT | 1 |
anyone have a good .NET version of an imagecombo? At http://www.codeproject.com/vb/net/ImageComboBox_VBNET.asp there's one but I can't use it with .NET 1.0 and from what I've understood it don't show the Image when an item is selected and it's not in the Toolbar....
|
| How to synchronize between those threads in VB.NET | 28 Oct 2004 14:04 GMT | 1 |
I have one application in VB.NET using mutiple threads. While that application running,threads get some data and placed it into a file.That same file is used contineously by another threads in reading purpose.
|
| Spooler | 28 Oct 2004 13:05 GMT | 2 |
Hello NG, I want to make a tool, which checks if a printer (or driver) is capable to print in color or not. If the Printer is Color then stop the task in the spooler..
|
| Activating, encyrpting software etc. | 28 Oct 2004 11:49 GMT | 7 |
I am working on some software on vb.net that I am looking to sell over the internet, I believe a demo version would be best. I would like to sell activation keys, which unlock the program from demo mode, into full-mode. I believe this
|
| Right click to selct item in a Listbox | 28 Oct 2004 11:41 GMT | 2 |
Is there a way to select an item ina listbox with the right click event? basically I want a user to be able to rightclick an item which will select the item and then bring up the context menu which has a delete option in it. As it stands if I select an item and then rightclick a ...
|
| PROBLEM:"Cannot modify the Items collection when the DataSource... | 28 Oct 2004 11:03 GMT | 1 |
I have a listbox with a datasource.I want to remove a row from listbox but not remove it from the database. How can i do this ? PROBLEM:"Cannot modify the Items collection when the DataSource property is
|
| List View | 28 Oct 2004 10:45 GMT | 4 |
Is there any way to change the List View Font Size at runtime? I tried to use lvwListView.Font.Size = 8 but it tells me it's read only? I could do it in VB6 - weird :S Thanks in advance
|
| WARNING: Unable to find dependency 'mscorlib' | 28 Oct 2004 10:31 GMT | 8 |
I'm getting some strange warnings appearing while I'm compiling a couple of setup projects I have in a solution. I'm being informed of the following warnings, WARNING: Unable to find dependency 'mscorlib' (Signature='B77A5C561934E089'
|
| OutLook Obj Module | 28 Oct 2004 08:42 GMT | 1 |
in my vb.net application i want to detect when a new Email arrived. * i have OutLook installed. can i do it like in vb6 (outlook object model)? how?
|
| Need a VB.net sample for use SNMP | 28 Oct 2004 08:21 GMT | 1 |
I need some source code for make an application that could use SNMP. I need to interact with a Cisco Router and I must get the interfaces status and log it Could you help me ?
|
| Rich Text Box | 28 Oct 2004 07:54 GMT | 1 |
Still looking for the Rich Text Box property or method which will inform if it is in overwrite or insert mode. Does anyone know where it is?
|
| status bar help | 28 Oct 2004 07:54 GMT | 3 |
I am using Vb.Net. I use a frmMain which has a menu and explorer style. On click of menu or item in explorer, other forms are activated. The frmMain has a Status bar control. The events of the other forms are also to be shown in the frmMain.
|