Click here to Skip to main content
15,902,275 members
Home / Discussions / C#
   

C#

 
AnswerRe: When I press F5 I am getting Error In C# with ASP.NET web application as follows below Pin
eggsovereasy13-Dec-06 3:42
eggsovereasy13-Dec-06 3:42 
QuestionWant to disable Message Beep Pin
sagarcode12-Dec-06 18:51
sagarcode12-Dec-06 18:51 
AnswerRe: urgent!!! Pin
Paul Conrad12-Dec-06 19:45
professionalPaul Conrad12-Dec-06 19:45 
GeneralRe: urgent!!! Pin
Muammar©12-Dec-06 20:50
Muammar©12-Dec-06 20:50 
GeneralRe: urgent!!! Pin
Paul Conrad13-Dec-06 3:47
professionalPaul Conrad13-Dec-06 3:47 
GeneralRe: urgent!!! Pin
Muammar©15-Dec-06 18:53
Muammar©15-Dec-06 18:53 
Questionchanging application icon at runtime without recompiling Pin
GunaChinna12-Dec-06 18:04
GunaChinna12-Dec-06 18:04 
AnswerRe: changing application icon at runtime without recompiling Pin
sno-114-Dec-06 3:12
sno-114-Dec-06 3:12 
ok this is the fact, first you can do that for a very simple way, for instance:

System .Drawing .Icon nuevo=new Icon (@"D:\MyIconDirection.ico");

Random manual=new Random ();
int p = manual.Next (2);
if (p == 1)
base.Icon=nuevo;
else
base.Icon=null;

and I dont know, you can use for repeat that many times, a timer, thread, delegate to do that ashyncronsBig Grin | :-D , you choose...

for any question or another think write me...
Big Grin | :-D Big Grin | :-D Big Grin | :-D
Questionselecting a row in a data grid Pin
miteshjain12-Dec-06 18:03
miteshjain12-Dec-06 18:03 
AnswerRe: selecting a row in a data grid Pin
Bob Nadler12-Dec-06 18:32
Bob Nadler12-Dec-06 18:32 
GeneralRe: selecting a row in a data grid Pin
cheah8512-Dec-06 23:06
cheah8512-Dec-06 23:06 
QuestionTable Update Via Table Adapter Pin
mfcuser12-Dec-06 16:11
mfcuser12-Dec-06 16:11 
AnswerRe: Table Update Via Table Adapter Pin
mfcuser12-Dec-06 17:54
mfcuser12-Dec-06 17:54 
QuestionProblems deploying C# OpenGL project Pin
Jasmine250112-Dec-06 14:44
Jasmine250112-Dec-06 14:44 
AnswerRe: Problems deploying C# OpenGL project Pin
led mike13-Dec-06 6:05
led mike13-Dec-06 6:05 
GeneralRe: Problems deploying C# OpenGL project Pin
Jasmine250113-Dec-06 7:19
Jasmine250113-Dec-06 7:19 
GeneralRe: Problems deploying C# OpenGL project Pin
led mike13-Dec-06 7:36
led mike13-Dec-06 7:36 
GeneralRe: Problems deploying C# OpenGL project Pin
Jasmine250113-Dec-06 16:25
Jasmine250113-Dec-06 16:25 
GeneralRe: Problems deploying C# OpenGL project Pin
led mike14-Dec-06 5:00
led mike14-Dec-06 5:00 
GeneralRe: Problems deploying C# OpenGL project Pin
led mike14-Dec-06 5:12
led mike14-Dec-06 5:12 
GeneralRe: Problems deploying C# OpenGL project Pin
Jasmine250114-Dec-06 5:33
Jasmine250114-Dec-06 5:33 
GeneralRe: Problems deploying C# OpenGL project Pin
led mike14-Dec-06 6:19
led mike14-Dec-06 6:19 
GeneralRe: Problems deploying C# OpenGL project Pin
led mike14-Dec-06 6:30
led mike14-Dec-06 6:30 
GeneralRe: Problems deploying C# OpenGL project Pin
Jasmine250114-Dec-06 6:22
Jasmine250114-Dec-06 6:22 
GeneralRe: Problems deploying C# OpenGL project Pin
led mike14-Dec-06 6:38
led mike14-Dec-06 6:38 

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.