[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 ArticlePassing 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 ArticleDetecting 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 ArticleLoad/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 ArticleProblem 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 ArticleVB6 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 ArticleOffice 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 Articlehow 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 ArticleVB6 - 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 ArticleWinsock 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 Articlemscomm32.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 ArticleDumb 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 ArticleSeeking 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 ArticleRecord 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 Articleforce 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 Articlesave 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 ArticleDatareport landscape orientation
I was informed that I must have SP6 to get 'datareport.orientation = rptOrientLanscape' to work but after updating my vb6 to sp6 '.orientation' is still not recognized. Any idea why? are there any...
View ArticleCsv to csv based on column name
Greetings... Can some one help me fixing this i have csv file named Test.Csv i want to create a new NEW_TEST.CSV file based on the field name ANDHRA PRADESH which is I column in my Test.csv in VB...
View ArticleClass does not support Automation on ADODB.Connection
ok, i already googling it, but can't fix my problem.. how to fix this problem ?
View Article