The ProgrammersTalk Community
Forum Register Search Today's Posts Mark Forums Read
Register

Go Back   The ProgrammersTalk Community > General Programming > Visual Basic


Welcome to the The ProgrammersTalk Community forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.
Tags:

Closed Thread
 
LinkBack Thread Tools    Display Modes   
  #1 (permalink)  
Old 06-10-2007, 04:28 PM
zen
Posts: n/a
[SOLVED] how to program a linkage in visual basic 6?

how can i code a program that links the program? aaaah! like this how to create a program in visual basic with one form, that even though someone uses the application, the other one can also use the application in other computer...in short how to code and link a single program at runtime...

__________________

Digg this Post! Del.Icio.Us this Post! Technorati this Post! Furl this Post! Mister Wong this Post! Newsvine this Post! Spurl this Post! Reddit this Post! Netscape this Post!
  #2 (permalink)  
Old 06-10-2007, 04:28 PM
jamesflz
Posts: n/a
If you mean that you have a program you write with multiple forms, and when you run it you have a bunch of "programs" in your taskbar, then what you actually have is 1 program, with multiple windows/forms that each are told to be present in the taskbar. Easy fix.

If you haven't already, pick one form/window to be the main window. Then individually select your other form/windows and change the properties-->ShowInTaskbar=False

If you have a series of forms/windows that the user moves through like 10 forms that ask different questions, and your problem is that when you open the next window the old one remains on the screen that can also be easily fixed. When you call the next window to load, hide the previous one with:
form1.hide

Hope this helps, Happy programming!

__________________

Digg this Post! Del.Icio.Us this Post! Technorati this Post! Furl this Post! Mister Wong this Post! Newsvine this Post! Spurl this Post! Reddit this Post! Netscape this Post!
  #3 (permalink)  
Old 06-10-2007, 04:28 PM
Planet7
Posts: n/a
I can't make any sense of your question. Please try rephrasing it.

__________________

Digg this Post! Del.Icio.Us this Post! Technorati this Post! Furl this Post! Mister Wong this Post! Newsvine this Post! Spurl this Post! Reddit this Post! Netscape this Post!
  #4 (permalink)  
Old 06-25-2007, 10:32 PM
ccoonen ccoonen is offline
PT Staff
Awards Showcase
Quality Tutorial Quality Tutorial Quality Tutorial Quality Tutorial 
Total Awards: 4
Join Date: Jun 2007
Location: Wisconsin
Posts: 308
iTrader: (0)
ccoonen is on a distinguished roadccoonen is on a distinguished roadccoonen is on a distinguished roadccoonen is on a distinguished road
I think what he/she is trying to say is how do you build "mobile" object that use an external application server as the actual appserver that holds all the business objects. I could be wrong though, hehe.

Look into getting the VB.NET 2005 Advanced Business Objects book - they have lots of chapters on setting up this exact scenario.
Closed Thread


Thread Tools
Display Modes

   Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -7. The time now is 11:32 PM. Powered by vBulletin
Copyright © 2000 - 2007, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO © 2007 ProgrammersTalk Sedo - Buy and Sell Domain Names and Websites project info: programmerstalk.net Statistics for project programmerstalk.net etracker® web controlling instead of log file analysis


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50