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 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 ArticleCall 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 ArticleExporting to PDF
Hello all, Thank you for any assistance. I am using the below code to export a sheet to PDF. The problem lies in that it does not work when sent to others, I believe this is due to the file path of...
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 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 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 ArticleShellExecute
I have label on form which assigned to ShellExecute command ... it is for to download an exe. from web .. I have label caption [Opera.exe] Code: Private Sub Label1_Click() ShellExecute ByVal 0&,...
View Articleclsbuffer Class
This should be simple but I have been looking for hours now, My VB6 does not recognise Dim Buf as New ClsBuffer I get the error 'User-Defined Type Not Defined' Buffer As clsBuffer. I can not find what...
View Articlewinsock question
how to navigate a url and click an element there with the use of winsock?
View Articlevb6 Displaying chosen directory in textbox using CommonDialog1 properties...
Hi. Once I opened commondialog1.showopen, how do I display whichever directory I have chosen in a textbox? for example: If I click on C:\windows I would like to see C:\windows display in a textbox....
View Article