473,503 Members | 1,657 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Opening desig window for a form in Visual Basic 2005 Express Edition

Hi,

I'm using Visual Basic 2005 Express Edition to develop small tools in
relation with our applications and I'm facing a problem using the
interface.

It sometimes happens that the design window of a form can no more be
viewed within the user interface.

Does anyone have an idea on how I can do to access it ?

Oct 26 '07 #1
11 1533
On Oct 26, 8:47 am, resea...@webalive.net wrote:
Hi,

I'm using Visual Basic 2005 Express Edition to develop small tools in
relation with our applications and I'm facing a problem using the
interface.

It sometimes happens that the design window of a form can no more be
viewed within the user interface.

Does anyone have an idea on how I can do to access it ?
Is it giving an error message? Often if there is bad code that
prevents the rendering of the form, it will not open (as it can't draw
itself) until the error is fixed. IIRC when this happens it show a
white screen with a list of errors.

Thanks,

Seth Rowe

Oct 26 '07 #2
On 26 oct, 14:50, rowe_newsgroups <rowe_em...@yahoo.comwrote:
On Oct 26, 8:47 am, resea...@webalive.net wrote:
Hi,
I'm using Visual Basic 2005 Express Edition to develop small tools in
relation with our applications and I'm facing a problem using the
interface.
It sometimes happens that the design window of a form can no more be
viewed within the user interface.
Does anyone have an idea on how I can do to access it ?

Is it giving an error message? Often if there is bad code that
prevents the rendering of the form, it will not open (as it can't draw
itself) until the error is fixed. IIRC when this happens it show a
white screen with a list of errors.

Thanks,

Seth Rowe
The build of the application gives no error. Starting the application
well shows the form !!
Normally, when in the "code" part of a form, the right click context
sensitive menu shows as first entry "View Designer"; and sometimes it
does no more and I feel like I have "lost the design" ?!?!

Thanks already for the very quick reply !!
Lio

Oct 26 '07 #3
On Fri, 26 Oct 2007 05:47:21 -0700, re******@webalive.net wrote:
>Hi,

I'm using Visual Basic 2005 Express Edition to develop small tools in
relation with our applications and I'm facing a problem using the
interface.

It sometimes happens that the design window of a form can no more be
viewed within the user interface.

Does anyone have an idea on how I can do to access it ?
If the design window shows errors, I have found the following will
usually fix it. Not all steps are needed every time.

Close the design window.
Rebuild the project.
Close Visual Studio.
Open Visual Studio.
Open the project and the design window.

It appears to me that sometimes when a breaking change is made to a
class and a design window affected by that change is open, Visual
Studio remembers something about the class that it shouldn't and will
continue to show errors in the design window until the window is
closed and/or Visual Studio is closed.

Oct 26 '07 #4
Designer on the View menu?

Bob

<re******@webalive.netwrote in message
news:11**********************@z9g2000hsf.googlegro ups.com...
Hi,

I'm using Visual Basic 2005 Express Edition to develop small tools in
relation with our applications and I'm facing a problem using the
interface.

It sometimes happens that the design window of a form can no more be
viewed within the user interface.

Does anyone have an idea on how I can do to access it ?

Oct 26 '07 #5
On 26 oct, 16:15, "eBob.com" <faken...@totallybogus.comwrote:
Designer on the View menu?

Bob

<resea...@webalive.netwrote in message

news:11**********************@z9g2000hsf.googlegro ups.com...
Hi,
I'm using Visual Basic 2005 Express Edition to develop small tools in
relation with our applications and I'm facing a problem using the
interface.
It sometimes happens that the design window of a form can no more be
viewed within the user interface.
Does anyone have an idea on how I can do to access it ?
Yes, Shift+F7 - or right click Design !!

