Question on regexp
I just started with regexp because I need it for a new application. But I got stuck with html like replacements. I have something like this: <SPAN class=day><A...
View ArticleDataReport with out data environment
Dear Expert, I would like to know how to use data report in vb6 with out data environment. Can it be use with access 2003 to retrieve particular row in a data report directly. Regards, Kiki
View ArticleVB6 and IE10
Hi, VB6 -- including the IDE -- seems to work perfectly fine with Windows 8 and IE10. However, when/if you install the IE10 preview for Windows 7, and then try and run a VB6 app within the IDE, you may...
View ArticleParsing data, which is better??
Hello guys, You who have years of experience, how do you think? Which built-in function is fast performing? Mid, or Instr? Because Sometimes we are able to use both of them to parse some Data. I used...
View ArticleEdit a text file
I am trying to edit a textfile: Open the textfile, find the item I need and then replace the new item(line) to the file. Until now I have got this: Code: Open "C:\TextFile.txt" For Input As #1 Â While...
View Articlequestion about max connection list of sockets
winsock socket ssocket csocket ok not sure if you lot used them but what is the max connections on those
View Article[HELP] Winsock problem. Please help me
Hi guys, I have a game server, that people can connect using winsock indexes. But in another section of the game, the user get disconnect of Winsock Index 1, and get connected to Winsock Index 2 For...
View ArticleCross platform VB7 interpreter
This is just an idea I've had. I always liked the VB6 style syntax better than the class based syntax of VB.NET. I would really like to see a cross platform interpreter that is VB6 compatible and also...
View Articlehow to prevent data loss on networked environment
I am planning to implement to check the network availability first then begin trans and commit trans. I would like to ask for your suggestion on how to prevent data loss upon saving/updating/deleting...
View ArticleRow cannot be located for updating , ?? please help ,
Hi All I make this connection between MySQL database and my VB6 application in database this column , ID----Name-----USERID---- some time i need to change all userID number column , this code i write...
View ArticleWinsock + VB6 + UNIX
Can someone help me in sending data to Unix using Winsock through VB6. I am able to connect but not able to send any commands to Unix. Any help is highly appreciated. Thanks in Advance Below is my code...
View Articlerandom numbers rnd randomize rng etc...
Hi, havent programmed in over 10 yrs... What im trying to accomplish is a random number with an actual % to roll... ie... If I have 100 entries or 1000 entries I want an actual 1% , 10%, 25% chance to...
View ArticleHow do I get rid of this Error Message for only one EXE forever!!
Hello I am writing an Application EXE File that uses two VB6 COM OCX Files and I wish to remove this type of Error Message, everytime I run my Application. The Error Message in question, is below in...
View Articleuser picture1 with treeview , no imagelist
ok is it possible to load image to treeview using picture1 , normall we use imagelist fine but wat about picturebox . picturebox will hold avatar image, using imagelist is just permenant icons that...
View ArticlePassing values to crystal reports
Hi I am having a list view having all the data after executing the query SqlStr = "Select distinct INVOICE.RemovalNatureCode, TAXESNDUTIESREMOVALNATURE.RemovalNatureDescription " _ & " From...
View Article[Help] Data Execution Prevention
Hello, I am using Virtual machines for testing my application under different OS. In XP i am getting Data Execution Prevention Error. Please tell me how can I add my application in the Data Execution...
View ArticleSimple formatting problem
Hi guys! How to say: Code: .Text Like "-#" & Separator(&HE) & "##" Thanks a lot!
View Articlehelp me vb6 mysql bug?
please help me in my project in vb6? can you help me why. this happen .when i save a image in sql database and i load it in desktop the image not show properly . it show half a the image only. pls...
View ArticlePacked DIB to StdPicture?
There is a form of GDI bitmap called a "packed DIB." These are like any other GDI bitmaps, DIBs, MetaFiles, etc. except that the pixel bits immediately follow the header structures in memory and a few...
View ArticleRuntime error 76 or 75
Hello Everyone, I have a program written in VB 6 running in Windows XP. My problem is I create a .dat file with the results of my test and save it to the c drive. I also want to save it to another...
View Article