Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / VB.NET / July 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
DataSet.ReadXML28 Jul 2005 00:32 GMT2
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 settings27 Jul 2005 22:19 GMT4
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 calculator27 Jul 2005 21:43 GMT3
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 GMT3
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 codes27 Jul 2005 21:26 GMT8
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 GMT8
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) - newbie27 Jul 2005 20:33 GMT1
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 button27 Jul 2005 18:22 GMT1
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 problem27 Jul 2005 18:17 GMT6
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 GMT3
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 form27 Jul 2005 17:13 GMT1
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 Serialization27 Jul 2005 16:30 GMT2
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 DOMDocument4027 Jul 2005 15:46 GMT1
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 GMT4
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 GMT4
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.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2010 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.