10,992 Topics

Member Avatar for
Member Avatar for Kcin

Hi, could anyone help me by explaining what Lib means i have come across these lines of code in a book and i could not understand what theses codes mean. Thx in advance [CODE]Private Declare Function GetPixel Lib "gdi32" _ (ByVal hDC As Long, _ ByVal x As Long, _ …

Member Avatar for davidcairns
0
123
Member Avatar for akphilli

I'm trying to create a database for an operator to choose values from a dropdown list. However, the source of these values are calculated (in a different query) in different columns (long story). I need to be able to choose any single value from multiple columns. I have tried to …

Member Avatar for DenisOxon
0
95
Member Avatar for cguan_77

[B]Hi,[/B] [B]Can anyone help me, how to determine selected control from an array of listbox? Anyhelp is greatly appreciated. Thanks.[/B] [B]cguan[/B]

Member Avatar for cguan_77
0
105
Member Avatar for pbrookee

Hello all! I have a flexgrid and everytime a user would click in a cell to edit it, an error occurs "Run time error 5 "Invalid procedure call or argument"" Here is my code: 'simple sub routine to fake the edits Private Sub EditFlexGridCell(PassedText As String, Optional CpBoard As Boolean) …

Member Avatar for pbrookee
0
259
Member Avatar for Jithan_palakkal

i am a beginner in vb 6.0 i like to use crystal report in vb 6.0 insted of data report i serched in vb 6.0 for crystal report but ican't found Please help me.....

Member Avatar for choudhuryshouvi
0
67
Member Avatar for shahriar2403

Let, i have a database in ms access with two field named-"name" & "roll". I also have a combo box or list box in vb containing those names. I have to select a name from that list and appear the corresponding "roll" from that database in a text box in …

Member Avatar for pbrookee
0
360
Member Avatar for choudhuryshouvi

Hi, there, all fellow programmers I need a help on this. I have a code in vb6. It acts when a click action is made on 'X' on form1. Here is the code :- private sub form1_unload(cancel as integer) dim confirm as integer confirm=msgbox("Sure to exit ?",vbyesno+vbquestion,"Confirm Exit") if confirm=vbyes …

Member Avatar for choudhuryshouvi
0
90
Member Avatar for VENUSKARTHICK

[B][COLOR=green]dear friends i need visual basic tutorial & books on pdf or video formet plz post for me i am biggener for this ..........[/COLOR][/B] [B][COLOR=green]thanks......... in advance........[/COLOR][/B]

Member Avatar for choudhuryshouvi
0
139
Member Avatar for johntech

I'm working on the game of Concentration. When you match 2 squares I want to blink a label caption "MATCH" say 3 or 4 times then hide it. The problem is I want the program to stop until the blinking ends then continue. I use a timer to make the …

Member Avatar for johntech
0
194
Member Avatar for leongaj

Can anyone help me to convert the following BASIC langauge into Visual Basic source code? Please help. I'm new in programming. Thanks alot. ----------- NEW 10 REM Test Program Four - RG 9305.11 11 REM Walking Program for BORIS Connected to PC Parallel Port 12 REM Control from numeric keypad: …

Member Avatar for jbennet
0
173
Member Avatar for pbrookee

Hello all! :-/ I am creating a program which reads data from a database. How can I change the connection string to format anyone who would use this program on there computer? My current connection string is made to specifically read from my folder(s)... conn.ConnectionString = "C:\Documents and Settings\servername.\Desktop\Pamela\CheckReader\Database\CheckInfo.mdb" Thanks …

Member Avatar for choudhuryshouvi
0
110
Member Avatar for LordCover

Hi, It's my first post in this site I need a system-wide hotkey in vb6 so, anywhere the user is, if he pressed the hotkey respond to. GOOD BYTE, LORDCOVER

0
55
Member Avatar for Fungus1487

ok ive just started work for a company and second day in they have asked me whether its possible to convert there entire VB6 applications suite to asp.net making it available to run online for their clients. This is my first job outside uni and having played around with asp.net …

Member Avatar for jbennet
0
188
Member Avatar for Cruize_Invades

I heard that using VB 6.0 I can disable the start button. But I've search to found what code to be put but unfortunately i cannot found one. I also know that code for win98 differ from XP OS... So pls some one teach me... Thanks a lot..

Member Avatar for Cruize_Invades
0
123
Member Avatar for jov_damo86

Kindly please help me on how to make a VB6.0 EXE To run when there is no visual basic 6.0 installed on a computer! Thank you! or what can i do to run a visual basic program to the computer where there is no vb software installed!

Member Avatar for jbennet
0
123
Member Avatar for marlon ng

Hi. Im a beginner and I've recently studied ASSIGNING ARRAYS and have drawn the following conclusions. Please tell me if they're correct or not. If their wrong, pls explain to me why they're wrong and pls give me a sample code. Thanks a lot guys!!! Assign fixed array to dynamic …

Member Avatar for davidcairns
0
89
Member Avatar for purplegerbil

Hi, I have used the following code to add a new field to a database. Is there a way to stop this field having a Null value but still keep it empty? [CODE] strSQL = "SELECT * FROM cells ORDER BY cell, Proof;" Set db = OpenDatabase(lblDatabase.Caption, False, False) Set …

Member Avatar for choudhuryshouvi
0
143
Member Avatar for pranto157

how can i show data into DataGridControl 6.0 by using dao connection method. Note: database is Oracle 8i. plz reply me........................

Member Avatar for choudhuryshouvi
0
114
Member Avatar for Dr3am3rz

Hi people, I need an urgent help in this. I have a form where I have created a textbox(disabled) in order to show the Number ID from the access database Auto ID but have a problem here. The newly created table in the database doesn't show any number example like …

Member Avatar for Dr3am3rz
0
123
Member Avatar for Vaishali Chavda

Hi I have an application in vb which encountes this two errors: cannot find dlllentrypoint:setLayered.window attributes in user32.dll and 2nd runtime error 91: Object variable or block variable not set. when i run it on windows 98 , but it works fine with windows XP.. Can any one please help …

Member Avatar for Aaraggornn
0
390
Member Avatar for DenisOxon

Hi, Has anyone interfaced USB ports from VB5 to control equipment, rather than just print ? If so can you give me some pointers please to information on how to do it . Thanks Denis

0
202
Member Avatar for cxj98

I want to generate massive user name database, any ideal? now for example: first file named "Firstname.txt", second file named "Surename.txt" ,and third file name "Brithday.txt" in the firstname.txt have text like: a aa aaa b bb bbb in the Surename.txt have text like: 1 11 111 2 22 222 …

0
55
Member Avatar for nedwards

Hello, I need help. I have been searching the web to try and find to somehow add vbscript in my visual basic application. I'm not sure how to go by doing that. What I'm really trying to do is to use visual basic as a GUI and then use vbscript …

Member Avatar for kmortensen
0
946
Member Avatar for IBGhost

Hi! I am trying to change the password for admin on 100comp but i do not want to go to each comp to change the password Any help?? ps: I have XP proffesional

Member Avatar for choudhuryshouvi
0
60
Member Avatar for tyrus

dear members, I am a diploma student in information technology and I am required to develop a system using visual basic codes.Please advise on the project and also help me with the codes to help in full-filling this requirement. Thank you.

Member Avatar for choudhuryshouvi
0
82
Member Avatar for kiran_berry

I am running a batch file "batch.bat" Inside the batch file i am calling a VB exe file "test.exe". Within the VB I am trying to open a text file "new.txt". I am stuck at passing an error message or some variable back to batch file "batch.bat" when the text …

Member Avatar for choudhuryshouvi
0
87
Member Avatar for kalitherenegade

Greetings! i need help. Does anyone know how to set record or primary key properties to a text box on a form in VB6 through the code?

Member Avatar for kalitherenegade
0
109
Member Avatar for jatinder_44

[I][B]Hi To all,i used progress bar control of 7 array i.e 0 to 7 ProgressBar(PB) with same name pb1 ,but how to write code for each .My code is working if i select 1 PB and there is any other event for pb that i should not click on pb …

Member Avatar for jatinder_44
0
118
Member Avatar for CarterLangley

Hi guys, I need to put the results of a query to an acces database onto a word document. now the query is driven by user choices so it might return one record or it might return over 300 records or then again, nothing at all. but if there is …

Member Avatar for choudhuryshouvi
-1
501
Member Avatar for choudhuryshouvi

I want a program which will automatically detect and notify whenever a mp3 disc is inserted into anyone of my cdrom drives. I've got a logic but I think it becomes non-practical and also lengthy.So,I want to know if there is any other way to solve the problem. If you …

0
51
Member Avatar for udaywali

Can any one help me in using WIALib in VB6. I want to capture images from within my application. I tried to get some info on WIALib through object viewer, but could not figure out what is the argument to WIA.Create(Device). What is this device? I could not figure out. …

0
65
Member Avatar for bu hadi

Hi there.. could any one please tell me the codes for printing in vb express edition 2005? Also I want to know how can I print the information inside the panel if I have it in the form I mean the spcifaied panel required to print with the info in …

Member Avatar for ~Paul~
0
77
Member Avatar for pbrookee

Hello!! I have a working login/password form which reads the stored login/passwords from Access, but I am trying to make it so the login and password is case sensative? :) Thanks!

