10,987 Topics

Member Avatar for
Member Avatar for HI2Japan

Hi all, I am a beginner at this so sorry for my ignorance. I'm trying to make a macro that searches an Excel Spread sheet. I plan on using Data validation in cell A1 that the user selects the value they want to see, then I want them to be …

Member Avatar for Yomet
0
304
Member Avatar for macka007

Hi, Im writing a program that takes screen shots at user determined intervals for a number of seconds (that way you can change frame rates), after each screen shot a new MDI child is loaded and the picture placed inside the image box on the form. When the set number …

Member Avatar for macka007
0
241
Member Avatar for harrypotter

Hi I'm begginer in VB. i want to develop a VB application in which there's a need of opening a .exe file when a button is pressed. Please tell me how to link a button to a .exe file so that it will be opened when the button is pressed. …

Member Avatar for Comatose
0
101
Member Avatar for complete

In C you can declare a function like this int average( int first, ... ) Where the ellipses denote a variable argument list. If I have a function like that in a c++ DLL and I want to link a Visual Basic GUI to it, how would that function be …

Member Avatar for Comatose
0
177
Member Avatar for helloworld

hello, i have copied parts of it from the book, am not allowed is there anyway someone can chage as much as there can, and try and get rid of ASC, is there another way of doing it, without ASC, OR ASCW, please someone help, please nicky Public Function Zeichen_OUT(Zeichen …

Member Avatar for campkev
0
92
Member Avatar for chan karan

I have designed a vb program and now i want to pass parameters from outside application to vb. what should i do??

Member Avatar for Yomet
0
180
Member Avatar for skalra63

i am using ADODB to connect an access database to my forms. i have the folloing code which searches the database table for a barcode. it searches and displays correctly, until you put in a non existant barcode, then it comes up with error 3021. eof bof error. it highlights …

Member Avatar for nicentral
0
153
Member Avatar for Jhun33

Hello everybody! I hope I'm in the right place to consult some programming issues. I'm Jhun and I'm new to the datagrid of VB 6. I'm currently working on a database application in which I would like to show records from an Access DB thru the datagrid. I tried to …

Member Avatar for Yomet
0
215
Member Avatar for allenhu
Member Avatar for Comatose
0
140
Member Avatar for Kegtapper

Trying something out of my area of expertise, and wanting to experiment with WebClasses Anyway when I start VB new IIS project - [IMG]http://www.kegtapper.net/test/DaniWeb-IIS.jpg[/IMG] Then I get an error regarding [IMG]http://www.kegtapper.net/test/DaniWeb-error.jpg[/IMG] Then the Dsr won't load and this error [IMG]http://www.kegtapper.net/test/DaniWeb-Dsr.jpg[/IMG] I have PWS 5/IIS server installed on this Win2000 system. …

Member Avatar for Comatose
0
124
Member Avatar for chan karan

Would any one help me to solve the problem?? I am writing a vb program by using vb 6.0. I want to location a file with .id extension. how can i find out this file c:/program/abc.id if i only know the extension and the path?? Thank you very much~~

Member Avatar for Comatose
0
113
Member Avatar for loup

Hey folks, entrepreuners, I’d like to create a really neat program that prints your name, with meanings, or poems, or bible verses, or military quotes, etc. I've seen other packages out there, but they’re not that good. Check Ken Kirkpatrick Software to see what I mean. Also, check other First …

Member Avatar for pau
0
121
Member Avatar for Prahaai

Hi. I am trying to make something similar to a RPG text game, in Visual Basic 6. I know what you want to say "it's not good for text games" but i have my reasons. The problem i am facing is this: let's suppose i have 3 main skills: meelee, …

Member Avatar for Prahaai
0
187
Member Avatar for Prahaai

As the title says, i want to make a mIRC like interface. This is what i have right now: one form called Form1, one textbox called Text1 and another one called "main". [code] Dim TMPtxt As String * 50 Private Sub TextTest() Dim tt As String tt = Text1.Text Select …

Member Avatar for Prahaai
0
185
Member Avatar for NewVBguy

Hi everybody, Can anybody teach me how this work? thnx. private sub command1_click dim vcombo1 as combobox,vcombo2 as combobox call populate(vcombo1) 'there's an error here vcombo2=vcombo1 'another error here end sub private sub populate(oCombo as combobox) oCombo.clear ocombo.additem "One" ocombo.additem "Two" ocombo.additem "Three" end sub 'Basically what i want is …

Member Avatar for Yomet
0
116
Member Avatar for Yoshidex

Hey there, I'm learning more and more every time I post and/or read contributions by other people, but I still have a long way to go. I have this problem now: I designed a Find command and it works fine, but I want all of the results to be written …

Member Avatar for Yomet
0
2K
Member Avatar for infmas

Hi, recently my VB6 freezes when I try to compile a Usercontrol. I really don't know what to do. Someone could help me, please? Thanks, Marco.

Member Avatar for Yomet
0
145
Member Avatar for native19

hi I am building a fingerprint recognition software using vb6 the problem is that i dont know how to get a raw image(probably in bmp or something else) from the scanner im using a microsoft fingerprint scanner i even tried the grfinger sdk but it encrypts the image not allowing …

0
58
Member Avatar for kdee

Hi! Please, anyone... I put a button1 on form1 and I want to open a form2 with it. It sounds so simple (With ms access it was!) :o I'm tryning to do this in Visual studio express now. What do I do? As I understand it has to be done …

Member Avatar for kdee
0
159
Member Avatar for Slavrix

hey boyz/girlz i need to make a code for a server status checker, how would i do it? at the moment the server is checked by using this [url]http://deep.phpwebhosting.com/~paradox/Chaos%20Knights/ServCheck/ServerCheck.php[/url] how can i convert that into a simple program that can run on the desktop?

Member Avatar for Slavrix
0
425
Member Avatar for complete

I need suggestions for creating a Help system for a Visual Basic Program. We have a requirement to provide "on-line help" to our Visual Basic program. What I believe they mean is the sort of Help functionality that one normally sees in C++ generated program. Does anyone have any suggestions? …

Member Avatar for yni420
0
175
Member Avatar for lalit05vij

hi, iam using date picker but it is constantly showing date i want to show date in control only after user has entered some value. i want to achieve this without using chekbox control please help

0
93
Member Avatar for Yoshidex

Hello there. I want to print from my program's form, but it won't accept the changes for currentX and currentY, it always start on the edge of the page. Here's an example of the code I'm using: [code] Private Sub cmdPrint_Click() 'Call the common Dialog Box for printing; cdbPrint.ShowPrinter 'State …

0
83
Member Avatar for macka007

Im writing a Network version of Othello (sometimes called Reversi) but im having trouble with the function that checks your move. A screen shot of my app: [img]http://homepages.picknowl.com.au/craig_sharon/othello2.gif[/img] Basically each Square is a PictureBox, Player 1 (White) goes first, so if for example they click the picturebox (F,5) which incidentally …

Member Avatar for macka007
0
162
Member Avatar for Rattled_Cage

i want to set this to read from the "cd Quality" key anyone help me ? ive tried changing key2, "Cd Quality", with no luck ! where am i going wrong ? [CODE]Private Function GetDefaultWaveFormat(format As WAVEFORMAT) As Boolean '//////////////////////////////////////////////////////////////////////////////////// ' This user-defined function retrieves the default wave format from …

Member Avatar for AlanC
0
242
Member Avatar for Josey Wales

Hello. I am a newby and I am taking an "introductioin to programming" class. I have to write some code in qbasic for a grade and qbasic will not run on my Xp(sp2) machine. Is there an easy way to make this dinosaur run? thanx.................

0
70
Member Avatar for zillabunny

Hello, I'm trying to write a simple little TAsk Schedulaer app When my lable caption timer hits a certian time It's supposed to load a program If lblTime.Caption = "9:11:25 AM" Then fullpath = "C:\windows\notepad.exe" iTask = Shell(fullpath, vbNormalFocus) pHandle = OpenProcess(SYNCHRONIZE, False, iTask) 'ret = WaitForSingleObject(pHandle, INFINITE) 'ret = …

Member Avatar for zillabunny
0
106
Member Avatar for Yoshidex

Hello there, is been a while since I last posted here, mostly because I didn't have the time I needed to program. But now, I reentered the exciting world in Visual Basic, 'cause I have a lot of time now and my mom wants me to make her a database …

Member Avatar for Yoshidex
0
97
Member Avatar for jto

hi, i am using a progress bar in a conversion program in conversion process progress bar is showing the progress of conversion , but i am using a timer increment for increase the progress bar , but when file is big due to timer is showing the process has been …

Member Avatar for Yomet
0
128
Member Avatar for ColdPizzaSux

Hello, im interested in setting a range of pixles so that if an object is between a desired number of pixles the program responds, ive tryed if shape1.top = 6000 to 8000 then but to is not recognized, is there something i should be using in its place, thank you

Member Avatar for Comatose
0
85

The End.