Doevent & Loop VS Timer
I did a test. I created a timer, with some HARD code and a Loop event, with the same exact code The Timer was running slow, Really slow, but was not using cpu. The Loop ..... was running REALLY FAST....
View ArticleAn api to Check if a certain .EXE is open ? and a API LIST ?
Hello ! Since i started programming in vb6 this forum as been MORE than usefull....haha thanks to everybody. Ok so, 1 - Im looking for an api to Know if a certain .exe is running, i had this code but i...
View Articlequery error
Sir, XP/ Vb6/access2003 On the above platform I am trying to run a query in VB6 UPDATE monrepo AS a INNER JOIN (select rocode,sum(ms) as s_ms, sum(hsd) as s_hsd from tr_data where tr_month in ('4') and...
View ArticleRetrieve the unique ID of the Computer MotherBoard through VB6
Can anyone help me to retrieve the unique ID of the Computer MotherBoard through VB6 ?
View Articletextbox problem
hello, i want to ask if there's some code that when i delete a number in textbox it will perform some code like Private Sub Text1_Change() if(delete the num1)then command1.enable = true end if End Sub...
View ArticleHelp translating a small C++ code to VB6
It's a single file project named main.cpp that I need to translate from C++ to VB6 language. It's really small but I have no idea how to do it. Any help is appreciated. PHP Code: #include...
View Articlehow to do this
how to do this from winsock to inet1 post Quote: Private Sub Winsock2_Connect() On Error Resume Next Dim packet As String, login As String, login2 As String Dim packet2 As String login = Text2.Text...
View Articlewinsock dataarrival help urgent please!!!!!
in winsock data arrival i need to grab the image and put in picture 1 please this is the data Quote: Private Sub Winsock3_DataArrival(ByVal bytesTotal As Long) Dim data As String Dim i As Integer Dim...
View Articleadd data to Reports
when i add a new data to the database using ado data control , report contains it after closing the program. How i solve this problem? Please help......
View ArticleHelp to output SQL query to CSV, with a twist!
Hi guys, right now I am writing data to a csv file. Once I write the file, I send it via ftp to a non windows based device for parsing. The catch is that the only way I am able to parse the file on...
View ArticleVB Keeps Loosing the Bluetooth Port
I am trying to replace a serial cable with a bluetooth "connection". I am only sending characters from the desktop to a device. I and running XP and VB5.0. I can get it to work sometimes but things...
View Article[RESOLVED] VB6 - Search an excel file for a string
I need some help figuring out how to use VB6 to search an Excel spreadsheet for a string, and then determining what Cell that string resides in. I want to use a textbox to specify the string to search...
View Articlevb6 inet1 help please please
am trying to login my yahoo id with inet getting error Code: Private Sub Command1_Click() Inet1.RemoteHost = "login.yahoo.com" Dim strPacket As String, strPostString As String...
View Articleneed help for make a aol cracker
hi all i need example for aol winsock cracker please help
View Article[RESOLVED] VB6 - Problems setting the heights of controls
Hi I need to set the height of these two controls Dir1 and Filelist with the same height but I cant I also tried via code, at runtime but it still doesnt work...what can I do ? See the video to...
View ArticleRuntime error 462
I have a list with form numbers in a database. When I press the Print button (which i created in the application) on a selected form number it transfers the data from Access into a Word template and...
View ArticleCan my project "DELETE" itself ?
Hello ! is it possible to make my project delete itself? I was thinking about SHELL, delete it using shell Something like Code: Command1--------------------------------------- Form.unload Shell...
View Articlehow to write different characters witch the VB6? couldn't recognize them !?
hello every body i'm just having a problem with Turkish characters for example when i write ş it show to me s and also for the other characters like şğı my characters also are available here...
View ArticleError while my program is updating an sql table and another makes a change
I have a program that updates data in a web sql table. If a customer makes a purchase while the update is running, it affects the table causing a : 'Row cannot be located for updating. Some values may...
View Article