473,544 Members | 1,972 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Visual Basic 4 / 5 / 6 Forum

Visual Basic programming language and IDE - Ask questions about rapid applicatoin development, GUI, database access, DAO, RDO, ADO, Active X Controls, objects, Microsoft Visual Basic 4/5/6.
1
3,426
anoble1
thread by: anoble1 | last post Jul 3 '13 by: Rabbit
hi, I was wondering if their was a way to search for computers on the network by seaching by a Serial Number. Why? I have people calling me with a serial number and wanting to know what the PC Name is and who was on it last. Right now, all I can do is search by PC Name and return the serial (not the other way around) Any Help? ...
1
1,188
thread by: miosne | last post Jun 22 '13 by: Mihail
Hi All, I'm trying to import an Excel file opened using this code: 'Crea oggetto Internet Explorer e Excel Set IE = CreateObject("InternetExplorer.Application") 'Uploading Wedsite IE.Navigate "http:Mywebsite.it" While IE.Busy
2
1,500
thread by: hummi | last post Jun 21 '13 by: DonW
if any body have email module code please help me
-
-
thread by: justjen | last post Jun 21 '13 by: Rabbit
0
990
thread by: rahulwagh | last post Jun 19 '13 by: rahulwagh
Hi Could you please tell me how to programatically Alt+tab through all windows
0
1,021
thread by: Flossie | last post Jun 18 '13 by: Flossie
Hi there, I'm creating a grant funding report form in a Word doc and using ActiveX fields so they look modern and enable answers to questions. It will be emailed to grantees to complete and return. I will then print it for grant panel members to read. Using: MS Word 2003 and VB6.5 Skill level: I am not a programmer, but keen to learn and...
4
1,917
thread by: Hiram13 | last post Jun 17 '13 by: Hiram13
Am trying to use this code to get the sum of amount paid but its giving me the output as True instead of the sum. where is the problem? Dim DataEnvironment1 As New ADODB.Command Dim rs As New ADODB.Recordset Dim subs As String On Error Resume Next DataEnvironment1.ActiveConnection = con DataEnvironment1.CommandText = "select...
0
874
thread by: kalaithilak | last post Jun 14 '13 by: kalaithilak
i want to move the details from one fpspread to another one . when i double click the spread1 the row row moves to spread2 but in this the only one row which i clicked only move to spread2 the row cannot be incremented
0
1,272
thread by: GeoLeo | last post Jun 7 '13 by: GeoLeo
How can I run VB5 under Windows7?
0
1,258
thread by: bobykuriakose12 | last post Jun 7 '13 by: bobykuriakose12
Dear sir, i am a student,i do one sample project in vb.6 and access 2003.i designed one form for students entry,name and address, etc,this details are saved in database and retrive in my choice. but i have plan to insert student pictrue in my 'students entry form'.i have no idea about this picture insertation.can u please help me, how to...
0
1,270
thread by: rahulwagh | last post Jun 6 '13 by: rahulwagh
Hi, I want to iterate through IE (internet explorer) tabs and take screen shots of specific windows and paste them in excel sheet. I have written below code - ***************************************************** Private Declare Function GetWindow Lib "user32" (ByVal hWnd As Long, ByVal wCmd As Long) As Long Public Declare Function...
8
4,862
thread by: gngui | last post Jun 4 '13 by: avalonit
Hi, Please Please Please anyone out there, if you have a solution, i will highly appreciate as i have searched the internet for 5 days now with no hope. 1st, the versions i am using are Ms Access 2003 & Visual Studio 2005. Problem I am using a database password on my MDB (using "set database password"). This is just for my basic security to...
0
983
thread by: equinox828 | last post May 31 '13 by: equinox828
My HTML Help File works fine with F1 while running in my design execution but once I have compiled it, the pointer will only hourglass for a second or two when F1 is pushed. The code that i am using in the Form activate is: App.HelpFile = App.Path & "\passwords.chm" Any help would be apprciated!
1
1,612
thread by: yanze | last post May 31 '13 by: Oralloy
This is actually a question on how to import Open Office file record into an SQL Database. We have successfully exported an SQL data from our branch's database into an Open Office file using our Export Facility System, and now we need to Import this Open Office file into our Head Office SQL database using our Import Facility System. But we're...
0
986
thread by: oan torres | last post May 30 '13 by: oan torres
Option Explicit Public LoginSucceeded As Boolean Private Sub cmdCancel_Click() 'set the global var to false 'to denote a failed login LoginSucceeded = False Me.Hide End Sub
0
999
thread by: ABRiz | last post May 27 '13 by: ABRiz
I have created 4 tabs on a form through sstab1 control. I want to color whole page of each tab other than default color. how to do that.?
0
962
thread by: Arulnithi | last post May 23 '13 by: Arulnithi
hey guys how can i print a frame and its contents in visual basic 6.0, i need to print a particular frame? could you plz help me.
1
1,239
thread by: joslu | last post May 22 '13 by: Developer4ever
I want to copy a value from one textbox to several others, like: TextBox2.Value = Textbox1.Value TextBox3.Value = Textbox1.Value TextBox4.Value = Textbox1.Value etc up to 30 How can this be done by using a For Next loop? For i = 1 to 30 "TextBox" & i & ".Value" = TextBox1.Value
1
1,406
thread by: Window1 | last post May 22 '13 by: Rabbit
hello everyone, is there anyone could help me to this problem, I have downloaded a module file which is (exifReader), then I apply it to my system code. when I browse an image from a folder or file when I click the a button to show the properties of the image and put it to some textbox, I got this error saying " run time error 9 ,...
2
1,636
thread by: mdtam | last post May 20 '13 by: mdtam
Hi experts, I would like to import data from excel into access. For example I have field "Name" in the excel table. Then I want to import all the data under the field into my database (ms access).
3
1,335
thread by: cyberkhine | last post May 20 '13 by: Rabbit
Hi. . .I have another problem here. . .How will I update the month in MS Access specifically adding a 1.25 value in every end of the month where some month ends at the 30th while others ends at the 31st. .Thank you.
8
1,663
thread by: Megagnome | last post May 18 '13 by: Rabbit
Got myself in real need of help here, and wonder whether anyone would be able to assist? Problem:- In a wildlife hospital we want to automatically select the ‘Previous Accession Number’ under which an animal known by its ‘First Accession Number’ (or ‘PatientID’) was last treated by CWH before the current consultation instance. Each...
1
1,287
maylortaylor
thread by: maylortaylor | last post May 13 '13 by: Rabbit
So, i have a console application that runs perfectly well but it runs too fast to read any of the information on the screen. So what i'm trying to do is one of two things... A) create a function that i can call with a key stroke (such as "spacebar"). The function would be something simple like "console.readline()" just so the user can willingly...
0
1,166
thread by: bstraess | last post May 12 '13 by: bstraess
I wrote a program A and a program B. I start in program A the program B Dim startInfo As New ProcessStartInfo startInfo.FileName = "\My Programs\A.exe" startInfo.Arguments = """blah blah"""

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.