Click here to Skip to main content
16,006,348 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: latest news viewer Pin
David Stone7-Oct-02 8:40
sitebuilderDavid Stone7-Oct-02 8:40 
Generalaccess to Local_Machine Pin
SHaroz27-Sep-02 11:05
SHaroz27-Sep-02 11:05 
GeneralBook on VS .NET Pin
Anonymous27-Sep-02 10:46
Anonymous27-Sep-02 10:46 
GeneralRe: Book on VS .NET Pin
Paul Ingles27-Sep-02 13:13
Paul Ingles27-Sep-02 13:13 
GeneralRe: Book on VS .NET Pin
Kevin McFarlane1-Oct-02 0:58
Kevin McFarlane1-Oct-02 0:58 
GeneralRe: Book on VS .NET Pin
Stephane Rodriguez.27-Sep-02 22:33
Stephane Rodriguez.27-Sep-02 22:33 
GeneralHiding controls at design time Pin
Shaun Wilde27-Sep-02 6:36
Shaun Wilde27-Sep-02 6:36 
GeneralProblems with localization Pin
Nikita Shamgunov26-Sep-02 22:27
Nikita Shamgunov26-Sep-02 22:27 
I created a simple app (Localization1) with form (Form1). I want to add russian localization to this application after the compilation. I set Localizable property to True in Form1. In my main function I typed Thread.CurrentThread.CurrentUICulture = new CultureInfo("ru-RU"). After it I copied Form1.resx to Form1.ru.resx, launched "winres.exe Form1.ru.resx" and translated all I need. After it I called "resgen.exe Form1.ru.resx" that created Form1.ru.resources. Then I called "al /t:lib /embed:Form1.ru.resources /culture:ru /out:Localization1.resources.dll /template:bin\debug\Localization1.exe". This command generated Localization1.resources.dll. I copied it to my bin\debug\ru folder and launched Localization1.exe, but it ramains in english locale. What's wrong?

Thanks. Nikita Shamgunov.
GeneralRe: Problems with localization Pin
Michael Mac29-Sep-02 6:29
Michael Mac29-Sep-02 6:29 
QuestionHow can I determine amount of free disk space? Pin
EnkelIk26-Sep-02 21:40
EnkelIk26-Sep-02 21:40 
AnswerRe: How can I determine amount of free disk space? Pin
Stephane Rodriguez.26-Sep-02 21:56
Stephane Rodriguez.26-Sep-02 21:56 
GeneralRe: How can I determine amount of free disk space? Pin
James T. Johnson26-Sep-02 22:33
James T. Johnson26-Sep-02 22:33 
GeneralRe: How can I determine amount of free disk space? Pin
Stephane Rodriguez.26-Sep-02 22:45
Stephane Rodriguez.26-Sep-02 22:45 
GeneralRe: How can I determine amount of free disk space? Pin
Arash Sabet29-Sep-02 7:23
Arash Sabet29-Sep-02 7:23 
GeneralRe: How can I determine amount of free disk space? Pin
Stephane Rodriguez.29-Sep-02 7:45
Stephane Rodriguez.29-Sep-02 7:45 
GeneralConfiguring Firewall For .NET Remoting Pin
Joel Matthias26-Sep-02 10:27
Joel Matthias26-Sep-02 10:27 
GeneralRe: Configuring Firewall For .NET Remoting Pin
Ray Cassick26-Sep-02 11:41
Ray Cassick26-Sep-02 11:41 
GeneralRe: Configuring Firewall For .NET Remoting Pin
Joel Matthias26-Sep-02 11:55
Joel Matthias26-Sep-02 11:55 
GeneralRe: Configuring Firewall For .NET Remoting Pin
Ray Cassick26-Sep-02 12:00
Ray Cassick26-Sep-02 12:00 
GeneralRe: Configuring Firewall For .NET Remoting Pin
Joel Matthias27-Sep-02 5:23
Joel Matthias27-Sep-02 5:23 
QuestionI need to add an Outlook toolbar to a .NET form? Pin
Derek Smigelski26-Sep-02 6:22
Derek Smigelski26-Sep-02 6:22 
AnswerRe: I need to add an Outlook toolbar to a .NET form? Pin
Chad Smith26-Sep-02 7:57
professionalChad Smith26-Sep-02 7:57 
GeneralProxy configuration. Pin
Ray Cassick26-Sep-02 4:40
Ray Cassick26-Sep-02 4:40 
General.NET 1.0 to .NET 1.1 Compatibility Considerations and Version Changes Pin
Paul Watson26-Sep-02 2:22
sitebuilderPaul Watson26-Sep-02 2:22 
GeneralRe: .NET 1.0 to .NET 1.1 Compatibility Considerations and Version Changes Pin
David Stone26-Sep-02 3:54
sitebuilderDavid Stone26-Sep-02 3:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.