Click here to Skip to main content
15,925,723 members
Home / Discussions / C#
   

C#

 
QuestionVoice communication over a network? Pin
wakkerjack17-Feb-05 1:53
wakkerjack17-Feb-05 1:53 
AnswerRe: Voice communication over a network? Pin
Radgar17-Feb-05 6:56
Radgar17-Feb-05 6:56 
GeneralRe: Voice communication over a network? Pin
Anonymous17-Feb-05 10:11
Anonymous17-Feb-05 10:11 
GeneralRe: Voice communication over a network? Pin
Radgar17-Feb-05 11:15
Radgar17-Feb-05 11:15 
GeneralRe: Voice communication over a network? Pin
Anonymous19-Feb-05 22:09
Anonymous19-Feb-05 22:09 
GeneralXP Look of Application Pin
A Khan17-Feb-05 1:23
sussA Khan17-Feb-05 1:23 
GeneralRe: XP Look of Application Pin
Mr.Cooper17-Feb-05 1:40
Mr.Cooper17-Feb-05 1:40 
GeneralRe: XP Look of Application Pin
Radgar17-Feb-05 7:10
Radgar17-Feb-05 7:10 
For XP os:
-------------------
you should use a ".manifest" file.
1. Open notepad and paste the following code:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
version="0.9.0.0"
processorArchitecture="X86"
name="BarryJ"
type="win32"
/>
<description></description>
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="X86"
publicKeyToken="6595b64144ccf1df"
language="*"
/>
</dependentAssembly>
</dependency>
</assembly>

2. Save the file as the core executable name with ".manifest" extension at the end. Example: MyApp.exe.manifest
3. Move the file to the directory where your application runs.
4. Set "FlatStyle" properties of each control to "System" (if has this property)

For other os:
-------------------
The only way is to create xp-similar controls by code but I would have told your client it's doable but won't worth the trouble.

<b>Radgar</b>
<i><font size=1>"Imagination is more important than knowledge." - Albert Einstein</font></i>
GeneralHelp to Drag a picturebox Pin
Anonymous17-Feb-05 1:19
Anonymous17-Feb-05 1:19 
Questionhow to add a new option to Windows textbox context menu Pin
Anonymous17-Feb-05 1:16
Anonymous17-Feb-05 1:16 
AnswerRe: how to add a new option to Windows textbox context menu Pin
Radgar18-Feb-05 0:54
Radgar18-Feb-05 0:54 
GeneralCreate .txt file Pin
BH Serpa16-Feb-05 23:43
BH Serpa16-Feb-05 23:43 
GeneralRe: Create .txt file Pin
Stefan Troschuetz17-Feb-05 0:01
Stefan Troschuetz17-Feb-05 0:01 
GeneralRe: Create .txt file Pin
BH Serpa17-Feb-05 0:42
BH Serpa17-Feb-05 0:42 
GeneralRe: Create .txt file Pin
Stefan Troschuetz17-Feb-05 1:01
Stefan Troschuetz17-Feb-05 1:01 
GeneralRe: Create .txt file Pin
BH Serpa17-Feb-05 19:50
BH Serpa17-Feb-05 19:50 
GeneralRe: Create .txt file Pin
Stefan Troschuetz17-Feb-05 23:24
Stefan Troschuetz17-Feb-05 23:24 
GeneralRe: Create .txt file Pin
18-Feb-05 0:23
suss18-Feb-05 0:23 
GeneralRe: Create .txt file Pin
BH Serpa18-Feb-05 0:53
BH Serpa18-Feb-05 0:53 
GeneralRe: Create .txt file Pin
Stefan Troschuetz18-Feb-05 1:06
Stefan Troschuetz18-Feb-05 1:06 
GeneralRe: Create .txt file Pin
Stefan Troschuetz18-Feb-05 0:58
Stefan Troschuetz18-Feb-05 0:58 
GeneralRe: Create .txt file Pin
BH Serpa18-Feb-05 1:16
BH Serpa18-Feb-05 1:16 
QuestionMDI Application. Can't VS.Net do that ? Pin
nguyennp16-Feb-05 23:42
nguyennp16-Feb-05 23:42 
AnswerRe: MDI Application. Can't VS.Net do that ? Pin
Kodanda Pani17-Feb-05 0:28
Kodanda Pani17-Feb-05 0:28 
GeneralRe: MDI Application. Can't VS.Net do that ? Pin
nguyennp17-Feb-05 16:39
nguyennp17-Feb-05 16:39 

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.