Note: forwarded message attached. ... Do you Yahoo!? Get on board. You're invited to try the new Yahoo! Mail Beta. [Non-text portions of this message have been...
Folks, I have torn the MSDN to find an answer but I didn't. I want to append my information to a xml file. How can this be done? ********** Jean-Pierre Jamous ...
try this. It is an XML tutorial for .NET http://www.vbdotnetheaven.com/Code/Apr2003/005.asp Rick Rose ... From: Jean-Pierre Jamous Date: 06/01/06 17:36:18 To:...
I will although all the ones I looked at frustrated me because the authors don't give you the quick details man. If I don't like it, I know where to find you....
Let me try that again, I must have hit the hot key for "Send" Writing XML Documents The XmlWriter class contains the functionality to write to XML documents....
Thanks Rick. I will try to sit down and observe this baby more closely. Microsoft changed everything around in .NET 2.0. Although I don't like to jump into new...
Hello everybody I need to use the Real player Activex liberary to run real type files in my application. Thanks to give me example or tell me where i can find ...
They do not provided it on a nice silver plate. You can use the Object Browser in VB to look up the list of functions. However, you are on your own pretty...
I have a form with a textbox named txtCMD I need it to be converted to upper case. here is part if my code Private Sub txtCMD_KeyPress(KeyAscii As Integer) If...
That's what you get for joining the dark side lol. Rick Rose ... From: Jean-Pierre Jamous Date: 06/02/06 06:17:48 To: visualbasic6programming@yahoogroups.com ...
Lets see the whole coding for the text box. That code should not reverse
the input so there has to be something else there that is. Rick Rose ... From: Kevin ...
Hello there i have a small prob in accessing database i want to access the data source of 1 form from some other form. how can i do dat?? also tell me how to...
Hi All All tutorials in this world are here.... Regards Rajeev ps: use copy paste to use. ... Here you will find the list of links of very good free ebooks /...
Thanx a lot rajeev. U gave us online books library. If possible can u help me for mcsd certification study material I find it on www.testking.com but it is...
Thanx a lot rajeev. U gave us online books library. If possible can u help me for mcsd certification study material I find it on www.testking.com but it is...
define the object of dtabse globally.and access it as per reqirement or unload event of first form provide the coonectivity to ohter form and show it . first...
I found what was going on. After it did all the checks you needed done, it
set the focus at the beginning of the text instead of the end. Place this
piece of...
My prblm is tht recordset is not getting updated whn i m passing the control to other form from main form i.e i m having 2 forms what i want is whn a button is...
Gentlemen et al., Did you know there is a difference between the variables 'Date' and 'Date$'? Did you know there is a difference between the variables 'Time'...
Hi, I dont know what's in your code so I created my own scenario: In this code, Time is declared as Date, Sub WrongCode() Dim Beginning As Date Dim Ending As...
Can anyone help me how to write update and insert query in vb plz show code how to write. And want to know whether i can insert values into the record already...