Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Coding Forum Problems with your code? Let's hear about it.

Easy Date   Improve your ranking, submit to directories   V7N Directory

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 05-03-2004, 12:25 PM   #1 (permalink)
Inactive
 
Join Date: 05-03-04
Posts: 1
iTrader: 0 / 0%
Latest Blog:
None

sypond is liked by many
Can't show non-modal form when modal form is displayed

I'm new to VB programming. I'm using Visual Basic Professional Version 5 and running Windows XP Professional. I'm having trouble with an error 401 when I run my compiled program. The error message says,"Can't show non-modal form when modal form is displayed."

I've written a small, primative text editor and it runs perfectly in run time. However, after I compiled it and ran the '.exe' program and try to open a '.txt' file into the editor, I get the error 401 message.

The program opens form1 (splash screen) then hides it and opens form2 (text editor) then the code to open a file is:
Quote:
Private Sub mnuOpen_Click()
Dim LengthOfFile As Integer
On Error GoTo ErrHandler
cd1Text.Filter = "All Files (*.*)|*.*|Text Files (*.txt)|*.txt"
cd1Text.FilterIndex = 2
cd1Text.ShowOpen
Open cd1Text.filename For Input As #1
LengthOfFile = LOF(1)
txtTextEditor.Text = Input(LengthOfFile, 1)
Close #1
FlagTextChanged = False
Exit Sub
ErrHandler:
If Err.Number = 53 Then
MsgBox "Error In Path/FileName"
Exit Sub
ElseIf Err.Number = 32755 Then
Exit Sub
Else
MsgBox "Unanticipated Error # " & Err.Number
End
End If
End Sub
Does anyone have any ideas?
sypond is offline  
Add Post to del.icio.us
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 06-29-2004, 07:25 AM   #2 (permalink)
Inactive
 
Join Date: 06-29-04
Posts: 1
iTrader: 0 / 0%
Latest Blog:
None

Urmila is liked by many
Error 401 cant show non-modal form when modal form is displa

Hi,
I am having a similar problem.
my project works fine at run time but only when i try to run the exe it gives me the error Error 401 cant show non-modal form when modal form is displayed.
Is there any solution to this?
Thanks.
Urmila is offline  
Add Post to del.icio.us
Old 03-23-2007, 08:14 AM   #3 (permalink)
Inactive
 
Join Date: 03-23-07
Posts: 1
iTrader: 0 / 0%
Latest Blog:
None

nmwttw is liked by many
Did you get an answer to this problem?
nmwttw is offline  
Add Post to del.icio.us
Old 03-23-2007, 08:31 AM   #4 (permalink)
Empress™
 
chicgeek's Avatar
 
Join Date: 08-19-04
Location: York, UK
Posts: 17,962
iTrader: 0 / 0%
Latest Blog:
My Favourite Poem

chicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest order
The prevous posts are from 2004. Please do not top (very) old threads.
__________________
laura / chicgeek
soprano & web designer
laurakishimoto.ca
chıcgeeĸ @ flickr
chicgeek is offline  
Add Post to del.icio.us
Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum

Closed Thread



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

Similar Threads
Thread Thread Starter Forum Replies Last Post
About a form mybluehair Computers & Internet 17 07-08-2006 06:31 PM
Help with web form, PLEASE!!!! TanBrae Coding Forum 9 06-07-2006 02:47 PM
Please can someone help with this form? G10 Coding Forum 3 04-18-2005 07:33 PM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 01:26 AM.
© Copyright 2008 V7 Inc