Member Avatar for pbrookee
0
130
Member Avatar for marlon ng

Hi. Pls copy paste this to your form module. [code] Option Base 1 Private Sub Command1_Click() Dim mArray(15) As Integer For x = LBound(mArray) To UBound(mArray) Print Format(x, "!@@@@@@"); Next x Print For x = LBound(mArray) To UBound(mArray) Print Format(x * 2, "!@@@@@@"); Next x End Sub [/code] There's a …

Member Avatar for scudzilla
0
103
Member Avatar for w00dy

Is there a VB function to allow you to construct counters using different number systems ie base 3, base 4, base 5, 6, 7 etc ? I haven't used VB for a while and I'm getting a headache trying to think how to get started on this, I just need …

Member Avatar for SkinHead
0
135
Member Avatar for t3hfr3ak

I am trying to code frogger (yes still) and For the highscore... when the user first runs the application there is no text file for the highscores. How would I go about making it? or an If statement like: In PsuedoCode: If File Does not Exist Then Create HighScore.txt Else …

Member Avatar for ~Paul~
0
141
Member Avatar for hyenakal

How do I pass data in string from a form to another? i'm trying to pass the option selected on my list box from one from to another to be displayed in a text box. how do i do that? thank you

Member Avatar for ~Paul~
0
149
Member Avatar for kinchesskin

