Hi, guys. I have this problem. How can I call a web page from my program in a way that it automatically insert data from my database, for example, call ...
Go to website. View Source. Get Form name and control names. FYI: sSrSsURL = "aa.usno.navy.mil/data/docs/RS_OneYear.html" forma = form name Type, Year, st,...
Thank you for your answer. I will check and try it. I will let you know the outcome. Rafael ... __________________________________________ Yahoo! DSL –...
Anyone know how to get System's date format? I need to get users fiscal year start-date. Input like 6/1 might be June 1 or January 6. I can assume that the day...
... LoadPicture works with the PICTURE control, the IMAGE control is different and has a different method to open the IMAGE into the control. Check the EVENTS...
hello, does anyone know how to creata database connection by using sql command in vb.net? can show me some examples of the sql commands? thanks in advance :p...
You have to turn off warning messages..... Application.DisplayAlerts = False "excelobject.Sheets("sheet" & nsheet).SaveAs "C:\test" Application.DisplayAlerts =...
Look for Dataset in the msdn. It has as you brows through it an example with SQL ODBC and ACCESS [Non-text portions of this message have been removed]...
Thanks alot.its working fine...but can u tell me how to capture the msgbox YES NO CANCEL values.... Thanks in advance ... -- Dilse...NivaS [Non-text portions...
... Maybe look into "Sendkeys"? You could send it a left LEFT ARROW {LEFT} then maybe a ENTER {ENTER}or ~ I do not like this way but without using API's to...
Hi Rafael, MapQuest web site provides detail instructions on how to do exactly what you want. In fact, most of the mapping websites let you automate the ...
Hello, Just joined the forum. I would like suggetsinos on your favorite manuals for VB (version 6, in my case). I used VB a lot up until ~5 years ago, and...
Are you sure you want to get into VB 6? Although a lot have used it and still do successfully there has been 3 upgrades for it. .Net 2002 .Net 2003 and .Net...
use the following: objWkBk.Save objWkBk.Saved = True objWkBk is defined as Excel.Workbook. The reason that you are getting that message is because you are...
Which one do you use Jean? Do you know about the differences of the
upgrades? I've only used the original .NET. Rick Rose ... From: Jean-Pierre Jamous Date:...
I don't know what the difference in 2005 is. I am going to assume mobile devices and more ASP .Net support. They might include strict html in ASP. Who knows....
... Hi Jean, Thanks for the break down. I didn't realize the upgrades have come so far. So do most people on this group use newer versions? (The group name...
... To answer my own question: From your other posts and info on the web, it looks like it would take a lot of work to bring the VB6 programs to .NET 2005. ...
.NET will convert simple programs itself. The problem lies with the
complex programs, like most programs are. You will have to rewrite your
programs to...
hi guys...... this is the first time i m posting a message to this group......and wish a gud response from evryone......i am an engg. student persuin my btech...
im a student back here in the philippines and i need help in my project! im working on a payroll system and i need to know how do i print my computed slip!...
Hi I am Sanjeewa and I am working as a VB Developer since 1998. I have more experience to support you. If you have any Computer Assignments to complete write...
Hey buddy, you can use crystal reports to display your computed slip and to print it as well. Elin <hardgel29@...> wrote: im a student back here in the...
Hi Try this '*************************** Dim I As Integer I = MsgBox("", vbYesNoCancel) If I = vbYes Then MsgBox "Yes" ElseIf I = vbNo Then MsgBox "no" ElseIf...
Regional setting is Swedish THREE fields in MyTable, all type double dblVal2 = 1.2 The code: ******************** sData = "Insert into MyTable values (1.5, " &...