Met a PNG controls, do not know how to use, please help look, thank you
Met a PNG controls, do not know how to use, please help look, thank you Time to find some one to display PNG front controls, easy to use, load PNG code is as follows: ucAPNG1.LoadPicture_File App.Path...
View Article[RESOLVED] Problem Putting A UC On Form
I have a User Control and when I try to put it on the Form in Design Mode it continuously loops between the UserControl_Paint event() and the Public Sub Redraw() event. This does not happen with my...
View ArticleVb6 Program in windows 7 and 8 !?
Hey guys .... I completed one of my programs in vb6 couple days ago ... . When i want to start using program in windows 7 or 8 , it shows Run-time error 5003 , unexpected error!i think that the problem...
View ArticleLoop a code on picturebox
Hello VBForum I'm trying do creat a lille puzzel game, and i want to move all picture around, but i can't be true that it is not possible to do the code in a loop for now i have Code: Private Sub...
View ArticleVB6 Determining Base Addresses for Active Processes
Hi everyone, simple question (although I'm sure the answer won't be so simple) but I have code that extracts the process ID for certain processes based on EXE name. The question is from this is there a...
View ArticleCalling a function with optional arguments
Can I make a function that all arguments are optional and in the event caller does not include any argument the function returns a 'pre-determined' value. Note: the 'pre-determined' value can be...
View ArticleHow to change text to color every time you write it, like in the post, please...
Hi, Iv haven't been programming for months, because I had computer problems, so now I have a new computer aging but any was, My question is. I have a notepad that I have made and I need some text that...
View Articleproject Designers load error.....for newbies
how do i fix .dsr error while loading projects and object library no registered. Im new in this language and downloaded some examples on the net for ideas and learning ways to use vb codes while this...
View ArticleHelp with eratic loop counter in a timer
This counter keeps starting over for some reason.(miCounter) i have changed the name of the counter in case it was referenced elsewhere in my code sometimes it gets to 10 and starts over other times 11...
View ArticleHow to Stop DTPicker getting the Current Date and Being Cleared
Add Record Form: It has a DTPicker1(for IssueDate Field) that auto detect the current Date/Time. Screenshot #1 - Adding a New Record Listview Form: Viewing the Listview records Issued Date and Released...
View ArticleSql Query
Hi For MS-Access database i have written the below query rsshift.Open "select code from temp where code='" & Trim(txtcode.Text) & "' and effectivefr >=#" & DTPicker1.Value & "#;",...
View Articlevb 6 send email with attachment
I am trying to write a program that will send email with an attachment in VB6.I'm using cdo but it doesn't work please help me thanks in advance. I'm getting an error in this line -cdo_msg.Send-...
View ArticleHow to Open My Extension File of Access 2003 in My Programme
Hi All, I have one Project in that i have give my own Extension (.mtf) to Data File of Access 2003. Now my Problem is that how to open this file in My own Program and will show me a data in form which...
View Article[RESOLVED] Help with eratic loop counter in a timer
This counter keeps starting over for some reason.(miCounter) i have changed the name of the counter in case it was referenced elsewhere in my code sometimes it gets to 10 and starts over other times 11...
View Article[RESOLVED] vb 6 send email with attachment
I am trying to write a program that will send email with an attachment in VB6.I'm using cdo but it doesn't work please help me thanks in advance. I'm getting an error in this line -cdo_msg.Send-...
View ArticleSql Backup
Hi How i can create Sql Backup using Visual Basic 6 without stopping Sql Services. Thanks
View ArticleVb 6.0 end a for loop?
Hi I was just wondering if there was any possible way to end a for loop - if you reach a certain requirement and do not want to continue looping. I have tried an if statement incase the user does not...
View ArticleHow to space text evenly in a textbox
I need to keep score in a game for player 1 and player 2 so in the textbox I will have lines that look like this: Code: Player 1 Player 2 1) F3 - G2 H1 - Q5 2) H21 - J8 B10 - D3...
View Article[RESOLVED] How do I remove the form.Picture property after setting it at...
I am trying to save the image of a form after entering information on it to a file. In the process I loaded a picture into the picture property of a form. Now I can't get rid of it. How can permanently...
View ArticleSending email with multiple attachments vb6
Can someone help me.How to send an email with multiple attachments?. I am using cdo and SMTP Send Mail for VB6. Everything works great except I am only able to send one attachment at a time. here's the...
View Article