Click here to Skip to main content
15,888,325 members
Home / Discussions / C#
   

C#

 
AnswerRe: Problem in FontStyle property Pin
User 66588-Jul-08 4:17
User 66588-Jul-08 4:17 
QuestionHow can I pass Type to my generic class in runtime [modified] Pin
dasha_pl8-Jul-08 3:30
dasha_pl8-Jul-08 3:30 
AnswerRe: How can I pass Type to my generic class in runtime Pin
Guffa8-Jul-08 3:38
Guffa8-Jul-08 3:38 
GeneralRe: How can I pass Type to my generic class in runtime Pin
leppie8-Jul-08 4:05
leppie8-Jul-08 4:05 
AnswerRe: How can I pass Type to my generic class in runtime Pin
leppie8-Jul-08 4:07
leppie8-Jul-08 4:07 
Questionwriting an unistallation exe using c# Pin
bonvoyage1238-Jul-08 2:45
bonvoyage1238-Jul-08 2:45 
AnswerRe: writing an unistallation exe using c# Pin
half-life8-Jul-08 2:49
half-life8-Jul-08 2:49 
GeneralRe: writing an unistallation exe using c# Pin
bonvoyage1238-Jul-08 3:22
bonvoyage1238-Jul-08 3:22 
umm after looking here I need some help as I've never written in c# before. Is there a way I can just hardcode what I need. I just want something simple for now that I can type in what I need and it will delete it. When I look at
[code]
try
{
// Setting
RegistryKey rk = baseRegistryKey;
RegistryKey sk1 = rk.CreateSubKey(subKey);
// If the RegistrySubKey doesn't exists -> (true)
if (sk1 == null)
return true;
else
sk1.DeleteValue(KeyName);

return true;
}
[/code]

it seems that when I'm cteating the Registry key rk and deleting it, it's doing nothing more then deleting what I made, even though I didnt call new. Could someone help me out.
GeneralRe: writing an unistallation exe using c# Pin
bonvoyage1238-Jul-08 3:35
bonvoyage1238-Jul-08 3:35 
GeneralRe: writing an unistallation exe using c# Pin
half-life8-Jul-08 3:41
half-life8-Jul-08 3:41 
GeneralRe: writing an unistallation exe using c# Pin
bonvoyage1238-Jul-08 3:49
bonvoyage1238-Jul-08 3:49 
QuestionChecking MAX() of a table in C# Pin
Banjo Ayorinde8-Jul-08 2:39
Banjo Ayorinde8-Jul-08 2:39 
AnswerRe: Checking MAX() of a table in C# Pin
half-life8-Jul-08 2:46
half-life8-Jul-08 2:46 
GeneralRe: Checking MAX() of a table in C# Pin
leppie8-Jul-08 4:08
leppie8-Jul-08 4:08 
AnswerRe: Checking MAX() of a table in C# Pin
Ashfield8-Jul-08 3:16
Ashfield8-Jul-08 3:16 
QuestionTCP IP Any Port Pin
half-life8-Jul-08 2:35
half-life8-Jul-08 2:35 
QuestionDB2 Query Validation in C# Pin
Member 19917268-Jul-08 1:59
Member 19917268-Jul-08 1:59 
AnswerRe: DB2 Query Validation in C# Pin
half-life8-Jul-08 2:57
half-life8-Jul-08 2:57 
GeneralRe: DB2 Query Validation in C# Pin
Member 19917268-Jul-08 3:28
Member 19917268-Jul-08 3:28 
AnswerRe: DB2 Query Validation in C# Pin
Ashfield8-Jul-08 3:20
Ashfield8-Jul-08 3:20 
GeneralRe: DB2 Query Validation in C# Pin
Member 19917268-Jul-08 3:25
Member 19917268-Jul-08 3:25 
GeneralRe: DB2 Query Validation in C# Pin
Ashfield8-Jul-08 4:01
Ashfield8-Jul-08 4:01 
QuestionCP865 text encoding (a bit urgent). Pin
thomasa8-Jul-08 1:56
thomasa8-Jul-08 1:56 
AnswerRe: CP865 text encoding (a bit urgent). Pin
User 66588-Jul-08 2:05
User 66588-Jul-08 2:05 
GeneralRe: CP865 text encoding (a bit urgent). SOLUTION Pin
thomasa8-Jul-08 2:40
thomasa8-Jul-08 2:40 

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.