| Thread | Last Post | Replies |
|
| MessageBox coming up with blank message and blank buttons. | 30 Jun 2005 23:17 GMT | 3 |
MessageBox coming up with blank message and blank buttons. The title and icon show up, and the buttons work, if I click the first blank button, returns Yes. Why is the message blank and the buttons are blank? Private Sub cmdAddPrivileges_Click(ByVal sender As System.Object, ...
|
| Line across form | 30 Jun 2005 22:00 GMT | 8 |
In VB.NET Windows Form, how do I add a line across the form?
|
| "Selecting" from a data table | 30 Jun 2005 20:27 GMT | 11 |
I have a data table that lists a series of items in my database. In my user form, I want the user to be able to filter by a number of criteria (e.g. location, contract, date modified, etc). Other than modified date, all my filters are selected via combo boxes. I would like to ...
|
| Creating an image file to be included in XML Report? | 30 Jun 2005 20:20 GMT | 3 |
I currently create an image on my form, using GDI ( It's a pie chart! ) I now need to save that image as a jpg ( On demand ) so that it can be used in an xml report. How can I do this? I can't see any way initially to do it, hope im wrong?
|
| Case conversion | 30 Jun 2005 18:44 GMT | 2 |
How can one change a textbox's content to mixed case (first letter of each word cap, rest small) in vb.net? Thanks Regards
|
| Calculating Time in VB .Net | 30 Jun 2005 18:26 GMT | 5 |
I'm learning to program with VB .Net. I'm trying to write a program that will calculate jogging time. I have Text boxes for Distance1, Distance2, Speed1, Speed2, Time1, Time2, and Total Time. For example, say I run 2 miles at 8mph (7:30 minute miles) and 1 mile at 7.5mph (8 ...
|
| How to use OCX? | 30 Jun 2005 17:53 GMT | 3 |
I have an OCX that I used in VB6 (there is no .NET version of it). There was an INI file with it. I right-clicked the INI file and chose "Install" and rebooted. I then created a new VB project and added a reference to the OCX. I tried to create an instance of the OCX via "dim ...
|
| reference dependency warnings during build | 30 Jun 2005 17:03 GMT | 3 |
In the project I'm working on, I have a reference to another project of mine that is the base class objects for my system. The problem I have is that when I build my project, it compiles, but I get following warning:
|
| TreeView Question | 30 Jun 2005 16:58 GMT | 5 |
is it possible to implement a tree node so that double click on the tree node does some operation and double click on "+" of this tree node only expands tree without doing this operation. Unfortunately I only know GetNodeAT(x,y), which don't differentiate "+" from the node.
|
| "printf" style string method? | 30 Jun 2005 16:48 GMT | 2 |
Given the need to (possibly) alter the position of various elements in a string due to localisation, is it possible to build a string using a "printf" style function, such that the source string can also contain the position of the elements to follow? Eg. :
|
| How to: Printer Driver | 30 Jun 2005 15:45 GMT | 4 |
I would like to create my own printer driver so that it is available in all applications through the file ->Print menu of applications. The driver will essentially take the contents of what is in the parent application and save it so file (like a file - save as).
|
| Registry Key Permissions | 30 Jun 2005 15:14 GMT | 4 |
I store some application settings in the registry under HKEY_LOCAL_MACHINE\Software\MyApplication I want to allow full access to this key and subkeys. Currently, I manually change the permissions on the keys.
|
| is there way to send email throught outlook express without mapi controls ? | 30 Jun 2005 15:11 GMT | 4 |
i dont like to use ocx controlx. is there new dll for vb.net that do the job ? or newer code, to send email throught outlook express.
|
| Control (prgressbar) not visible | 30 Jun 2005 15:03 GMT | 2 |
i use a progressbar in my program but it isn't visible the possition is 10;40 (almost exact under the menu). The property visible is true. it is there in design-mode but not in Run-mode. in runmode I can change its propertys max min value whitout an error.
|
| Manipulating XML data - using a DataSet | 30 Jun 2005 14:37 GMT | 1 |
Part of an application I'm working on needs to manipulate some XML data (in an XML file), by reading the data into a DataSet using the MyDataSet.ReadXML method, and then using MyDataSet.WriteXML to update the XML file itself. However, now I want to take advantage of the Primary ...
|