11,868 Topics

Member Avatar for
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
116
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
123
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
189
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
189
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
117
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
147
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
60
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
161
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
428
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
179
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
94
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
84
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
167
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
244
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
72
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
109
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
100
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
129
Member Avatar for Texpert

Hi, My client has provided me number of mock ups for the web pages he wants , I am wondering is there a way of simply converting these vsd's into visual studio's web-form ? I understand I will have to click on each text-box and define the fields. But can …

0
95
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
87
Member Avatar for EricDLeh

I need some help using Visual basic 6.0 to read the computer's clock and use it to execute a command at a specific time of day. I am using the computers parallel port and visual basic to control a stepper motor and I need the motor to turn on at …

Member Avatar for Comatose
0
315
Member Avatar for ScottMatthews

I am new to Visual Basic 6.0 and need help with the DataGrid control. I am trying to: 1. Have data in one of the grid column's that is in "lower case" forced to "upper case" I have tried using the Before Update event, but cannot get it to work. …

Member Avatar for Comatose
0
104
Member Avatar for complete

Is anyone up to a challenge? I have some problems linking to a C++ DLL with a VB program. The program has this error: [code]Run-time error '13' Type mismatch[/code] It crashes at a line of code that is supposed to be calling a funciton in the C++ DLL. The line …

Member Avatar for tom curren
0
127
Member Avatar for psychedelic

hey.. again i wud like to ask for ur help.. im a really newbie to vb6 n a really stupid one.. so.. my teacher want me to test the time on how long does da program save the file to database.. so i have to put timer.. on save capture …

Member Avatar for tom curren
0
432
Member Avatar for williamrojas78

Hi I am trying to access a database that is going to be located on a remote server, but i have no idea how to do it. i tried this commands so far but they don't work: [CODE] Dim oSqlConn As New SqlConnection oSqlConn.ConnectionString = "Network Library=DBMSSOCN;" & _ "Data …

Member Avatar for fisheye
0
143
Member Avatar for computer_mom

Hi everyone I am trying to code a program using loops that prints triangles. for instance: * ** *** **** ***** then the other way ***** **** *** ** * My problem is I am using For---Next, but I am not sure how to start my counter. I had for …

Member Avatar for computer_mom
0
116
Member Avatar for theyellowmole

I in the process of making an oRPG game called Book of Souls using an open source oRPG engine called Konfuze D-Bugged. This is similar to the Mirage Source engine. We are currently looking for a coder who can modify the source of this engine in order to help us …

0
107
Member Avatar for titosust

I can embed windows Media Player control in my VB project. But the problem is I cant add an EQUALIZER in that. How can I do this stuff? If anyone know, please help me out. It's an urgent.. mail me: [email]tito_sust@yahoo.com[/email]

0
87
Member Avatar for chopaface

grrr!! I [B]hate [/B] computer science! Why did I even bothered to take it?! It's ruining my damn average! My perfect A!! Grrr-- anyway! I'm such a newbie in computer science, so I don't know anything. Okay, please take a looky at this-- see if there's anything wrong with it-- …

Member Avatar for Kegtapper
0
167

The End.