Forum: ASP.NET
Nov 20th, 2007, 8:30 PM
|
|
Replies: 9
Views: 694
Re: Simple question about assembly
Thanks.
New simple question, since I am sure you know its answer.
I need to write an Arabic version of a WebForm.
What is the code to programmatically change the Orientation of strings in the whole...
|
Forum: ASP.NET
Nov 17th, 2007, 12:26 PM
|
|
Replies: 9
Views: 694
Re: Simple question about assembly
It works It works !!!
Thanks.
By the way do you know why
this code works:
Dim rr As New ResourceManager("OO_1.JIM", GetType(PAUL).Assembly)
...
|
Forum: ASP.NET
Nov 16th, 2007, 6:51 PM
|
|
Replies: 1
Views: 306
Compiling a WebApplication
:?:What is the correct way of compiling a WebApplication with Visual Studio ?
Is it enough just building my Web Application ?
What else is needed ?
|
Forum: ASP.NET
Nov 16th, 2007, 10:40 AM
|
|
Replies: 0
Views: 343
window and WebApplications difference
:?:Creating resourceFiles for a Windows application is easy.[if you need a Global Application written in different languages]
When you create resources for a Web application , what are the...
|
Forum: ASP.NET
Nov 16th, 2007, 10:36 AM
|
|
Replies: 0
Views: 352
Manifest
Is there any Manifest in a WebSite.......?
If yes, how can
I get access to it , if there is no .dll nor .exe to open ?:mrgreen::?:
|
Forum: ASP.NET
Nov 16th, 2007, 10:20 AM
|
|
Replies: 9
Views: 694
Re: Simple question about assembly
Thanks expert ...for reply
I created a webSite and a WebForm.
The point is that I need to embed resourceFile[called JO.resx] into my WebSite Assembly.
But I do not know what the procedure is.
And...
|
Forum: ASP.NET
Nov 16th, 2007, 10:06 AM
|
|
Replies: 9
Views: 694
|
Forum: ASP.NET
Nov 16th, 2007, 7:29 AM
|
|
Replies: 9
Views: 694
Simple question about assembly
I create a web project,
I added a WebForm.
Is this an Assembly ?
my book says that an assembly consists of ONE or More .dll or .exe Files !
In a window project [if you click...
|
Forum: ASP.NET
Nov 16th, 2007, 6:13 AM
|
|
Replies: 2
Views: 353
Re: Global Application in different Languages
:icon_mrgreen:
Thanks .....BUT
I have followed the steps suggested by your link....and it seems that my resourceFILEs are not embedded in the main assembly.
What shall I do to correctly embed...
|
Forum: Visual Basic .NET
Nov 15th, 2007, 8:52 AM
|
|
Replies: 0
Views: 257
BUILDAction in propertyWindow [ in WebProjects]
When I use Web projects in Visual Studio 2005......I have a Problem!
The prob is this :
I need to create a GLOBAL Application, so in order to get my resource-FILE findeable by the CLR.....I need...
|
Forum: ASP.NET
Nov 15th, 2007, 7:29 AM
|
|
Replies: 2
Views: 329
Re: Simple question about Assembly
really thanks.....But it is what books say....BUT
when i click on property[I am using a Web project not a Windows one]...
there is no BuildAction in the list of properties.
I am using Visual Studio...
|
Forum: ASP.NET
Nov 15th, 2007, 3:04 AM
|
|
Replies: 2
Views: 329
Simple question about Assembly
:icon_mrgreen:I created a JO.resx file.
How Can I embedd this file in the main assembly of my Web application ?
What is the procedure to embed an Assembly ?
|
Forum: ASP.NET
Nov 15th, 2007, 2:23 AM
|
|
Replies: 2
Views: 353
Global Application in different Languages
I want to write a "Global application", with strings that show on the webForm, according to the Culture of the user. {country they belong to}
I created a Web site.[Called 'KOP'] , I added a web...
|
Forum: ASP.NET
Nov 14th, 2007, 11:38 AM
|
|
Replies: 1
Views: 255
Help with Globalization or Localization.
I created a Web site.[Called 'KOP'] I added a web Form.[called 'ZX.aspx']
I added a TextBox called 'TB1'.
I added a .resx[file] called APP.resx
I added 1 string in the GRID THAT SHOWS. ...
|
Forum: Visual Basic .NET
Nov 12th, 2007, 7:24 AM
|
|
Replies: 4
Views: 349
Re: Animation on WebForms
I asked for a code sample for animation on a WEB-FORM .
Can you give me anything of that sort ?
can you direct me to some place where I can download or get it ?
:mrgreen:
|
Forum: Visual Basic .NET
Nov 10th, 2007, 6:03 PM
|
|
Replies: 4
Views: 349
Animation on WebForms
:icon_mrgreen::icon_mrgreen:Can you tell me where I can FIND a code sample related to Animation, on WebForms though, not on WondowsForm ?
I would like a winking eye or a bouncing Ball or just...
|