Quantcast
Channel: Beginner VB Forum RSS Feed (Replies Included)
Browsing latest articles
Browse All 32 View Live

Re: Radio buttons -

You should change TRadioButton.BackColor value in events you want, depending on rb state... something like If RadioButton1.Checked = True Then RadioButton1.BackColor = Color.Aqua Else...

View Article



Help with VB Finding a Hex String

I am using the hex value "9C FF FF FF 64" as a North Star. I want the program to find that value then be able to count either forwards or backwards to find other hex values so the program knows what to...

View Article

Visual Basic 6.0 on Windows 7 - Help Pls

Hi..Can Visual Basic 6.0 can run on Windows7??..and if I develop an application using Visual Basic 6.0,can it also run on Windows 7??..

View Article

VBScript Issue w/ IE Object Displaying w/ focus

I'm not sure if I'm in the correct forum or not, but I thought I would give it a shot to see if someone can offer up some type of solution. Let me preface this by saying that I am not very experienced...

View Article

Re: how to play sounds in VB6???

Try This Private Declare Function PlaySound Lib "winmm.dll" Alias "PlaySoundA" _ (ByVal lpszName As String, ByVal hModule As Long, _ ByVal dwFlags As Long) As Long Dim RetVal as Long Private Sub...

View Article


Re: Visual Basic 6.0 on Windows 7 - Help Pls

Well vb 6 works on win 7 32-bit OS (i.e x86) with some errors like when you drag a command button from one place to other then it will be shaggy while dragging.and also while deploying some of the .ocx...

View Article

This post has been deleted.

This post has been deleted.

View Article

Making IF statements wait for user input?

I'm making a program that requires the user to define a folder for saving things in. I'm using a Folder Browser Dialog to get the user to choose the folder, and then a dialog box pops up telling them...

View Article


Saving user inputs and change

Hi, my software first software is nealry workin and i need to insert a save command. i have two question: first, is there a simple/fastest way to save everything than coding every...

View Article


factorize big numbers

Hi all... I'm using VB6 to write a program in which I need to factorize big numbers up to 10^20. I already tried a few algorithms, but eather they can't generate big enough primefactors or they are...

View Article

Need help with loop program

Here is the program directions :Design a program that asks the user for series of names (in no particular order). After the final person's name has been entered, the program should display the name...

View Article

Need help with loop program

Here is the program directions :Design a program that asks the user for series of names (in no particular order). After the final person's name has been entered, the program should display the name...

View Article

Name sorting require assistance

Here is the program directions :Design a program that asks the user for series of names (in no particular order). After the final person's name has been entered, the program should display the name...

View Article


Re: Need help with loop program

ohh wow I apologize for spam ...glitched I guess

View Article

Greetings Everyone. Read Further

I hope you all are ok. My name is Carl and I want to learn a programming language and i have selected visual basic 6.0 to start from.. But there is something that has been bothering me from a long time...

View Article


Help plz with mscomm

Hello kevin for holland here.., i have the following device : http://www.conrad.nl/ce/nl/product/750782/Voorvallenregistratie-voor-transponders/SHOP_AREA_25674&promotionareaSearchDetail=005 the...

View Article

Help plz with mscomm

Hello kevin for holland here.., i have the following device : http://www.conrad.nl/ce/nl/product/750782/Voorvallenregistratie-voor-transponders/SHOP_AREA_25674&promotionareaSearchDetail=005 the...

View Article


Playing a sound file remotely?

Here's the scenario... I work in a collections place, part of the way they do business is by requiring a general manager to hop on calls when debtors get to a certain point in a conversation. At the...

View Article

save to .txt

Please help. I need to save to .txt with today's date as file name. or with user input as file name.

View Article

Hi guys, desperate for help with this exercise, anyone?

its exercise that i need to complete it: procedures and functions but i havent clue how. Attachment:Exercise Functions and Procedures.doc (53760 bytes | downloaded 10 times)

View Article

How to disable "E" symbol in large digits?

Hi! I'm creating Bytes Calculator in Visual Basic 2012. I'm beginner on platform .net, before I was using VB6. In calculator is possible to convert e.g. PB to B. So large symbols displays: 1 PB =...

View Article


Make PicBox transparent backgound

Hello, I want to know how to make PicBox background transparent to show the moon image with out square background. need help, Regards, Maritime

View Article


Make PicBox transparent background

Hello, I want to know how to make PicBox background transparent to show the moon image with out square background. need help, Regards, Maritime

View Article

Listbox

how can i show the text in list box??? can you give me the code VB6.0... tnx in advance..Attachment:untitled.JPG (26322 bytes | downloaded 12 times)

View Article

Listbox

how can i show the text in list box??? can you give me the code VB6.0... tnx in advance..Attachment:untitled.JPG (26322 bytes | downloaded 13 times)

View Article

Browsing latest articles
Browse All 32 View Live




Latest Images