Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Browsing all 21856 articles
Browse latest View live
↧

[RESOLVED] When an array isn't an array

I have 100 Image controls on my Form named ImgEmot(0) thru ImgEmot(99). Is this not an array? Now in my code when I use Ubound(ImgEmot) I get a Compile Error: Expected array. How do I reference the...

View Article


Image may be NSFW.
Clik here to view.

Sorry Need some more help

How how do i get a listbox to select the programs in the listbox and open up the program when selected, so say when you type in to the textbox1 and you typed pprograms and a list of programs show up I...

View Article


Tip: How to disable the Right-Click Context Menu for a Textbox control array

After looking at a half dozen possible solutions I came up with a simple answer. In a MouseDown event when the right-button is clicked disable the textbox, then do what you want instead of the pop-up...

View Article

Image may be NSFW.
Clik here to view.

[RESOLVED] Sorry Need some more help

How how do i get a listbox to select the programs in the listbox and open up the program when selected, so say when you type in to the textbox1 and you typed pprograms and a list of programs show up I...

View Article

Image may be NSFW.
Clik here to view.

Copying Picturebox to another form with everything intact??

I'm not sure what I'm doing wrong here... I have two forms in my project. One has only a PictureBox (frmMain) and the other (frmDataCell) has a PictureBox with Labels overlaying it. I am needing to...

View Article


[RESOLVED] PictureBox Shows Above Frame

I'm maintaining VB6 app that is having some UI troubles. A timer ticks in the background and when some conditions are met, it uses a 3rd party API to take a picture. The app doesn't use forms for...

View Article

What? ComboBox Click event not firing after moving project to new machine

Hello, I have been developing an application at my work for months now on a Windows 98 PC in VB6. I haven't had any real problems and for the most part it has been stable for the past month or so. I...

View Article

[RESOLVED] Copy/paste to/from another program

It's definitely doable but how? I want to set up a program so I copy text from another program and paste it into the textbox on my program as well as, after modifying the text in my program be able to...

View Article


Usercontrol hang when changing height of control

Hello, I'm not sure if this thread right in the group, but I will try it. I created with VB2008 and interoptusercontrols a Control that I use in VB6 in same forms. In one of them are have two of this...

View Article


[RESOLVED] toolbar1 help

i am working on bold now Quote: Private Sub Toolbar1_ButtonClick(ByVal Button As MSComctlLib.Button) Select Case Button.Key Case "smiley" Frame2.Visible = True Case "bold" Case "3" MsgBox "Aaaaaaaaaaa"...

View Article

Tag Program

Hi everyone. I'm fairly new to the programming world and need to create a small, simple and straight forward program and just want to know whether it's possible in VB. I'll be using Visual Studio 2010...

View Article

VB6 Comport problem using Windows 7

I have a VB6 application running on XP that uses the comports. I have installed VB6 on a Windows 7 machine, and cannot get VB6 to recognize the comports. I am using USB to Serial adapters, and they are...

View Article

DoEvents not Doing

Hi all. I can't figure out what is wrong with this code. What is SUPPOSED to happen is that a drivelistbox is used to select a drive. If the drive is read only, a label reads, "Read-Only." If it is NOT...

View Article


winsock chat ignore help

please help how to add ignore a user from list in winsock chat i wish to understand how ignore a user is done click a username in listbox and ignore his future text in room please anybody thank...

View Article

Array Help!

Hi there, I've created a large macro that uses an array that is about 40 items long with three subsections each. I've recreated a smaller version of it using generic terms so that I could show it here....

View Article


WebBrowser control - image cut off for some users only

Hello there I have inherited a legacy application from an outgoing developer, that was built on VB6. 2.5 weeks back there was a production upgrade (by another developer) on a set of forms unrelated to...

View Article

VB6 and Batch Files

I have a simple batch file that removes a lock from a pdf file that enables multiple files to be put in a binder for printing. Nothing illegal, but in the nature of my work I receive a ton of single...

View Article


(VB6) GetKeystate & Getasynckeystate + timer = mess

Hello, First of all , ill let u know that english is NOT my first language. Okay , My problem is: Im trying to make somekind of timer.... and this timer job is to Tell me when the B key is down Then i...

View Article

[RESOLVED] VBA Help.. Newbie warning!

Hello Everyone. Im not a complete novice at VB but it has been almost 10 years since my last project written in VB / VBA. Basically im doing a very simple user GUI for a member of my team using an...

View Article

Image may be NSFW.
Clik here to view.

setmapmode and setworldtransform

Hello everybody. I want to draw line in vb by using Line funtion.then, I want to use the API function LineTo to ensure that I can handle, fill and modify the line. For I use a user scalemode, I have...

View Article
Browsing all 21856 articles
Browse latest View live