473,806 Members | 2,605 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to use resource editor in msvc 7.0

Jay
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 up the resource editor I get a properties window but
all the entries in the drop down list say 'Selected Object' and there is
nothing in the main window. I'm having to resort to editing the .rc file by
hand and it's a bit tedious.

So is this a bug or has MS removed the functionality?

Jay.

Nov 16 '05 #1
9 1771
Ted
I had the exact same experience. You're never going to believe this. Click
on a button. Just start typing.

Ted.

"Jay" <ja*@aleka.free serve.co.uk> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
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 up the resource editor I get a properties window but all the entries in the drop down list say 'Selected Object' and there is
nothing in the main window. I'm having to resort to editing the .rc file by hand and it's a bit tedious.

So is this a bug or has MS removed the functionality?

Jay.

Nov 16 '05 #2
Jay
Wow! 14 minutes to get a response. Thanks!! Must be a record :-)

Anyway, certainly works ok but how do I change the rest of the properties?
Like ID, tab settings, visibility etc., numerical entry etc.? (Guess I
should have asked this before)

Cheers,

Jay.

"Ted" <Te*@t--x.org> wrote in message
news:ez******** **********@TK2M SFTNGP09.phx.gb l...
I had the exact same experience. You're never going to believe this. Click on a button. Just start typing.

Ted.

"Jay" <ja*@aleka.free serve.co.uk> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
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 up the resource editor I get a properties window

but
all the entries in the drop down list say 'Selected Object' and there is
nothing in the main window. I'm having to resort to editing the .rc file

by
hand and it's a bit tedious.

So is this a bug or has MS removed the functionality?

Jay.


Nov 16 '05 #3
Ted
Easy. There is a property sheet that is usually in the bottom right hand
corner. If you can't see it then, in the resource editor, click on a button
in your dialog, then hit the F4 key. It should appear. There's even a
place for Caption there (under the Appearance section of the Properties
window)

Ted.

"Jay" <ja*@aleka.free serve.co.uk> wrote in message
news:u$******** ******@tk2msftn gp13.phx.gbl...
Wow! 14 minutes to get a response. Thanks!! Must be a record :-)

Anyway, certainly works ok but how do I change the rest of the properties?
Like ID, tab settings, visibility etc., numerical entry etc.? (Guess I
should have asked this before)

Cheers,

Jay.

"Ted" <Te*@t--x.org> wrote in message
news:ez******** **********@TK2M SFTNGP09.phx.gb l...
I had the exact same experience. You're never going to believe this.

Click
on a button. Just start typing.

Ted.

"Jay" <ja*@aleka.free serve.co.uk> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
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 up the resource editor I get a properties window
but
all the entries in the drop down list say 'Selected Object' and there
is nothing in the main window. I'm having to resort to editing the .rc

file by
hand and it's a bit tedious.

So is this a bug or has MS removed the functionality?

Jay.



Nov 16 '05 #4
Ted
I should also mention that someone had the same problem as you with no
response:

http://groups.google.com/groups?hl=e...ftngp07&rnum=1

I don't know what would happen to get the editor in that state, but can you
try click on the button in the properties window to the left of the
lightning bolt?

Ted.

"Ted" <Te*@t--x.org> wrote in message
news:O$******** ******@TK2MSFTN GP11.phx.gbl...
Easy. There is a property sheet that is usually in the bottom right hand
corner. If you can't see it then, in the resource editor, click on a button in your dialog, then hit the F4 key. It should appear. There's even a
place for Caption there (under the Appearance section of the Properties
window)

Ted.

"Jay" <ja*@aleka.free serve.co.uk> wrote in message
news:u$******** ******@tk2msftn gp13.phx.gbl...
Wow! 14 minutes to get a response. Thanks!! Must be a record :-)

Anyway, certainly works ok but how do I change the rest of the properties?
Like ID, tab settings, visibility etc., numerical entry etc.? (Guess I
should have asked this before)

Cheers,

Jay.

"Ted" <Te*@t--x.org> wrote in message
news:ez******** **********@TK2M SFTNGP09.phx.gb l...
I had the exact same experience. You're never going to believe this. Click
on a button. Just start typing.

