Instantiating form variables instead of using Global instances.
User Defined Types
DLLs, ActiveX Exes
String Manipulation
Working with Classes
Custom User Controls
Object Oriented Programming
Database access (SQL Server, MS Access, RDO, DAO, ADO)
Use of Arrays
I do not answer questions regarding databound controls so please ask those questions of one of the other experts.
Experience I've been working with Visual Basic 5.0 and 6.0 for over 8 years. I've worked extensively with multi-tier database business solutions created in Visual Basic. I've also been working in Visual Basic .NET for over 2 years and Visual Basic .NET 2.0 since its first BETA release. I currently work developing custom applications for a variety of industries. In addition to all the work in Visual Basic 6.0 and .NET I have also worked extensively with ASP .NET and ASP .NET 2.0.
Education/Credentials Associate’s Degree: Computer Programming St. Louis Community College at Florissant Valley (4.0 gpa)
Microsoft Certified Technology Specialist (MCTS) .NET Framework 2.0 Windows Applications
Past/Present clients Mallinckrodt Pharmaceuticals
Commerce Bank
CitiMortgage
Elmwood Marine Services
FedEx
Memco Barge Lines
Crounse Corporation
AG Edwards
Question I really ran into a problem and I don't know if you can see anything on here, any help or insight, I would be greatfull for, this is really getting on my nerves and is very complicated to me because I can't see how it would be done very well.. and maybe I can send you the zip of what I am doing, or I can upload it for you.
I have a data base that cycles the pages for each person.
example: Name: bob (page 1),
then you click a button and it changes the page and the name changes to Tim
well that's all good and well, and it stores that info into a .data file, what was already part of a code I just edited and added all kinds of stuff too.
Basically, I added a picture box to the page:
Private Sub Picture1_Click()
Picture1.Picture = LoadPicture("C:PROGRA~1ASTKAfpinyes.gif")
Label1.Caption = "0" 1
End Sub
that picture starts out with a white bg, small check box basically, using gif images, if you click it it puts and X in it....
How do I get that checkbox to also save, just like the text saves on each page,
If I type in the name: James
then I check that box,
How do I make that box save with the name, so when I click the botton and go to another page, then go back again.. the box will still be checked.
And if I close the file and open it again, the box will be checked .. and the name still in the box.
I have the name part down it's already being saved, but saving
.gif images making them re-apear how I checked them...
I uploaded the files to: http://www.jbrv.net/tempinfo/contactman.zip
You can see in detail there, if you are uncomfortable with that, i put the txt on : http://www.jbrv.net/tempinfo/vbproblem.txt
But I think that would be harder to see and understand.
Please help me, no-one else is helping me, I had one person who showed interest, because even if you can point something out that might be similar in the language you know, it can give me ideas of what I need to search for or do.
Thank you so much for your time and assistance.
Answer Hey Jack, I'll be happy to help you out. I looked at your code in the text file (the zip file was not a valid link). Go ahead and email me your zip file at reddyjunkmail2@charter.net. I'll look at your code and determine what your problem is. If you want, I can clean up your code a little to. I looks like you could reduce the amount of code with a few changes. Let me know if you would like me to make more than the changes you've requested.