Click here to Skip to main content
15,927,514 members
Home / Discussions / C#
   

C#

 
GeneralRe: Read names of application pools in IIS Pin
Heath Stewart3-Apr-05 19:45
protectorHeath Stewart3-Apr-05 19:45 
GeneralCustom Component Issue Pin
dbetting3-Apr-05 11:22
dbetting3-Apr-05 11:22 
GeneralRe: Custom Component Issue Pin
dbetting4-Apr-05 17:36
dbetting4-Apr-05 17:36 
GeneralGDI drawing Pin
xiaowenjie3-Apr-05 9:46
xiaowenjie3-Apr-05 9:46 
GeneralRe: GDI drawing Pin
Christian Graus3-Apr-05 15:56
protectorChristian Graus3-Apr-05 15:56 
General3D model veiwer, help!! Pin
Member 15841393-Apr-05 6:17
Member 15841393-Apr-05 6:17 
GeneralRe: 3D model veiwer, help!! Pin
Stanciu Vlad3-Apr-05 7:00
Stanciu Vlad3-Apr-05 7:00 
General"using" keyword on methods Pin
udir3-Apr-05 5:05
udir3-Apr-05 5:05 
Hi All,

I have to write a mathematics formula with lots of sin and cos fuctions. It is very inconvenient since I have to write system.math.sin/cos.

I know I can use the using keyword as followed :

using system.math to shortcut a little bit my method to math.sin/cos but it still annoying.

I know I can't but why can't I write the following

using sin = system.math.sin;<br />
using cos = system.math.cos;
???

Does anyone has an idea for a clean solution ??

thanks in advanced,

Udi Raz
GeneralRe: &quot;using&quot; keyword on methods Pin
leppie3-Apr-05 7:28
leppie3-Apr-05 7:28 
GeneralStupid problem Pin
Static(x)3-Apr-05 4:21
Static(x)3-Apr-05 4:21 
GeneralRe: Stupid problem Pin
udir3-Apr-05 4:55
udir3-Apr-05 4:55 
GeneralRe: Stupid problem Pin
ddmcr3-Apr-05 5:26
ddmcr3-Apr-05 5:26 
Questionuninstall program in C# ???? Pin
Anonymous3-Apr-05 2:38
Anonymous3-Apr-05 2:38 
AnswerRe: uninstall program in C# ???? Pin
Mike Dimmick3-Apr-05 8:49
Mike Dimmick3-Apr-05 8:49 
Generalviewing local shell/system folders Pin
nds53-Apr-05 0:27
nds53-Apr-05 0:27 
GeneralRe: viewing local shell/system folders Pin
Milan20073-Apr-05 15:07
Milan20073-Apr-05 15:07 
GeneralRe: viewing local shell/system folders Pin
nds57-Apr-05 1:28
nds57-Apr-05 1:28 
Questionhow to get primary in variable Pin
Member 17583712-Apr-05 16:58
Member 17583712-Apr-05 16:58 
AnswerRe: how to get primary in variable Pin
theoutlander2-Apr-05 17:33
theoutlander2-Apr-05 17:33 
GeneralRe: how to get primary in variable Pin
Colin Angus Mackay3-Apr-05 1:52
Colin Angus Mackay3-Apr-05 1:52 
GeneralRe: how to get primary in variable Pin
theoutlander3-Apr-05 7:05
theoutlander3-Apr-05 7:05 
GeneralLoadingForm issues Pin
sniper506th2-Apr-05 7:45
sniper506th2-Apr-05 7:45 
GeneralRe: LoadingForm issues Pin
Colin Angus Mackay2-Apr-05 12:58
Colin Angus Mackay2-Apr-05 12:58 
GeneralRe: LoadingForm issues Pin
sniper506th2-Apr-05 17:36
sniper506th2-Apr-05 17:36 
GeneralRe: LoadingForm issues Pin
theoutlander2-Apr-05 17:24
theoutlander2-Apr-05 17:24 

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.