Connecting Tech Pros Worldwide Forums | Help | Site Map

Resources Question

John
Guest
 
Posts: n/a
#1: Nov 20 '05
Hi,

Could anyone tell me how the VS.NET IDE to specify the resource files to be
embedded with assembly?

I only know how to do it with command line vbc /resource: resource files

Thanks!

John



Cor
Guest
 
Posts: n/a
#2: Nov 20 '05

re: Resources Question


Hi John,

Try to make a deployment project, that makes (with your help) a complete
setup msi for you.

I hope this helps?

Cor[color=blue]
> Could anyone tell me how the VS.NET IDE to specify the resource files to[/color]
be[color=blue]
> embedded with assembly?
>
> I only know how to do it with command line vbc /resource: resource files
>[/color]


Armin Zingler
Guest
 
Posts: n/a
#3: Nov 20 '05

re: Resources Question


"John" <john-nospam@pursca.com> schrieb[color=blue]
> Could anyone tell me how the VS.NET IDE to specify the resource files
> to be embedded with assembly?
>
> I only know how to do it with command line vbc /resource: resource
> files[/color]

Add the resource file to the project. Use the menu or context menu. In
the property window, set "build action" = embedded resource.


--
Armin

http://www.plig.net/nnq/nquote.html
http://www.netmeister.org/news/learn2quote.html

José Manuel Agüero
Guest
 
Posts: n/a
#4: Nov 20 '05

re: Resources Question


Hello, John:

In addition to Cor and Armin:
You can also use one (or more) .resx file with the ResXFileRef class. In fact, this is the best option if your application supports internacionalization.
See how to do at http://msdn.microsoft.com/library/de...asp?frame=true (note that the IDE will compile it for you, you don't have to use ResGen.exe).

Regards.


"John" <john-nospam@pursca.com> escribió en el mensaje news:%23C0GfA93DHA.556@TK2MSFTNGP11.phx.gbl...
| Hi,
|
| Could anyone tell me how the VS.NET IDE to specify the resource files to be
| embedded with assembly?
|
| I only know how to do it with command line vbc /resource: resource files
|
| Thanks!
|
| John
|
|
John
Guest
 
Posts: n/a
#5: Nov 20 '05

re: Resources Question


Thanks, This is a good easy way :)

"Armin Zingler" <az.nospam@freenet.de> wrote in message
news:uJOQ3CB4DHA.2468@TK2MSFTNGP09.phx.gbl...[color=blue]
> "John" <john-nospam@pursca.com> schrieb[color=green]
> > Could anyone tell me how the VS.NET IDE to specify the resource files
> > to be embedded with assembly?
> >
> > I only know how to do it with command line vbc /resource: resource
> > files[/color]
>
> Add the resource file to the project. Use the menu or context menu. In
> the property window, set "build action" = embedded resource.
>
>
> --
> Armin
>
> http://www.plig.net/nnq/nquote.html
> http://www.netmeister.org/news/learn2quote.html
>[/color]


Closed Thread


Similar Visual Basic .NET bytes