11,868 Topics
![]() | |
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~~ | |
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 … | |
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, … | |
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 … | |
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 … | |
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 … | |
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. | |
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 … | |
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 … | |
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? | |
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? … | |
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 | |
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 … | |
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 … | |
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 … ![]() | |
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................. | |
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 = … | |
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 … | |
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 … | |
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 … | |
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 | |
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 … | |
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. … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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] | |
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-- … |
The End.