How to move a picture in picturebox
Hello I want to move a picture in picture box for example : there is a picture in picture box and i want to move it to x=12 y=15 please help me thanks
View ArticleProblem msflexgrid flickering
am trying to update a 8 row 10 column msflexgrid, but cannot stop the flicker in the cells setting the autodraw to false then true helps, but does not stop it completely. How can this be fixed ? the...
View ArticleCan't access http though IE after VB6sp6 installed on Win7
Hi, Recently I needed to fix up a VB6 program I wrote over 8 years ago. I thought I would be able do it in Win 7, but I couldn't get VB's IDE running properly. So I installed XP in a VirtualBox and did...
View ArticleHow can i rotate a picture in picturebox
hi i want to rotate a picture in picturebox for example : i want to rotate my image angle of -30 thanks
View ArticleWindows 8 does not show cur image
My application uses some .cur file. It works properly in all Windows OS other than window 8. In windows i get error like Run-time error '481': Invalid picture Dim pic As StdPicture Set pic =...
View ArticleQuery works in SSMS but not when called from VB6
I'm doing some maintenance work on a client's VB6 system. I've written a new stored proc as follows... DECLARE @p_dt smalldatetime DECLARE @p_AcctNo char(13) IF EXISTS (SELECT * FROM tblHist WHERE...
View ArticleTaskbar colour
Hi I'm using VB6. I can get most of the taskbar windows properties, like: Title, Class name, Window style etc. But what I really need is the COLOUR of the taskbar window. Can somebody show me the code...
View Articlemicrosoft masked edit control 6.0
hi everybody ,, i need ur help please when i try to used ( microsoft masked edit control 6.0 ) this problem happened with me i need help please and thank to all Attached Images Â
View Articlemscomctl.ocx windows 8 failed to load what is this error?
i get this error after installing a program in windows 8 i searched in the web tried almost all methods registrated every ocx that comes with the programm uninstalled IE 10 no luck any help will be...
View ArticleHow to save entire Vsflexgrid in to Access Database
Hi All, i am doing one inventory project and create invoice form. now in that form i am putting one vsflexgrid version 7.0 and for database i am using MS Access 2003. now i m putting one combo box in...
View ArticleSending text
how do I code to send text to an active game window. I am using buttons to make a player's menu to ease in game playing. What I would like to do is have a button named "Buy" and when I press it, it...
View Article[Help] Manual Map Injection in vb6 ??
help me Manual Map Injection in vb6 i see code C++,c#,vb.net You have srouce inject Manual Map by vb6 ? help me plz thanks for you Code: #include <windows.h> #include <tlhelp32.h> #include...
View ArticleDynamic array defined outside sub, redimensioned in one macro and use in...
Dear All, I am trying to do something like: Public dynarr() As String Sub data1() Size = 3 ReDim arr(Size) As String For i = 1 To Size Step 1 arr(i) = Cells(i, 1) Next i Call data End Sub Sub data2()...
View Articlehow to select 2 values from different tables and display it in a listview Via...
i added a combobox named CmbTreat and it pulls values from a table called PriceList my question is how do i add the customer name and his phone number from Customers table and the treatment i gave his...
View Articlehow can save a variable in access db
hi i want to know how can save a variable in access database ? you know you have to have text box and save text inside it to db but i have a variable and i want to know how to save it to db without...
View Articlequestion: how to get server date
suppose that my mysql server is on computer A (linux) and the client station on computer B (windows), what sql statement to execute to get the current linux server system date?
View Article[RESOLVED] question: how to get server date
suppose that my mysql server is on computer A (linux) and the client station on computer B (windows), what sql statement to execute to get the current linux server system date?
View Articlehow to check automatic a status of a check is paid by Date and update another...
i have a table called checks and a combobox in a form with status names "paid" & "Delayed" now lets say i give a check 2 weeks from now how do i make that if this check suppose to be paid at the...
View ArticleBlending images into background
I don't know what the term is called but it when you see an image that blends into the background so that the appearance of the image is not jagged looking. Is there an API or some method to do this...
View Article