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

[RESOLVED] How To Free Memory for Non-Array UDT?

Hello. Well the title pretty much says it all, but just to add: I know you can use the keyword Erase for array variables and UDTs, correct me if I'm wrong though, but how do you do that for the...

View Article


Sum mdb database

Hey, Please help me to solve my problem about sum a mdb column The problem is I need the codes for showing the sum of the "point" mdb in the "sum" textbox I am glad and thankful to receive all of your...

View Article


VB6 new installation and Sheridan 3D Controls problems

Good Evening, I'm a software developer and I've some problem with VB6. I'll try to explain myself. I had to format my Pc and to reinstall Visual Studio (VS) for VB6 adding my old program that uses the...

View Article

[RESOLVED] Child Windows

I know Forms are based on the MFC (Microsoft Foundation Classes). But I never seen an example in existence of invoking child windows within the form, which you can think of a form within a form. Just...

View Article

Passing Array of Strings Between ViB and C

Hi all, I would be very gratefull if you could help me in solving the following problem. I've developed a C library which exports a function which use as input parameter an array of strings. I have to...

View Article


Detecting when mouse moves off object

A button, a label, a textbox, any object. How can I detect when mouse moves off the object without using any other object including Form to detect mouse move

View Article

Load/Save COMPLEX User Defined Types ? (with Enums and subTypes) - Anyone...

Not really life threatening, just wanted to know if anyone has found a general method to load and save complex UDTs. I have seen a few articles explaining the internals of simple UDTs and to load/save...

View Article

Image may be NSFW.
Clik here to view.

VB6 ListView don't view (Combo Box)

it's not viewing what it suppose to view. Code: Private Sub Command1_Click() Unload Me End Sub Private Sub Form_Load() 'Vendosja e Furnizuesve ne Combo Box Call dbconek ar.Open "Select *From...

View Article


Problem with HMAC

I thought that adding HMAC support to my TLS simulation program would be relatively straight forward, but I was wrong. It is not as simple as adding a Hash to each record before encryption, as in SSL....

View Article


Office Communicator / Lync (CommunicatorAPI) IMessengerContact Class(es)

I'm looking for some examples of using either the IMessengerContact and/or IMessengerContactAdvanced, and the IMessengerConversationWndAdvanced classes of the CommunicatorAPI object. I've successfully...

View Article

how to determine if a item sold Greater Than quantity

im trying to see if the InvSold is much then the InvQuantity and display a msgbox that the user cant purchase beacuse there is not enough items in the inventory. i tried this code but something is...

View Article

VB6 - Is there a way to detect all keypress events regardless of which app...

My mechanical keyboard died on me, and I can't stretch to a new one at the moment. I'm really missing the audible 'click' feedback that they provide, and was wondering if a few lines of vb6 could...

View Article

Winsock proxy with TCP protocol

hello everyone. i hve some problem with winsock. can i use proxy through TCP protocol? i have chat application n i use winsock to connect to the server. server use tcp to connect with clients. problem...

View Article


Image may be NSFW.
Clik here to view.

mscomm32.oxc for VB6 to work with Windows 7...

Hi. Is there a "fix/patch" for mscomm32.oxc that is common with Visual Studio 6 (VB6 to be exact) for use with Windows 7? Currently I am getting this error (when running my VB6 application from an XP...

View Article

Dumb Questions from Equipment Installation Engineer

Greetings Thanks for taking time to read this message. Sorry for the length, but I am trying to get all the pertinent facts out on paper... I am a mechical engineer that is trying to implement some...

View Article


Seeking VB string for hiding rows in excel

Greetings, I am trying to develop a VB string to automatically hide/unhide rows based on a predetermined letter value. My excel spreadsheet has many rows that will either have an "A," for Allowance...

View Article

Record length problem

Record is defined as: Type LocRecord '244 bytes LocNbr As Integer LocName As String * 30 LocDesc As String * 200 LocDir(6) As Boolean End Type Public rndLocation As LocRecord File is opened with: Open...

View Article


force a form to the front of all windows?

Ok I know I can use form1.setfocus to put form1 on top of form2 (or whatever else is a form in my program). But it fails to work if there's something else on the screen (such as calc.exe or...

View Article

save mysql timestamp

How do you save a timestamp in mysql database? I am trying to execute rs.addnew rs.fields("timestamp")=now() rs.update but no record added. Any ideas?

View Article

[RESOLVED] Call Form from Control's tag?

Hi Everybody. I joined today. :duck: :thumb: Yay. Wondering if this is even possible. Much abliged if anyone can help. (I've already been hunting around, ended up trying all manner of things except for...

View Article
Browsing all 21349 articles
Browse latest View live