473,473 Members | 2,169 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

How to access resource editor?

TL
Hello,

How do you access the resource editor in VB.net? for like
making an application icon?

Thanks,

TL
Nov 21 '05 #1
4 1819
"TL" <an*******@discussions.microsoft.com> schrieb:
How do you access the resource editor in VB.net? for like
making an application icon?


You can set the application icon in the project properties. If you are
using VS.NET, you can draw your icons inside VS.NET.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Nov 21 '05 #2
TL
Yes, drawing the icon in the project is what I had in
mind. I just don't know how to get to that window where
the drawing surface is. This is what I referred to as the
resource editor. May I ask how you access that window in
the project?

Thanks,
TL
-----Original Message-----
"TL" <an*******@discussions.microsoft.com> schrieb:
How do you access the resource editor in VB.net? for like making an application icon?
You can set the application icon in the project

properties. If you areusing VS.NET, you can draw your icons inside VS.NET.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

.

Nov 21 '05 #3
"TL" <an*******@discussions.microsoft.com> schrieb:
Yes, drawing the icon in the project is what I had in
mind. I just don't know how to get to that window where
the drawing surface is. This is what I referred to as the
resource editor. May I ask how you access that window in
the project?


Have you already tried to add the icon to your solution and then
doubleclicking it in solution explorer?

(Sorry, I don't have VS.NET at hand at the moment.)

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Nov 21 '05 #4
TL
I figured this out, I go to Add New Item/Icon File. Kind
of like MFC where you select a file to add to your
project. The nice thing about VS.Net is that you can do
almost anything in one language (VB.Net) that you can do
in another (C#), just slightly different syntax. This is
so much more convenient than VS6.0.

Thank you for your replies to my post.

TL

-----Original Message-----
"TL" <an*******@discussions.microsoft.com> schrieb:
Yes, drawing the icon in the project is what I had in
mind. I just don't know how to get to that window where
the drawing surface is. This is what I referred to as the resource editor. May I ask how you access that window in the project?
Have you already tried to add the icon to your solution

and thendoubleclicking it in solution explorer?

(Sorry, I don't have VS.NET at hand at the moment.)

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

.

Nov 21 '05 #5

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

Similar topics

2
by: RLW | last post by:
Help! I'm an undergraduate doing an MFC assignment using Visual Studio 7 and the resource editor has suddenly starting doing strange stuff. I created a number of new menu items, and the...
5
by: Adam Parkin | last post by:
Hello all, I am seeking some help with the following problem. I'm working on an application where I have a resource file, and in this resource file what I want to store is a list of file names...
4
by: | last post by:
When do they plan on making this essential utility USEFUL? In its current form its pointless. How could they let this out? Its useless.
9
by: Jay | last post by:
I'm a long time use of msvc (since v2.0) but the resource editor in version 7.0 has me stumped. All I'm trying to do is edit the text in a button but I can't find any way of doing it. If I open...
9
by: Alf P. Steinbach | last post by:
<what to design a C++ solution for> A Windows API /resource/ is data embedded in the executable, accessed via API functions. A resource is completely identified by the quadruple (id, type,...
7
by: Rich | last post by:
I am resurrecting this question (since it got bumped down by more recent posts). This is probably very simple - I need to add a version resource to a DLL project in MSVC++ 2005 Express in order...
0
by: Richard Drysdall | last post by:
Hi. I'd like to make a list of string resources in my C# application - a list of about 50 colours. I'd like to be able to randomly get a colour string from the resource. In pseudo-code, what I...
3
by: =?Utf-8?B?TGV4?= | last post by:
I have a standard MFC application, every now and then, probably after editing resources or classes it changes the #included statement in the .RC file from resource.h to reasource. I then have to...
8
by: raylopez99 | last post by:
I have the latest version of Visual Studio 2008 Professional, which allows you to create resource files (this is the .resx file, no?), unlike the Express version, which does not. I am trying to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
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
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
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.