Ted.

"Jay" <ja*@aleka.free serve.co.uk> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
> 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 up the resource editor I get a properties

window but
> all the entries in the drop down list say 'Selected Object' and
there is > nothing in the main window. I'm having to resort to editing the .rc file by
> hand and it's a bit tedious.
>
> So is this a bug or has MS removed the functionality?
>
> Jay.
>
>
>



Nov 16 '05 #5
Jay
Yes I have that but it's empty. The drop down menu is just full of 'Selected
Object' (about 20 of them) and there is absolutely nothing in the main
property window. There are several toolbar buttons (Categorised, Alphabetic,
Properties, Control Events, Property pages) but these don't do anything.

Jay.

"Ted" <Te*@t--x.org> wrote in message
news:O$******** ******@TK2MSFTN GP11.phx.gbl...
Easy. There is a property sheet that is usually in the bottom right hand
corner. If you can't see it then, in the resource editor, click on a button in your dialog, then hit the F4 key. It should appear. There's even a
place for Caption there (under the Appearance section of the Properties
window)

Ted.

"Jay" <ja*@aleka.free serve.co.uk> wrote in message
news:u$******** ******@tk2msftn gp13.phx.gbl...
Wow! 14 minutes to get a response. Thanks!! Must be a record :-)

Anyway, certainly works ok but how do I change the rest of the properties?
Like ID, tab settings, visibility etc., numerical entry etc.? (Guess I
should have asked this before)

Cheers,

Jay.

"Ted" <Te*@t--x.org> wrote in message
news:ez******** **********@TK2M SFTNGP09.phx.gb l...
I had the exact same experience. You're never going to believe this. Click
on a button. Just start typing.

Ted.

"Jay" <ja*@aleka.free serve.co.uk> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
> 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 up the resource editor I get a properties

window but
> all the entries in the drop down list say 'Selected Object' and
there is > nothing in the main window. I'm having to resort to editing the .rc file by
> hand and it's a bit tedious.
>
> So is this a bug or has MS removed the functionality?
>
> Jay.
>
>
>



Nov 16 '05 #6
Ted
here's another report of this:

http://groups.google.com/groups?hl=e...280a%40phx.gbl

See if you can use the trick mentioned in that.

Here's another report as well:
http://groups.google.com/groups?hl=e...rcn.net&rnum=6

Ted.

"Jay" <ja*@aleka.free serve.co.uk> wrote in message
news:Ob******** ******@tk2msftn gp13.phx.gbl...
Yes I have that but it's empty. The drop down menu is just full of 'Selected Object' (about 20 of them) and there is absolutely nothing in the main
property window. There are several toolbar buttons (Categorised, Alphabetic, Properties, Control Events, Property pages) but these don't do anything.

Jay.

"Ted" <Te*@t--x.org> wrote in message
news:O$******** ******@TK2MSFTN GP11.phx.gbl...
Easy. There is a property sheet that is usually in the bottom right hand
corner. If you can't see it then, in the resource editor, click on a

button
in your dialog, then hit the F4 key. It should appear. There's even a
place for Caption there (under the Appearance section of the Properties
window)

Ted.

"Jay" <ja*@aleka.free serve.co.uk> wrote in message
news:u$******** ******@tk2msftn gp13.phx.gbl...
Wow! 14 minutes to get a response. Thanks!! Must be a record :-)

Anyway, certainly works ok but how do I change the rest of the properties? Like ID, tab settings, visibility etc., numerical entry etc.? (Guess I
should have asked this before)

Cheers,

Jay.

"Ted" <Te*@t--x.org> wrote in message
news:ez******** **********@TK2M SFTNGP09.phx.gb l...
> I had the exact same experience. You're never going to believe this. Click
> on a button. Just start typing.
>
> Ted.
>
> "Jay" <ja*@aleka.free serve.co.uk> wrote in message
> news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
> > 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 up the resource editor I get a properties

window
> but
> > all the entries in the drop down list say 'Selected Object' and

there
is
> > nothing in the main window. I'm having to resort to editing the