Quite disappointing :-(

Lio

Oct 26 '07 #6
On Oct 26, 10:51 am, resea...@webalive.net wrote:
On 26 oct, 16:15, "eBob.com" <faken...@totallybogus.comwrote:
Designer on the View menu?
Bob
<resea...@webalive.netwrote in message
news:11**********************@z9g2000hsf.googlegro ups.com...
Hi,
I'm using Visual Basic 2005 Express Edition to develop small tools in
relation with our applications and I'm facing a problem using the
interface.
It sometimes happens that the design window of a form can no more be
viewed within the user interface.
Does anyone have an idea on how I can do to access it ?

Yes, Shift+F7 - or right click Design !!

Quite disappointing :-(

Lio
Can you provide us a sample that reproduces the problem?

Thanks,

Seth Rowe

Oct 26 '07 #7
On 26 oct, 17:15, rowe_newsgroups <rowe_em...@yahoo.comwrote:
On Oct 26, 10:51 am, resea...@webalive.net wrote:
On 26 oct, 16:15, "eBob.com" <faken...@totallybogus.comwrote:
Designer on the View menu?
Bob
<resea...@webalive.netwrote in message
>news:11**********************@z9g2000hsf.googlegr oups.com...
Hi,
I'm using Visual Basic 2005 Express Edition to develop small tools in
relation with our applications and I'm facing a problem using the
interface.
It sometimes happens that the design window of a form can no more be
viewed within the user interface.
Does anyone have an idea on how I can do to access it ?
Yes, Shift+F7 - or right click Design !!
Quite disappointing :-(
Lio

Can you provide us a sample that reproduces the problem?

Thanks,

Seth Rowe
Euh, yes, it's possible .... How should I do ?

Oct 26 '07 #8
On Oct 26, 12:02 pm, resea...@webalive.net wrote:
On 26 oct, 17:15, rowe_newsgroups <rowe_em...@yahoo.comwrote:
On Oct 26, 10:51 am, resea...@webalive.net wrote:
On 26 oct, 16:15, "eBob.com" <faken...@totallybogus.comwrote:
Designer on the View menu?
Bob
<resea...@webalive.netwrote in message
news:11**********************@z9g2000hsf.googlegro ups.com...
Hi,
I'm using Visual Basic 2005 Express Edition to develop small tools in
relation with our applications and I'm facing a problem using the
interface.
It sometimes happens that the design window of a form can no more be
viewed within the user interface.
Does anyone have an idea on how I can do to access it ?
Yes, Shift+F7 - or right click Design !!
Quite disappointing :-(
Lio
Can you provide us a sample that reproduces the problem?
Thanks,
Seth Rowe

Euh, yes, it's possible .... How should I do ?
Just post the code that will reproduce the problem. Or, if it's more
than just code, provide a step-by-step "how to" on what we need to do
to recreate the error.

Thanks,

Seth Rowe

Oct 26 '07 #9
re******@webalive.net wrote:
The Design feature is no more present in the "view menu" nor in the
context sensitive menu.
The IDE doesn't think your class /can/ be "designed".

(a) Make sure the class' inheritance is correct:

Class X
Inherits System.Windows.Forms.Form

(b) Failing that, the IDE will /only/ let you design the /first/ Class
declared in any source file so you can't design the Form below:

Class NotAForm
End Class

Class Form2
Inherits System.Windows.Forms.Form
End Class

HTH,
Phill W.
Oct 29 '07 #10
On 29 oct, 14:17, "Phill W." <p-.-a-.-w-a-r...@-o-p-e-n-.-a-c-.-u-k>
wrote:
resea...@webalive.net wrote:
The Design feature is no more present in the "view menu" nor in the
context sensitive menu.

The IDE doesn't think your class /can/ be "designed".

(a) Make sure the class' inheritance is correct:

Class X
Inherits System.Windows.Forms.Form

(b) Failing that, the IDE will /only/ let you design the /first/ Class
declared in any source file so you can't design the Form below:

Class NotAForm
End Class

Class Form2
Inherits System.Windows.Forms.Form
End Class

HTH,
Phill W.
It looks what you explained is the right track.
But I don't really understand the point (b) .... If allow inheritance
on another class, the design is available. How can I choose on which
class I want to use the design ? May I not use the design on any
Form ?

Nov 1 '07 #11
re******@webalive.net wrote:
>(b) Failing that, the IDE will /only/ let you design the /first/ Class
declared in any source file so you can't design the Form below:

Class NotAForm
End Class

Class Form2
Inherits System.Windows.Forms.Form
End Class
But I don't really understand the point (b) .... If allow inheritance
on another class, the design is available. How can I choose on which
class I want to use the design ? May I not use the design on any
Form ?
It's not the Inheritance getting in the way, it's just that the Forms
Designer only looks as far through the physical source file as the first
Class statement. If that [first] class, whatever it is, isn't
"designable" then it gives up and tells you that you can't design
anything in that source file; the icon in the Solution Explorer changes
and the context [and other] menu[s] no long show the "View Designer"
option.

Put the non-form Class below the Form one and - "magically" - everything
starts working again.

HTH,
Phill W.
Nov 2 '07 #12

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
7129
by: QLD_AU | last post by:
Has anyone see the following error ? VS 2005 Installs ok, however the SQL Mobile Edition (part of a full install) fails with the following error ? With Thanks Jason
4
2511
by: Andrew Robinson | last post by:
My main dev machine has WinXp and VS2005 (pro). 1. I need to install VWD Express Edition so that I can do some instruction on this. Any issues with both on the same machine. Installation order?...
3
2296
by: Crazy Cat | last post by:
Hi, I'm developing an application that is basically a VB.NET front end to a SQL Server Express 2005 database -- right now I'm using VB.NET 2005 Express until my MSDN subscription gets delivered...
2
3398
by: Progman | last post by:
I have Visual Studio 2005 Standard edition. Is ti the same thing as the Express edition or Standard is more?
3
3863
by: Comteck | last post by:
I am quite proficient at programming Visual Basic for Microsoft Access. I am currently learning Visual Basic 6, and would like to be able to take my database files from Access, and re-write them...
3
1683
by: Pitaridis Aristotelis | last post by:
Is there any way to create setup for a project made in Microsoft Visual Basic 2005 Express Edition
6
1934
by: JonC | last post by:
I am developing an Access database and need to be able to print a form with various selections made as it appears on screen. The standard way of doing this would be to create a report based on the...
1
2492
by: Dr T | last post by:
Hi! I downloaded MS Visual Web Developer 2005 Express Edition, MS .NET Framework SDK v2.0, and MS SQL Server 2005. Subsequently, I bought MS Visual Studio 2005 Professional Edition. 1) Are...
1
3065
by: requeth | last post by:
I'm trying to embed a command window in a form in VB.NET. I remember back in the old days there was a button in the IDE to add the window, and I never really learned how it worked. I just...
0
7072
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7319
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
5570
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4998
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4666
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3149
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1498
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
730
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
373
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.