Click here to Skip to main content
15,899,679 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to set CustomDocumentproperyies for Word in C# Pin
Member 18788066-May-05 3:16
Member 18788066-May-05 3:16 
GeneralRe: how to set CustomDocumentproperyies for Word in C# Pin
Jon Merrifield6-May-05 4:20
Jon Merrifield6-May-05 4:20 
Generalerror while using SAP.Net Connector Pin
Dilip Vyas6-May-05 0:45
Dilip Vyas6-May-05 0:45 
GeneralRe: error while using SAP.Net Connector Pin
Sebastian Schneider6-May-05 2:59
Sebastian Schneider6-May-05 2:59 
GeneralDynamic Dll Pin
Shashidharreddy6-May-05 0:10
Shashidharreddy6-May-05 0:10 
GeneralRe: Dynamic Dll Pin
Dan_P6-May-05 0:14
Dan_P6-May-05 0:14 
GeneralRe: Dynamic Dll Pin
Anonymous6-May-05 4:13
Anonymous6-May-05 4:13 
Generalruntime event handle Pin
lucluv5-May-05 23:51
lucluv5-May-05 23:51 
i have created a button at runtime and want to form click event
handling during runtime.coding is like

class classname
{
Button b=new Button();
b.id=.......
b.Click += new System.EventHandler(_functionname);

...........
...........
...........
private void _functionname(object sender, System.EventArgs e)
{
Button bb=(Button)sender;
string urls;
urls=bb.id;
......
.........
}
}

but it is not working

Amit Kumar Katiyar
BhanuSoft tech Pvt. Ltd.
Noida
GeneralRe: runtime event handle Pin
Dan_P6-May-05 0:17
Dan_P6-May-05 0:17 
GeneralRe: runtime event handle Pin
lucluv6-May-05 2:21
lucluv6-May-05 2:21 
GeneralRemoving objects in a game Pin
Anthony Mushrow5-May-05 23:31
professionalAnthony Mushrow5-May-05 23:31 
GeneralRe: Removing objects in a game Pin
«_Superman_»5-May-05 23:43
professional«_Superman_»5-May-05 23:43 
GeneralPasswords And MainFrames Pin
Anonymous5-May-05 23:28
Anonymous5-May-05 23:28 
GeneralRe: Passwords And MainFrames Pin
ChesterPoindexter6-May-05 3:20
professionalChesterPoindexter6-May-05 3:20 
GeneralAutomatic shutting down of windows xp Pin
G_Zola5-May-05 22:53
G_Zola5-May-05 22:53 
GeneralRe: Automatic shutting down of windows xp Pin
Dan_P5-May-05 23:14
Dan_P5-May-05 23:14 
QuestionIs it possible to force a using-block for a class? Pin
Uwe Keim5-May-05 20:26
sitebuilderUwe Keim5-May-05 20:26 
AnswerRe: Is it possible to force a using-block for a class? Pin
James T. Johnson5-May-05 21:14
James T. Johnson5-May-05 21:14 
GeneralRe: Is it possible to force a using-block for a class? Pin
Uwe Keim5-May-05 21:27
sitebuilderUwe Keim5-May-05 21:27 
GeneralRe: Is it possible to force a using-block for a class? Pin
Nish Nishant6-May-05 0:06
sitebuilderNish Nishant6-May-05 0:06 
GeneralRe: Is it possible to force a using-block for a class? Pin
Uwe Keim6-May-05 1:05
sitebuilderUwe Keim6-May-05 1:05 
GeneralRe: Is it possible to force a using-block for a class? Pin
Nish Nishant6-May-05 2:16
sitebuilderNish Nishant6-May-05 2:16 
GeneralRe: Is it possible to force a using-block for a class? Pin
S. Senthil Kumar6-May-05 4:55
S. Senthil Kumar6-May-05 4:55 
GeneralConverting Objects Pin
cab35-May-05 19:49
cab35-May-05 19:49 
GeneralRe: Converting Objects Pin
Mathew Hall6-May-05 1:51
Mathew Hall6-May-05 1:51 

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.