Click here to Skip to main content
15,886,795 members
Home / Discussions / C#
   

C#

 
QuestionRetrieve Image from database using textbox Pin
ciqing10-Apr-09 20:29
ciqing10-Apr-09 20:29 
AnswerRe: Retrieve Image from database using textbox Pin
Anubhava Dimri10-Apr-09 21:17
Anubhava Dimri10-Apr-09 21:17 
GeneralRe: Retrieve Image from database using textbox Pin
ciqing11-Apr-09 6:33
ciqing11-Apr-09 6:33 
GeneralRe: Retrieve Image from database using textbox Pin
Anubhava Dimri12-Apr-09 18:14
Anubhava Dimri12-Apr-09 18:14 
QuestionEmbedded resource Pin
Karmendra Suthar10-Apr-09 20:19
Karmendra Suthar10-Apr-09 20:19 
QuestionUsing an image as a link.......How to? Pin
Rajdeep.NET is BACK10-Apr-09 19:44
Rajdeep.NET is BACK10-Apr-09 19:44 
AnswerRe: Using an image as a link.......How to? Pin
MNantu10-Apr-09 22:17
MNantu10-Apr-09 22:17 
QuestionClosing the curent process Pin
mrithula810-Apr-09 19:24
mrithula810-Apr-09 19:24 
Hi I used the following code to close the running processes.When i click on the stop button i want to stop all those files that are opened.<pre>
currpro = Process.GetCurrentProcess();

foreach (Process proce in currpro)
{
proce.CloseMainWindow();

}It says,
Error 1 foreach statement cannot operate on variables of type 'System.Diagnostics.Process' because 'System.Diagnostics.Process' does not contain a public definition for 'GetEnumerator'
AnswerRe: Closing the curent process Pin
Anubhava Dimri10-Apr-09 20:52
Anubhava Dimri10-Apr-09 20:52 
AnswerRe: Closing the curent process Pin
Luc 64801111-Apr-09 0:31
Luc 64801111-Apr-09 0:31 
QuestionHow to create Control array? Pin
12Code10-Apr-09 19:21
12Code10-Apr-09 19:21 
AnswerRe: How to create Control array? Pin
a.hamidy10-Apr-09 20:06
a.hamidy10-Apr-09 20:06 
QuestionHow to create banner maker windows application. Pin
Ch.Gayatri Subudhi10-Apr-09 19:01
Ch.Gayatri Subudhi10-Apr-09 19:01 
AnswerRe: How to create banner maker windows application. Pin
Eddy Vluggen11-Apr-09 0:20
professionalEddy Vluggen11-Apr-09 0:20 
AnswerRe: How to create banner maker windows application. Pin
Ch.Gayatri Subudhi11-Apr-09 2:16
Ch.Gayatri Subudhi11-Apr-09 2:16 
GeneralRe: How to create banner maker windows application. Pin
Henry Minute11-Apr-09 2:42
Henry Minute11-Apr-09 2:42 
QuestionTab Form Pin
Sajjad Leo10-Apr-09 18:43
Sajjad Leo10-Apr-09 18:43 
AnswerRe: Tab Form Pin
a.hamidy10-Apr-09 20:16
a.hamidy10-Apr-09 20:16 
AnswerRe: Tab Form Pin
dybs10-Apr-09 20:17
dybs10-Apr-09 20:17 
AnswerRe: Tab Form Pin
riced10-Apr-09 22:51
riced10-Apr-09 22:51 
QuestionSimple Question - Loading Form Pin
viciouskinid10-Apr-09 17:05
viciouskinid10-Apr-09 17:05 
AnswerRe: Simple Question - Loading Form Pin
Mycroft Holmes10-Apr-09 22:28
professionalMycroft Holmes10-Apr-09 22:28 
Questionimport excel to gridview Pin
orked mohamed10-Apr-09 10:52
orked mohamed10-Apr-09 10:52 
QuestionXML document repair? Pin
jharker198710-Apr-09 10:26
jharker198710-Apr-09 10:26 
QuestionSIP server Pin
yogesh_softworld12310-Apr-09 8:55
yogesh_softworld12310-Apr-09 8:55 

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.