Rob The control hardware is designed for VB6 as it is driven via com ports. So older software and older computer are required Jay ... -- Jay Beckham ...
Can anyone help me with custom cursors (or mouse pointers) in VB2008 please. I have a project in which I want to use my own mouse pointers, and to get a grip...
Hi Jay I doubt you will find many books that go into as much depth as you require for what you are interested in. I would suggest surfing the net or looking...
Not suported significate that U cant run one simple .exe program in one O.S. withouth the necesary libraries -> in Native O.S. But if you make one instalation...
Hi there, As I was moving from VB6 to .Net I made several educational videos clips. This one is about Abstract class. Hope someone might find it useful ...
Just assign the buttons like you did the 0-9 buttons. then create an = button and tell it to evaluate the entire string of txtDisplay.Text and return the...
When ever I load VB6 I get these windows that say "Windows Installer" Preparing to Install. I get about four of them. After they stop the program loads...
I found an add in com object. However after installing VB6LE whenever I try to open a VBP it crashes. These VBPs were made with VB6 and I know they work....
Some one else told me no and suggested XMCom which I downloaded but don't have clue how to use. In addition when I load a project into VB6LE it crashes VB6LE....
I have a request to do a loop to automate a Query that appends the -1 if the infraction didn't happen. I tried to create a module to do this and then embed...
Hi, I'm a newbie on asp.net and need your help. I'm developing asp.net code with LDAP via port 636(SSL). I've already got cert file from system admin, but I...
im currently working at this project of mine,but things really wore me of. im having trouble with this reservation page because i dont know what to do in the...
  Hi...My name is Karen and I'm a new member of Visual Basic Official. I took VB in college as part of my Web Development degree and landed a job
as a...
Hello Roopesh! Another member maybe trying to assist with the vba Excel question, but I
will let you know Of both my challenges here I'm facing. They are in...
Hello My Friends, To the point. I have one ComboBox and one TextBox. ComboBox Item is AB, CD, EF. In the TextBox, there's a fix text. It's 999-777-AB. ...
Fauzan Febri
fauzan-sswp@...
Oct 22, 2009 5:03 pm
9520
Try this, read current textbox value to var x. Then trim var x.length - 2. Textbox.text = x & combobox.value ... From: "Fauzan Febri"...
Check out www.example-code.com/vb/encryption.asp Sent wirelessly from my BlackBerry device on the Bell network. Envoyé sans fil par mon terminal mobile...
I just found the code. Here is the code: Private Sub ComboBox1_Click() Dim TextLength as Integer TextLength = Len(TextBox1.Text) TextBox1.Text =...
Fauzan Febri
fauzan-sswp@...
Oct 26, 2009 5:32 pm
9524
Glad to know it works. ... From: "Fauzan Febri" <fauzan-sswp@...> Date: Sun, 25 Oct 2009 09:03:48 To: <VisualBasic_Official@yahoogroups.com> Subject:...
I'm creating a template in Word07. I've created a user form for some pre-selections including the logo on the template. the user form uses toggle buttons to...
If this is for some kind of business what I would do is create like a splash" screen type form and have Logo/Business 1 button Logo/Business 2 button and have...
'Code: 'All you need is '1 label (label1) ' make label 1 very tall and a little wider that default '1 command button (command1) '1 winsock (winsock1) 'to get...
My son is asking me to help him make a game and I need to make a spinning wheel similar to the kind used for the game wheel of fortune. Any ideas? Thanks ...