..rc file
> by
> > hand and it's a bit tedious.
> >
> > So is this a bug or has MS removed the functionality?
> >
> > Jay.
> >
> >
> >
>
>



Nov 16 '05 #7
Ted
There seems to be a lot of dead ends about this "selected object" problem.
Here is another one.

http://groups.google.com/groups?hl=e...ing.google.com

and another:

http://groups.google.com/groups?hl=e...40tkmsftngxa02

Ted.
"Ted" <Te*@t--x.org> wrote in message
news:OK******** ******@TK2MSFTN GP09.phx.gbl...
here's another report of this:

http://groups.google.com/groups?hl=e...280a%40phx.gbl
See if you can use the trick mentioned in that.

Here's another report as well:
http://groups.google.com/groups?hl=e...rcn.net&rnum=6
Ted.

"Jay" <ja*@aleka.free serve.co.uk> wrote in message
news:Ob******** ******@tk2msftn gp13.phx.gbl...
Yes I have that but it's empty. The drop down menu is just full of

'Selected
Object' (about 20 of them) and there is absolutely nothing in the main
property window. There are several toolbar buttons (Categorised,

Alphabetic,
Properties, Control Events, Property pages) but these don't do anything.

Jay.

"Ted" <Te*@t--x.org> wrote in message
news:O$******** ******@TK2MSFTN GP11.phx.gbl...
Easy. There is a property sheet that is usually in the bottom right hand corner. If you can't see it then, in the resource editor, click on a

button
in your dialog, then hit the F4 key. It should appear. There's even a place for Caption there (under the Appearance section of the Properties window)

Ted.

"Jay" <ja*@aleka.free serve.co.uk> wrote in message
news:u$******** ******@tk2msftn gp13.phx.gbl...
> Wow! 14 minutes to get a response. Thanks!! Must be a record :-)
>
> Anyway, certainly works ok but how do I change the rest of the

properties?
> Like ID, tab settings, visibility etc., numerical entry etc.? (Guess I > should have asked this before)
>
> Cheers,
>
> Jay.
>
> "Ted" <Te*@t--x.org> wrote in message
> news:ez******** **********@TK2M SFTNGP09.phx.gb l...
> > I had the exact same experience. You're never going to believe this. > Click
> > on a button. Just start typing.
> >
> > Ted.
> >
> > "Jay" <ja*@aleka.free serve.co.uk> wrote in message
> > news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
> > > 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 up the resource editor I get a
properties window
> > but
> > > all the entries in the drop down list say 'Selected Object' and

there
is
> > > nothing in the main window. I'm having to resort to editing the

.rc file
> > by
> > > hand and it's a bit tedious.
> > >
> > > So is this a bug or has MS removed the functionality?
> > >
> > > Jay.
> > >
> > >
> > >
> >
> >
>
>



Nov 16 '05 #8
Jay
Well thanks for the suggestion but it didn't make any difference. Guess I'll
just have to keep editing everything with the text editor.

Version 7.0 seems to have been one of those 'lemons'. I've had quite a few
issues with it Still can't get all the help files to install properly and
the workarounds for template problems in v6 are broken in v7 but they still
haven't put in templates properly. The rest of my group has mostly gone back
to v6 for similar reasons.

Jay.

"Ted" <Te*@t--x.org> wrote in message
news:OK******** ******@TK2MSFTN GP09.phx.gbl...
here's another report of this:

http://groups.google.com/groups?hl=e...280a%40phx.gbl
See if you can use the trick mentioned in that.

Here's another report as well:
http://groups.google.com/groups?hl=e...rcn.net&rnum=6
Ted.

"Jay" <ja*@aleka.free serve.co.uk> wrote in message
news:Ob******** ******@tk2msftn gp13.phx.gbl...
Yes I have that but it's empty. The drop down menu is just full of

'Selected
Object' (about 20 of them) and there is absolutely nothing in the main
property window. There are several toolbar buttons (Categorised,

Alphabetic,
Properties, Control Events, Property pages) but these don't do anything.

Jay.

