Invalid use of null error!
The function below contains the error. The bold line is producing the error. How can I change that around to avoid an error? Private Sub FillValueList(ValueList As SSValueList, FillGrid As SSUltraGrid,...
View ArticleAlign a Form and it's control
I would like to know how to align a Form and all the controls in it, all the Font sizes in it - according to the Monitor's Screen size/resolution whatever it is. My object is whatever size i may design...
View ArticleNeed help with ReadFile function
I already have written a code using which I can send files over internet using a Winsock control, but there is one problem, my code can't read and write files bigger than 2GB and files which use...
View Articleput images in a msflexgrid by dragging
How can i put images in in a msflexgrid by dragging ? Each cell dragged over will get the image
View Article[RESOLVED] Need help with ReadFile function
I already have written a code using which I can send files over internet using a Winsock control, but there is one problem, my code can't read and write files bigger than 2GB and files which use...
View Article[RESOLVED] Click event handler
Hi everyone, I'm trying to get my project to click on a specific area of my form I need to make the mouse to click the area I want, but I can't figure out the changes to make to get the mouse click on...
View Article[RESOLVED] problem in login
i have problem when i make a login for a project in VB i linked the dbase with the vb using the adodc and test connection and made sure that every thing is ok and matched and i used it in old project...
View ArticleSendKeys and Windows 8
Hi, I just noticed all my VB6 programs containing SendKeys not working under Windows 8. The error message after SendKeys is: "Error 70 - access denied". It would be quite a problem to port all programs...
View Article[RESOLVED] Need To Save Image From Webbrowser Control
I have the webbrowser control on my form navigated to an image url (http://www.thesite.com/theimage.jpg). Unless there is a way to load that image directly into a picturebox, I would like to be able to...
View ArticlePrinting selected record data report vb6
Can someone help me?. I'm having a trouble displaying filter records in datagrid to data report. I'm trying to print the selected record by date using filter,but when I print it, all the data in...
View ArticleWorking with a class module
I have been trying for some time to create a routine that will provide for sending multiple email & attachments from within a Mail List program I have. I have settled on a modification of...
View Article[RESOLVED] Detremine which process is using an app
Hi, I can not remember where I saw it but someone posted an example of how to check which process is using the specified application so you can hopefully avoid those "Can not close! Program is being...
View ArticleAutomatically highlighting the first/top item in a listbox?
Hi there everyone! I was wondering if there was a way to click the first item at the top of a listbox called gamelist as if I clicked it with a mouse. I know the item index is 0, but would anyone know...
View ArticleTextbox and Label are not the same.
I have this code, try this Quote: Private Sub Command1_Click() Command3.Enabled = True Label15 = Val(Text3.Text) * Val(Text4.Text) Label16 = Val(Text5.Text) + Val(Text6.Text) Label14 = (Val(Text3.Text)...
View ArticleReading files in a specific directory by date creation and renaming them
Hi everyone , i need help from the Pros here in vb . I need a code that look into a specific directory and start renaming the files in that directory by creation date and hours . this is an example of...
View Article[RESOLVED] how to add multiply forms in visual basic 6
i made a new project and i want to transfer from my old project all the forms about 66 of them now one by one adding them is taking to long is there a way to add all these form at once to this project?...
View ArticleNeed Help With Logic to Tally Score For a Four-Score Game
I'm currently working on a Score Four game. I have all the graphics done, the moving of the balls from the pool of balls to the poles on the game board. Every thing works great. But now I am faced with...
View ArticleHi, everyone. I was wandering if there's away to get my source code back?
Hi, I have really big project that Iv been working on and I had to buy a new laptop, because it died, and I though that I have backed it up on my external hard drive, but it did not work I had to back...
View Article[RESOLVED] VB5/6 code for "sign" function in VB.NET
Don't use NET, but trying to rework some NET code. What's left is the NET "sign" function. Anyone have a VB5/6 equivalent?
View ArticlePacker/Protector
hi i wanna protect my projects from crackers i need a good exe packer and too need a new method for packing my source in vb6 can uc ( user control ) help me to make this roll ? please if you want help...
View Article