database to domaiin
Hi. how can i make the users that is under a database(phpmyadmin) make a member of a domain in coding? thanks:)
View Article[RESOLVED] help with split wasted 2 hours
Code: |@Room@|Main(1)|@Room@|Naturists and Nudists:13(0)|@Room@|Naturists and Nudists:14(0)|@Room@|Naturists and Nudists:15(0)|@Room@|Naturists and Nudists:16(0)|@Room@|Naturists and...
View Articlelist1 - list2 help remove
list1 room(49) jamica(50) usa(33) list2 room(50) jamica(50) if list1 room(49) then remove list2 room(50) please anyone
View Article[RESOLVED] Keyboard ShortCut not working?
Hi there all! I am working on a alphabet bingo game for students, and I am trying to rig it up so if a user presses the C button their keyboard it would call a a sub. Like this. Private Sub...
View Articleworking with webbrowser + tags auto detect
i have a webbrowser as chat window and when i enter img tags inside webbrowser it only shows the tags and url to the image , its not auto detecting the tags and inserting the image auto , is there a...
View ArticleGetting unicode text from Internet Explorer_Server class
Hi, I am trying to get text from a 3rd party application. It has a "Internet Explorer_Server" class. I can get the text by getting the hwnd and using HTMLDocument objDoc As HTMLDocument...
View ArticleCrystal Report Viewer 8.0/SQL 2012 Errors "Error Detected by database DLL"
Hi all, I have a client running a healthcare program called QuickCap. It runs in a SQL database. Crystal Report 8.0 is embedded in the program. When trying to print, an error titled 'Crystal Report...
View Articledetect app not responding
Under task manager, if the application freezes, it says not responding. Is there a way or an API that can detect which process name that is not responding?
View Articleworking with Winsock
i m making a software for my self which sends sms using simple http api's given by the provider im loading the csv file which has my customer phone number data in vsflexgrid and then when i hit send...
View ArticleProblem with file download in IE 9 and IE 10 using vbMHWB.dll
We have been using vbMHWB.dll (1.2.1.6) in our vb6 code to download files from website. But in ‘windows 7 – Internet explorer 9’ and ‘windows 8 – Internet explorer 10’ we have encountered some problem...
View ArticleBreaking String
Hi I have a weather sensor that gives output on serial port in the following format: $SMWSD,06.9,257,06.4,265,A,R,07.0,267,06.4,275,V,T*45 $SMTHP,+27.0,A,T,80.6,A,H,0998.7,A,P*42...
View Articlegeneral question
1: i have loaded a control name anigif , anigif.ocx, i wonder if i can load image by hitting the command button 2: when i click anigif can i insert the tag into text1 , like normally you will do for...
View Article[RESOLVED] HELP, this is killing me! Language issue? VB6's fault?
I can't believe this. I had this huge error and I couldn't find the cause. Then I went step by step and I found the cause of problems is this: Code: Debug.Print TextContr(10).Visible 'It says: False...
View Article[RESOLVED] If .... Then ...... Else Select Case behaviour incorrect ?
Apologies if I am being stupid but I can't understand why both the Then and Else clauses get processed in the following code :- If MyRs1![MorningRank] = 1 Then G = 1 Else Select Case MyRs1![PP_Places]...
View ArticleCan't get ByRef to work in VB 6.0
I am trying to run this very simple application ( a form and one button ): Public Sub Modify(ByRef b As Integer) b = 167 MsgBox (b) End Sub Private Sub Command1_Click() Dim a As Integer a = 12 Modify...
View ArticleTextbox Question
I would like to use a Textbox for messages but I do not want users clicking on it or manipulating the text in the textbox. I know I can use Lock = True but user can still drag mouse over text and it...
View ArticleLoadPicture says Not Found
I use this: Picture10.Picture = LoadPicture(App.Path & "\XXX.bmp") XXX.bmp does exist in the app.path but LoadPicture says file not found
View ArticleCreateProcessWithLogon Stopped Working
So without warning I started receiving an error on all my machines running code that elevates rights and runs an application. The error is access denied. It is an application that runs at startup. If I...
View Article[RESOLVED] CreateProcessWithLogon Stopped Working
So without warning I started receiving an error on all my machines running code that elevates rights and runs an application. The error is access denied. It is an application that runs at startup. If I...
View ArticleHow can i remote capture and create a live view on a PC using Canon EOS 1000D?
How can i remote capture and create a live view on a PC using Canon EOS 1000D using VB6?
View Article