Nov 16 '05 #9
Ted
Have you tried 7.1 (VC.NET 2003) it's much more stable. Maybe even fixes
your problem. It's a nearly free upgrade too (act before Sept 30th, 2003)
http://msdn.microsoft.com/vstudio/ho...3/default.aspx

Ted.

"Jay" <ja*@aleka.free serve.co.uk> wrote in message
news:ur******** ******@TK2MSFTN GP12.phx.gbl...
Well thanks for the suggestion but it didn't make any difference. Guess I'll just have to keep editing everything with the text editor.

Version 7.0 seems to have been one of those 'lemons'. I've had quite a few
issues with it Still can't get all the help files to install properly and
the workarounds for template problems in v6 are broken in v7 but they still haven't put in templates properly. The rest of my group has mostly gone back to v6 for similar reasons.

Jay.

"Ted" <Te*@t--x.org> wrote in message
news:OK******** ******@TK2MSFTN GP09.phx.gbl...
here's another report of this:

http://groups.google.com/groups?hl=e...280a%40phx.gbl

See if you can use the trick mentioned in that.

Here's another report as well:

http://groups.google.com/groups?hl=e...rcn.net&rnum=6

Ted.

"Jay" <ja*@aleka.free serve.co.uk> wrote in message
news:Ob******** ******@tk2msftn gp13.phx.gbl...
Yes I have that but it's empty. The drop down menu is just full of

'Selected
Object' (about 20 of them) and there is absolutely nothing in the main
property window. There are several toolbar buttons (Categorised,

Alphabetic,
Properties, Control Events, Property pages) but these don't do anything.
Jay.


Nov 16 '05 #10

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

Similar topics

2
3895
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 Resource.h file now contains #define statements for them that just don't work, for instance: #define ID_EDIT_INCR 0 #define ID_EDIT_ADD 0 All new Menu IDs are given the value of 0 instead of 130 or whatever
11
13173
by: Danny Pressley | last post by:
I have a VS.NET 2003 Visual C++ MFC Application Project in which I added a new resource file, I then added an icon to this new resource file and did a rebuild and got the following error: "fatal error CVT1100: duplicate resource. type:ICON, name:1, language:0x0409". But the resource ID is unique and only located in the new Resource1.h and MyResourceFile.rc files. Any ideas why this error is occuring? To generate the issue real quick, you...
5
18975
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 (that is, essentially a string array). The potential solutions I see are: 1) Convert the string array into one big string with each element separated by some special value, store that string into the resource file's string table as a single...
4
8845
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
13004
by: Tom the Canuck | last post by:
A while back I was playing with C++ and made a simple program with a WAV file as a resource. It worked well and was easy to make. I then went on to try this with VB. I had problems. Can this be done in VB? I have VB6 (Visual Studio 6 Enterprise edition).. Any pointers to get me going in the right direction would help. I like to learn on my own. Making a mistake and figuring out where the error was made enhances the learning experience. It...
9
2856
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, language, file), where (1) id is what, for want of a better name, I'll call a /kludgeon/, (2) type is also a kludgeon, (3) language is a small integer identifying a concrete national language or one of a set of pseudo-languages such as the Windows...
3
249
by: Larry Gillstrom | last post by:
Hi Our company is trying to migrate all of our products developed in msvc 6 to msvc 2005. Everything was going smoothly until we discovered that msvc 2005 will not save any changes we make in our resource (rc) files. And if we do make a change in the resource file, msvc 2005 crashes on exit. I noticed someone else reported this bug a few weeks ago, does anyone know if there is a decent workaround for this?
7
3467
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 to have version info, copyright, etc. when checking the DLL file properties from Windows Explorer. Any guidance is appreciated.
4
2476
by: Kendall Bailey | last post by:
A shot in the dark. I have a C++ DLL that I'd prefer not to recompile. It's compiled also on a Unix platform as a shared object. It has static variables holding time zone Daylight Saving rules. I thought I might try to use a hex editor to update the rules for the change coming up in March. There's a pair of structs, each with 4 ints which describe the start/end of DST. It's clear as day in the Unix shared object, but I can not find it...
0
9719
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
1
10373
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10111
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7650
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6877
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5683
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4330
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 we have to send another system
2
3852
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3010
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.