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

The $25,000 Pyramid

I have been working with VB for 4 years this week, and as I stated in the Family Feud thread I created earlier today, it seems as if I am interested in learning how to use fewer lines of code instead...

View Article


Mysterious function in API

Hi all. I was researching how to work with Unicode in a textbox and ran into one piece of code involving the function, SendMessageWLng(), as in: Quote: SendMessageWLng(RTB.hWnd, EM_GETTEXTLENGTHEX,...

View Article


Resize a picturebox?

Hello everyone! I am working on a simple tool to write on these touch screens they have at school now, so I have been using a picturebox to write in. It does the job very well, but the only issue, so...

View Article

Calendar control not showing the number of days(date value) in window7

Hello I have a VB application and using calendar control. It working fine on window xp (development machine) but when I try to run it on window 7 (32 bit), it is not showing the days and number of...

View Article

Image may be NSFW.
Clik here to view.

Graphical drawing issue

Hi, we have on some computer the problem that the GUI are not displayed correct (See Attachment). The Operatingsystem ist Windows 7. Not all computer have the Problem. Attachment 97885 Attachment 97887...

View Article


Writing to document, tabulation not working properly

I am trying to write some text to a document, separated by tabs. It works fine until a certain point, where I get the error: "The field is too small to accept the amount of data you attempted to add....

View Article

Image may be NSFW.
Clik here to view.

Webbrowser Control Hung On Specific Page :(

Greetings everyone .. hope all are fine on this forum. i am facing a wired issue.. am i tiring to load a page in web browser control but it goes hung for few sec 10-25sec then it get ready/loads.. but...

View Article

can't find entry point of procedure lstrcatI in MSDART (windows 7)

Hello, We are currently changing the standard OS on all new computers from windows xp to windows 7. When I installed the program in question (a vb6 application) on older pc's with XP, both the setup...

View Article


trying to copy entire floppy to E folder

I am trying to move the entire floppy to network storage to make the retreival of data easier. This is the coded i have to do it that isnt functioning, it is giving me a bad file name error. what am i...

View Article


my 1/x button is not working

Hi EV1~ im trying to make the code for 1/x for my calculator somehow when i put this code there is an error says variable not defined..when im trying to define the variable still it doesnt show the...

View Article

Make VB wait till a specific window closes

How do I make VB wait till a specific window is closed. I call a report that is shown on the screen. I can get the handle of the window in which the report is shown. How can I make my VB6 app wait...

View Article

Listbox ItemData Question

Can I put a negative value in the ItemData Property? The listbox's ItemData is initialized with positive numbers which I will not know what they are as they are initialized in the ItemData property at...

View Article

VB6 - ADODC - User defined type not defined - Win 7 SP1 64 bit

Hi Everyone, I am getting error ‘User-defined type not defined’ on VB6 ADODC control. I am getting this error while double-click on adodc control which is placed on a new form on a new VB6 project. My...

View Article


Make crash on windows 7 x64

Hi All, Sorry if this has already been answered, but I've spent a couple of days searching and not come up with this problem anywhere else so far. I recently setup Visual Basic 6 on windows 7 x64,...

View Article

Scaling of forms is off

A client got a new computer, Windows 7 with an HP TouchSmart screen. Our VB6 app is being cut off on the left and bottom on almost all screens/forms. The screen resolution is currently set to 1600 x...

View Article


Pasting a bmp or jpg into a picturebox?

Hello there everyone. I am working on a project that lets me draw on a picturebox so I can use it to teach lessons on a touch screen computer. I have a picturebox called DrawPicture, and I was...

View Article

String comparison problem

Hi... I am trying to make a code for a html tag validation program. I am using two text files loaded to a rich text box. One for all html tags ( such as <html>,</html> etc.,) and another...

View Article


How to get row property wihtout looping?

Using flexgrid I have this table accno | name 001 | Jose 002 | Juan 003 | Ken Given the accno, I can get the row of a record in the grid using For loop For x = 1 to grid.Rows - 1 If grid.Textmatrix(x,...

View Article

Image may be NSFW.
Clik here to view.

Biinary issue when try to register ocx file

Hi Friends, When i tried to Register ntwdlib.dll . it says The Module "ntwdlib.dll" failed to load.Make Sure the Binary is stored at the specified path or debug it to check for problems with the binary...

View Article

Is there a way to have set where the end of the mouse cursor is?

Hi there everyone. I have a minor issue, so it is ok if it is something that cannot be changed. I am working on a tool that I can write on when teaching on a touch screen computer, and I changed the...

View Article
Browsing all 21884 articles
Browse latest View live