TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Jay McKinney
NA
1
0
Send parameter / Controls dissapearing!?
Mar 7 2006 3:11 PM
I need to know who to send a parameter to another program..
Example: <right click> on any file on your desktop, and choose to 'zip' the file. The file's location gets sent as a parameter to WinZip, or WinRar respecably.
My issue is similar, except I need to send an integer from 1 application, opening the 2nd app with the parameter.
I have tryed building a class, and defining the parameter within the Public ClassName(int Index) constructor which worked, but for some reason all of my controls erased from my form!:(
After getting my controls erased SEVERAL times from new classes, I tryed building another WindowsApplication.... Same issue.
I guess this is a 2 part question :)-
1. How to pass parameters accross apps
2. Why do my controls erase!!!???
I have used vb6, VB.NET, C# for about 4 years now, and I havn't run into the issue (nor have I had to pass parameters this way).
Any and all help would be GREATLY appreciated! :)
Thanks in advance
Reply
Answers (
1
)
Best Way To Access Form Controls From Classes
MdiWindowListItem is not working