| Thread | Last Post | Replies |
|
| Deployment options---no wizrard | 13 Jan 2005 13:26 GMT | 1 |
I am using VB.net 2002 Standard Edition, so I do not have a deployment wizard, I use the template. There are two features I would like to add. 1) the presentation of a Eula message for selection ok or cancel before
|
| Clear Form | 13 Jan 2005 12:39 GMT | 7 |
Is there an easy way to dynamically delete all the controls on a form without knowing exactly what the controls are?
|
| PreProcessMessage | 13 Jan 2005 11:18 GMT | 6 |
Hiya Can anybody help me with the following? I'm overriding PreProcessMessage on a DataGrid in order to capture keys. However, the function is only called sometimes i.e. there doesn't seem to be
|
| Windows Installer dll files and icons | 13 Jan 2005 11:15 GMT | 7 |
I am deploying my solution using the Setup Project template to generate a windows installer (msi file). 1) The "Primary output" option in the wizard has generated a dozen or so
|
| downloaded source code "not fully trusted" | 13 Jan 2005 10:28 GMT | 6 |
I have some downloaded source code on my machine that the .net framework thinks is "not fully trusted". How can I fix this? I assume I use the 'Microsoft .NET Framework 1.1 Configuration' in some way. Bill
|
| [VB.Net/Graphics] Drawing arrows on the picturebox | 13 Jan 2005 09:37 GMT | 2 |
I want to create arrows using lines on a picture in the picture box. On clicking the button "btnShowAll", the image is loaded and the lines drawn. "RGSShowAll()" calls "DrawObjs()" which does the actual drawing work. But after displaying all the arrows in a flick, the arrows ...
|
| Date math Question. | 13 Jan 2005 09:19 GMT | 3 |
If you have date a = 12/11/2004 and you want to see how many days it has been to NOW() What is the most efficient way to perform this equation? -Peter
|
| Passing AddressOf a function to constructor | 13 Jan 2005 08:57 GMT | 2 |
I need to pass the address of a function to the contructor of a class when I create an instance of it so that in the new instance I can dynamically hookup a handler by doing the following: AddHandler ButtonNew.Click, AddressOf My_Passed_Function
|
| Groupbox Text | 13 Jan 2005 08:55 GMT | 1 |
I have put four Groupboxs on a form. I changed the font size from 8 to 12. When I run the application some of the groupboxs do not display their heading (Text property). If I change the font size back to 8 it is OK. I am running VS 2003 on Win 2K SP4.
|
| How to create a toolbar button at the right edge of the tool bar ? | 13 Jan 2005 08:47 GMT | 4 |
My application use tabbed interface, i need a close button at the right edge of the tool bar, is it possible ? Thanks JCVoon
|
| How to open "Phone and Modem Options" window from vb6 code? | 13 Jan 2005 08:19 GMT | 3 |
I think there must be a way to do it, but I just couldn't figure it out myself, anybody help, please.
|
| ComboBox use ListBox as data source | 13 Jan 2005 07:54 GMT | 12 |
I've got a number of ListBoxes that hold data from an Access database. On another tab of my form I need the user to use a ComboBox to choose one of the items from one of the ListBoxes. I have attached the ComboBox to my Access database and this works fine. However, it seems to ...
|
| Passing a Recordset from VB6 to VB.Net (QueryInterface failed.) | 13 Jan 2005 06:48 GMT | 1 |
I am getting an error when trying to use an ADODB.Recordset that was passed from a VB6 application to a VB.Net class library using COM Interop. I am running this on WinXP SP2 using the .Net Framework 1.1 and MDAC 2.8 SP1. This is what I've done:
|
| Windows Form Interaction | 13 Jan 2005 05:05 GMT | 1 |
I have a parent form and a child form. Both contain a textbox. Child also has a button. I want to open child with the following: Dim mfrmFind As New frmFind
|
| Datasets - what is the best approach? | 13 Jan 2005 03:49 GMT | 4 |
(My apologies for posting this on two forums. I have just found out the other one was the incorrect location) I am writing a VB.NET 2003 web application to operate on my company's intranet. It accesses data in an SQL Server database. I have developed a
|