Click here to Skip to main content
15,913,854 members
Home / Discussions / C#
   

C#

 
AnswerRe: create patch Pin
monSur hoq26-Jun-08 22:42
monSur hoq26-Jun-08 22:42 
Questioncan update the Configuration file at run time Pin
wasimsharp26-Jun-08 21:34
wasimsharp26-Jun-08 21:34 
AnswerRe: can update the Configuration file at run time Pin
Simon P Stevens26-Jun-08 22:14
Simon P Stevens26-Jun-08 22:14 
AnswerRe: can update the Configuration file at run time Pin
Giorgi Dalakishvili27-Jun-08 4:03
mentorGiorgi Dalakishvili27-Jun-08 4:03 
QuestionMultiThreading Pin
ali zaidi26-Jun-08 20:35
ali zaidi26-Jun-08 20:35 
AnswerRe: MultiThreading Pin
N a v a n e e t h26-Jun-08 21:19
N a v a n e e t h26-Jun-08 21:19 
GeneralRe: MultiThreading Pin
ali zaidi26-Jun-08 21:40
ali zaidi26-Jun-08 21:40 
GeneralRe: MultiThreading Pin
N a v a n e e t h26-Jun-08 23:02
N a v a n e e t h26-Jun-08 23:02 
ali zaidi wrote:
now i have to open the webbrowser to hit the sms and now i have to wait for two or three seconds to uoto sms goes after it i need to open the web browser for the new user and have to send sms.


This is not a good way to do. Don't they provide some kind of web services to send SMS ? In your method, for 1000 rows, you will have 1000 browser windows opened. Joseph Albahari has written a great article on threading here[^]. It's worth reading. CP also has some great article on threading, try to search for it.

All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia

How to use google | Ask smart questions

QuestionOpenFileDialog Initial Directory FTP Directory - Plz Helpp - 2nd try Pin
laziale26-Jun-08 20:33
laziale26-Jun-08 20:33 
AnswerRe: OpenFileDialog Initial Directory FTP Directory - Plz Helpp - 2nd try Pin
Colwin26-Jun-08 21:04
Colwin26-Jun-08 21:04 
GeneralRe: OpenFileDialog Initial Directory FTP Directory - Plz Helpp - 2nd try Pin
laziale26-Jun-08 21:19
laziale26-Jun-08 21:19 
GeneralRe: OpenFileDialog Initial Directory FTP Directory - Plz Helpp - 2nd try Pin
Colwin26-Jun-08 21:26
Colwin26-Jun-08 21:26 
GeneralRe: OpenFileDialog Initial Directory FTP Directory - Plz Helpp - 2nd try Pin
laziale26-Jun-08 21:31
laziale26-Jun-08 21:31 
GeneralRe: OpenFileDialog Initial Directory FTP Directory - Plz Helpp - 2nd try Pin
laziale26-Jun-08 21:49
laziale26-Jun-08 21:49 
GeneralRe: OpenFileDialog Initial Directory FTP Directory - Plz Helpp - 2nd try Pin
Colwin26-Jun-08 23:31
Colwin26-Jun-08 23:31 
GeneralRe: OpenFileDialog Initial Directory FTP Directory - Plz Helpp - 2nd try Pin
laziale26-Jun-08 23:41
laziale26-Jun-08 23:41 
GeneralRe: OpenFileDialog Initial Directory FTP Directory - Plz Helpp - 2nd try Pin
Colwin27-Jun-08 1:01
Colwin27-Jun-08 1:01 
GeneralRe: OpenFileDialog Initial Directory FTP Directory - Plz Helpp - 2nd try Pin
laziale27-Jun-08 1:10
laziale27-Jun-08 1:10 
QuestionHow to add line to Form Pin
wasimsharp26-Jun-08 19:48
wasimsharp26-Jun-08 19:48 
AnswerRe: How to add line to Form Pin
Christian Graus26-Jun-08 20:02
protectorChristian Graus26-Jun-08 20:02 
AnswerRe: How to add line to Form Pin
Ravi Bhavnani26-Jun-08 20:07
professionalRavi Bhavnani26-Jun-08 20:07 
AnswerRe: How to add line to Form Pin
wasimsharp26-Jun-08 20:08
wasimsharp26-Jun-08 20:08 
GeneralRe: How to add line to Form Pin
Ravi Bhavnani26-Jun-08 20:11
professionalRavi Bhavnani26-Jun-08 20:11 
GeneralRe: How to add line to Form Pin
wasimsharp26-Jun-08 20:58
wasimsharp26-Jun-08 20:58 
GeneralRe: How to add line to Form Pin
Thomas Stockwell27-Jun-08 4:40
professionalThomas Stockwell27-Jun-08 4: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.