| Thread | Last Post | Replies |
|
| DataSet.ReadXML | 28 Jul 2005 00:32 GMT | 2 |
I have a small xml document that I bring into my application by reading the xml file with a dataset: Dim ds As New DataSet ds.ReadXml(fileName)
|
| Help using appConfig for application settings | 27 Jul 2005 22:19 GMT | 4 |
I am using VSTO 2005 Beta for building an excel application. I added application configuration file to the project (app.config) and it has the following section in it. <configuration>
|
| Can I return a value from the calculator | 27 Jul 2005 21:43 GMT | 3 |
In part of my application the user may need to do a simple arithmetic calculation in order to get the value to put in a text box. I was thinking that it would be good if I could display the Windows calculator and then put the result in the textbox for the user. Additionally, ...
|
| How to make a ComboBox ReadOnly? | 27 Jul 2005 21:38 GMT | 3 |
I want to have a ComboBox that is loaded programmically not except keyboard inputs. I tried in KeyDown not calling MyBase.OnKeyDown(e) and also tried setting e.Handled = True but neither appear to suppress the
|
| comment out a large portion of codes | 27 Jul 2005 21:26 GMT | 8 |
Does anyone know if there is a way to get VB.net to let me comment out a large portion of codes? Like in C/C++, I was able to comment out using /* ..... */ I think there is something to do with "Define Debug Constant = 1" but I am not sure how it works. thanks.
|
| I got a job... | 27 Jul 2005 20:39 GMT | 8 |
I received a job offer today... It means moving 150 miles away, and making a 20% less money than I was making at my previous job. But It's more than un-employment :) I would like to take a moment to thank all the people that emailed me
|
| Help with insert (stored procedure) - newbie | 27 Jul 2005 20:33 GMT | 1 |
I'm tring to execute a stored procedure. The message is telling me that Procedure 'spInsertSeller' expects parameter @Surname which was not supplied The stored procedure is this:-
|
| help button | 27 Jul 2005 18:22 GMT | 1 |
I can't figure out how to have the maximise, minimize and help buttons at the same time on my form ?!? The help button appears only if the two others are disabled. Thanks for your help.
|
| ADO problem | 27 Jul 2005 18:17 GMT | 6 |
After the 38th iteration of a loop that calls this code, I get the following error: An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in Antenna Test
|
| How to convert code from VB to VB.NET ? | 27 Jul 2005 17:28 GMT | 3 |
I am working on converting one code from VB to VB.NET. I am stuck at some point, please help me how to convert following code from VB to VB.NET : Dim xImage As System.Windows.Forms.ImageList
|
| Form in a form | 27 Jul 2005 17:13 GMT | 1 |
Thanks George, this works they way I imagined it. However now I have the problem of exchanging variables in the "subforms". Here's what I have:
|
| MFC Serialization | 27 Jul 2005 16:30 GMT | 2 |
I have a file that has been outputted from what I have been told is a MFC serialization function in C++ and looks like the following when opened in notepad : ??1.01??BPMStarTSP600.dll??9600 ??80mm x Cont.
|
| XML.XMLDocument and DOMDocument40 | 27 Jul 2005 15:46 GMT | 1 |
I have a DLL in VB.net that give a XML.XMLDocument as output to a VB6 application. My problem here is that XML.XMLDocument is not known by VB6 and would rather take DOMDocument40 object.
|
| how can I compare floating point numbers? | 27 Jul 2005 15:29 GMT | 4 |
I have a newbie question. I have a value which is of type SINGLE DIM s as single s=3.7
|
| Thrown Error NOT Caught!? | 27 Jul 2005 15:14 GMT | 4 |
Here is the problem. I'm opening a form that Throw's an error in the Load event and the method thant opens the form has a try..Catch to Catch the error that is thrown in the load event.
|