... please,could you help me how i can conect the data base created by SQL server with Visual Basuc.Net using code. THANKS FOR YOUR RESPONSE! ... Support the...
Hi, I will like to have examples on regards about the Serial Port communication using the vb 6. Objective: I have a device which connected to the PC serial...
hi, I enter some data into DataGridView and save that data into database. After saving data I want to enter new data into DataGridView. For this operation i...
Add a application configuration file to your project and add the path to point to your Sql Server 2000 DB and then write the code to access it! Happy Coding!!!...
Hi, I have a problem in displaying data in a text box everytime I click the button function. Below is the code. Private Sub Button1_Click() MSComm1.Output =...
... display ... I do not have any examples, but use MSCOMM. It is easier in VB6 than .net2003, thats for sure. If you google MSCOMM and Visual Basic, you...
I have a VB.net 2003 program I am writing. I have subroutines in a separate module that I need to have able to access elements of the main form's class. I...
Hi, i have some problem in vb .net 2003. lets say I have 2 form. Form1 with textbox1 and form2 with textbox2. I want to send value from form2 textbox2 to...
From my vb 5 experience: name both forms in the properties box, as frm1 and frm2 (you don't need a dim statement in the code) Let's say a text1 box from frm1...
Hi, all. Apologies if I missed this answer in the archives--I might have searched ineffeciently. Anyway, just curious when one would use JavaScript/AJAX versus...
I am having the same problem. the issue lies in using the name of the INSTANCE of form1, not the name of base class of form1. But what, exactly, IS the name...
Hai, It is somewhat simple problem. Don't do anything 1. Create a form with one text box (form1text) and one command button(form1cmd) 2. Create another form...
I think that will work...but u can also do something like GridView1.Rows.Clear(); Andres Pineda <pineda.andres@...> wrote: Hi, Guessing this is a WinForm...
I have found an excellent resource on Asp.Net, web objects, maintaining security, creating custom web controls and a lot more to enhance the skills in web...
Hello I have developed a VB6-program (Forums) that can monitor up to 15 Yahoo-forums at a selectable time and shows a message if there are new posts. When you...
Hi All, i have to create a tool which have to do the following 1. Take screen shot of desktop. (press print screen button) 2. Open mspaint and paste(may be...
I am running into major "what the"... First off, I am new to Visual Basic. I am using Visual Basic 9 (Visual Studio 2008). I have searched and searched and...
... Private Declare Function StretchBlt Lib "gdi32" (ByVal hdc As Long, ByVal X As Long, ByVal Y As Long, ByVal nWidth As Long, ByVal nHeight As Long, ByVal...
In my it will better if you try it once .taking a picture box and common dialog box.bcoz picture box will accept .jpeg format may be u could do it . and using...
One of the things inwhich I do in my winforms project is create a class that keeps track of all the forms. Public Class MyForms Private Shared _Form1 as Form1...
Hello Friends, I am trying to retrieve the data reading from WSDL file. I am just a beginner in SAOP web services, I am successfully able to retrieve the data...