i m new in VB just self-learning.. if i wanna build a menu.. however, somewhere is highlight and seems wrong.. please help.. [U][I][B]ck_chick.Value = 0[/B][/I][/U] <--- is it wrong? [code] Option Explicit Private Sub Form_Load() Print "1" End Sub Private Sub Command1_Click(Index As Integer) Dim food1, food2, food3, food4 Dim …

Member Avatar for ~Paul~
0
394
Member Avatar for christianthag

hello everyboby do you know how am i going to make an mp3 player menu in visual basic?

Member Avatar for ~Paul~
0
94
Member Avatar for Holtby17
Member Avatar for ~Paul~
0
49
Member Avatar for pbrookee

Hello all! In my VB6 program I am extrating data from an database Access 2000, which I just made as password protected (now that the code is complete) But when I try to run the program (login/password screen) and I enter the login/password I get an error... "Could not Find …

Member Avatar for pbrookee
1
64
Member Avatar for ReeciePoo

Just now i burnt my .vbp on to disc from my computer so i could put it on this one Everything works fine and is correct size but when i put it on this computer.. everything is different sized. like its stretched? i even made the .exe on my computer. …

Member Avatar for jamello
0
121
Member Avatar for hannah_HPT

I have an application programmed by VB6. It has been packaged. Users can install it and run it at other computers. I want to controll this application's installer with a secure code. Only the secure code checking passed, the installer will continue, otherwise, stop the installation. How can I make …

Member Avatar for DenisOxon
0
63
Member Avatar for miracles

Hi, I need help on the following desperately I need to write a macro to send out 2 types of email via excel 2000 for those (DEPENDING ON their Action_Item_Status 1)action items with Action_Item_Status='Overdue', (over due email) 1)action items with Action_Item_Status='Due Soon', (reminder email) Action_Status_As_Of_Today can have these values:-Done,Overdue,Due Soon,Not …

Member Avatar for DenisOxon
0
112
Member Avatar for arunprabhakar

[COLOR=black]This is the coding i have done in vb illustrator file is loading and we can make changes CODING --------- [/COLOR]Private Sub Command1_Click() Set appRef = New Illustrator.Application Set fol = fso.GetFolder("C:\ChemDraw\StePHOXTetrahedronRevised\Eps") Dim charStyle As Illustrator.CharacterStyle For Each fil In fol.Files Set docref = appRef.Open(fil) appRef.ActiveDocument.ActiveLayer.HasSelectedArtwork = True appRef.ActiveDocument.ActiveLayer.Opacity = …

Member Avatar for arunprabhakar
0
119
Member Avatar for arunprabhakar

i want an eps file image to b grayscale i cant get it please help me to get 1: opening a eps file 2: changing a color mode to grayscale 3: saving it 4: this has to done in a command button click MY CODING -------------- Private Sub Command1_Click() Fldr …

0
55
Member Avatar for gsraonrt

Hai all, This is Srinivas. I Need help to create an Application in VB 6.0 with Access in 3-tier architecture model. Please give me one small example with souce code. [COLOR=red]You can mail it to :[/COLOR] [EMAIL="gsraohyd@yahoo.co.in"]gsraohyd@yahoo.co.in[/EMAIL] It is very urgent. I want to convert a project into 3-tier architecture. …

Member Avatar for DenisOxon
0
76
Member Avatar for mg1969

Hi all, first post. I am working with excel files which get their data from htm files on the same folder location. Every time I open the xls file I get a prompt "Some of the files in this web page arent in the expected location. Do you want to …

Member Avatar for mg1969
0
101
Member Avatar for bendertez

I'm trying to create an overwrite save command within MS Excel 2003. I'm saving the active work book as a new file: ActiveWorkbook.SaveAs FileName:="c:\Test\testfile.csv" I need to run this macro on a regular basis and sometimes the file will be already held in the location above and sometimes it won't …

Member Avatar for shasur
0
81
Member Avatar for gsraonrt

Hai all, This is Srinivas. I Need help to create an Application in VB 6.0 with Access in 3-tier architecture model. Please give me one small example with souce code. It is very urgent. I want to convert a project into 3-tier architecture. Thank you.

0
54

The End.