If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > Help:A problem in AppWizard-generated porjects!

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-29-03, 00:00
wisecat wisecat is offline
Registered User
 
Join Date: Mar 2003
Location: ShenYang,china
Posts: 8
Thumbs up Help:A problem in AppWizard-generated porjects!

I use the VB application wizard to generate a project in VB 6.0, the generated main form is "frmMain". When I created my own form named "form1", and I wanted to change the frmMain's caption (or any other controls or attributes in frmMain), I found nothing can be changed, these statements just take no effect on frmMain!!! I wonder there must be something wrong with app-wizard. Who have ever met such a problem and How to change current project's settings or codes to solve this problem. I can't create another project because a lot of work has been done on current project. To change it takes long time. WHO CAN HELP ME? Thanks in advance!
Reply With Quote
  #2 (permalink)  
Old 04-29-03, 00:18
wisecat wisecat is offline
Registered User
 
Join Date: Mar 2003
Location: ShenYang,china
Posts: 8
Talking solved!

sorry for bother!

should use "fMainForm", not "frmMain", the first is object name, and the second is class name...:-)
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

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