Home > Archive > Visual Studio > August 2005 > VS2005 - Toolbox
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| Hello,
I develop with VS2005 using C#.
I want to create a simple form with Label, Textbox and Buttons but I don't
find the Toolbox on VS2005 to drag and drop those objects on my form.
Is there a Toolbox and if yes can someone tell me how to display it ?
Sorry if my question looks stupid but I'm new to VS2005....
Thanks,
Yann
| |
| Kevin Spencer 2005-08-10, 5:07 pm |
| Try the View Menu.
--
HTH,
Kevin Spencer
Microsoft MVP
..Net Developer
Everybody picks their nose,
But some people are better at hiding it.
"Yann" <Yann@discussions.microsoft.com> wrote in message
news:70E0EC5B-FB69-4241-A0C0-578CA0801A90@microsoft.com...
> Hello,
>
> I develop with VS2005 using C#.
>
> I want to create a simple form with Label, Textbox and Buttons but I don't
> find the Toolbox on VS2005 to drag and drop those objects on my form.
>
> Is there a Toolbox and if yes can someone tell me how to display it ?
>
> Sorry if my question looks stupid but I'm new to VS2005....
>
> Thanks,
> Yann
| |
|
| Sorry but I've not found anything like the toolbox or something like that in
the View menu. Could you be more precise please ?
Thanks,
Yann
| |
|
| Je viens de trouver sur le Product feedback Center un post sur ce problème.
Il semble qu'il y ai effectivement un bug. Il y aurait 2 menu "Team Explorer"
dans le menu View, lÃ_ où l'un des menus devrait être la Toolbox. Ca recoupe
la réponse au post identique que j'ai fais au niveau des groupes de
discussion US (Developper - Visual Studio and... - Visual Studio -
vsutio.general). La réponse que j'ai eu est de regarder dans le menu View...
mais y'a rien si ce n'est 2 menus Team Explorer).
Par contre, la réponse de Microsoft dans le product feedback center c'est :
OK, on prend note... mais pas de workaround...
A suivre.
| |
|
| Looks like my bug has already been reported in June 8 : FDBK29175
Any idea to solve it ?
| |
|
| I finally found it using Google...!!
I found a post on one of the Microsoft Forum
http://forums.microsoft.com/msdn/Sh...spx?PostID=7434
The way to have the toolbox is explained in this post :
1. Launch regedit
2. Go to HKCU\Software\Microsoft\VisualStudio\8.0
3. Rename the Profile sub-hive to something else
4. Close regedit
5. Relaunch the VS IDE
When VS restart it asks for the development profile to use and then you have
all needed for development, including the Toolbox.
Thanks for all replies.
Yann
| |
| Kevin Spencer 2005-08-11, 5:03 pm |
| Ah, I have not had a version or profile with which I have had this issue.
--
HTH,
Kevin Spencer
Microsoft MVP
..Net Developer
Everybody picks their nose,
But some people are better at hiding it.
"Yann" <Yann@discussions.microsoft.com> wrote in message
news:83A94496-6B36-4D44-BA89-93B49862044B@microsoft.com...
>I finally found it using Google...!!
>
> I found a post on one of the Microsoft Forum
> http://forums.microsoft.com/msdn/Sh...spx?PostID=7434
>
> The way to have the toolbox is explained in this post :
> 1. Launch regedit
> 2. Go to HKCU\Software\Microsoft\VisualStudio\8.0
> 3. Rename the Profile sub-hive to something else
> 4. Close regedit
> 5. Relaunch the VS IDE
>
> When VS restart it asks for the development profile to use and then you
> have
> all needed for development, including the Toolbox.
>
> Thanks for all replies.
>
> Yann
|
|
|
|
|