Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+5
Strength to Decrease Rep
-1
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #3K
~10.2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for kinv001
Member Avatar for AndreRet
0
384
Member Avatar for wraph

On the bill gates biography it says "Gates developed a version of the programming language BASIC for the first microcomputer" but did he use this language to make windows?

Member Avatar for jwenting
0
607
Member Avatar for luxe

Hi all... i'm using Visual Studio 6, and i must create an .exe file with a .dll inside and a small database (only read) .txt inside. How i can do that? I have try but always the i have 1 exe, 1 dll and 1 txt file, but i want …

Member Avatar for Jishnu
0
1K
Member Avatar for robbie_j0

Hi everyone, I have written an application to communicate with an Access database. Everything works fine when i compile it. I can run the compiled .exe file on the pc which has VB 6 installed but when i transfer to a pc that does not have a copy of VB …

Member Avatar for Jishnu
0
843
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
127
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
387
Member Avatar for amir_ct2001

i have done project in vb with access . i wish to create setup files for my project.how can i create a complete package including exe and all supporting DLL files

Member Avatar for WaltP
0
101
Member Avatar for indangasy

Hello guys I would some help on how to easily let a system user browse for a picture and see it in a image handler. For this case am using textbox to hold a picture. How can i do it? Rgds

Member Avatar for Mayo
0
166
Member Avatar for w00dy

The object here is to open a selected Word file and Copy&Paste its contents into a text file. The problem seems to be with the Sendkeys commands having no effect. The project freezes, apparently because Notepad has not been closed (by Sendkeys "%FX"). Can anyone tell me what's wrong? :confused:

Member Avatar for Comatose
0
923
Member Avatar for student101

Hey e1, I went out of the way to make my project fool-proof. U can c the pic below, I have 2 input textboxes and 1 output text box. Im trying to get my code to where if you enter a [U]Character[/U] i.e. "abc" , then A mSGBox will tell …

Member Avatar for student101
0
147
Member Avatar for Croft .L

Does anybody know of a website that has Visual Basic tutorials. Your help will be greatly appreciated.

Member Avatar for w00dy
0
92
Member Avatar for w00dy

During the program, Word is opened and displays a document. When Word is closed by clicking X or selecting File>Exit, the program must detect the event and reset controls. How is that done, anyone?

Member Avatar for w00dy
0
150
Member Avatar for w00dy

I need to search the pc for all files with a particular extension. Can anyone point the way ?

Member Avatar for w00dy
0
394
Member Avatar for billyb

Hi all, New to this site asd VB6 AAAAAAA i'm trying my best. Anyway here goes need to store names and numbers names in lstbox number in an array. select the name from the lstbox and display the number in a lbl. here's the code so far can someone please …

Member Avatar for billyb
0
140
Member Avatar for bang2711

i have some problem here. i dont know how to explain in words of wat i wan. i have attach the file in i dont know how to create new checkBox in picture Box by using coding? :rolleyes: when ever i click. the button wont go over to the new …

Member Avatar for bang2711
0
474
Member Avatar for Raza

Hello e/one, im getting error no. 9 "subscript out of range" in following situation. - i have a data grid on page on which i place a query to select data from SQL SERVER 2000 database just like that "select size_number, product_size, type_number from product_size" -Below this grid i have …

Member Avatar for Raza
0
178
Member Avatar for Y2A

Hey, I was reffered here by a friend and said that you solved his problem. I am in High School and im doing SDD. I have been asked to design a washing machine user interface. I have pretty muched finished. I have a timer, which has diffrent times for diffrent …

Member Avatar for w00dy
0
178
Member Avatar for msme

hi everybody I beg to say that I have three numbers. but i want to know that which number is random these are number 1 73163474394643734240 number 2 42651524357702920737 number 3 24965462478679919220

Member Avatar for Stibbeh
0
92
Member Avatar for selot
Member Avatar for invisal
0
145
Member Avatar for nathanoverall

I have a program in which a series of events occir each time the timer runs. However i want to stop the timer when a certain variable reaches another variable. I have tried If variable1 = variable 2 then timer.enabled = false but the timer continues. Why is this. If …

Member Avatar for w00dy
0
163
Member Avatar for Slavrix

well, ive been using VB6 for a year now, but i cant get this to work i have 3 txt boxs, and a cmd button, and a timer thingy(dont know how to use timer yet :P ) it needs to count down in seconds, min and hours. this is the …

Member Avatar for Slavrix
0
345
Member Avatar for user777

Dear programmers, Could somebody write code for this project please. For search option, I need to search by delivery date or invoice date (like: From 05/05/2005 to 01/07/2005). Thanks for any help....

Member Avatar for The_Inferno
0
119
Member Avatar for grandfilth

HI, sorry if this is really thick, but I'm abit stuck...I have written this piece of code as part of a bigger function: If Z = 1 Then SIDE = W - (V / 3600#) End If If Z = 2 Then SIDE = W + (V / 3600#) End …

Member Avatar for w00dy
0
164
Member Avatar for user777

Hi, Could somebody write code for search button plz. I am attaching the project here. Thanks in advance for any help.

Member Avatar for w00dy
0
122
Member Avatar for Kiba Ookami

I am trying to Install VB6 Enterprise Edition but I keep getting the following error: C:\WINDOWS\SYSTEM32\AUTOEXEC.NT. The system file is not suitable for running MS-DOS and Microsoft Windows Aplications. Choose 'Close' to terminate the application. Now, I've had this issue previously with some older games I've tried to install and …

Member Avatar for w00dy
0
131
Member Avatar for cancer10

Wot is the difference between declaring a Global Variable and a Public variable? I mean both variables can be accessed through out the project so wots the main difference apart from that Global variables cannot be declared in forms but modules only?

Member Avatar for jwshepherd
0
308
Member Avatar for rhari_81

Respected Sir/Madam, I am a beginner in vb programming and i want to try out some applications which might make me more confident.So,can you guide me what type of applications can i try and how to proceed further for implementing the same.Awaiting your response for the same. Yours Sincerely, Harish.R

Member Avatar for ndw2004
0
166
Member Avatar for Sharpy

I wish to if someone types something in a textbox that it shows up in a label..but on another form...so say in the textbox i type in "Sharpy" then "Sharpy" shows up on another form.

Member Avatar for jwshepherd
0
166
Member Avatar for Sharpy

Ok I have a list box and a label...I wish to do the following. I want to click on a object in the list box and I want information from a .txt file to show up in the label, I need different information for each object in the list box …

Member Avatar for jwshepherd
0
198
Member Avatar for d0uga1

hi ive just found this forum site and thought maybe just maybe someone may help me. here goes im trying to create a card came in vb and in doing this i am wanting to have random statements in my game i have done the random statements and they are …

Member Avatar for jwshepherd
0
107