Click here to Skip to main content
15,917,328 members
Home / Discussions / C#
   

C#

 
AnswerRe: serial communication Pin
Squeaker9-Dec-06 2:58
Squeaker9-Dec-06 2:58 
QuestionI want to backup SQL SERVER 2000 database and zip it using .NET 1.1 . The application must be connect remote system by using windows authentification is there any website to produce the code in .NET 1.1 in any language(c#.net or vb.net) Pin
haneef19-Dec-06 1:33
haneef19-Dec-06 1:33 
QuestionI have problem vith vs2003 editor when press F5 for output c# with asp web application it returns dialog box like Error while trying to run a project: Unable to start debugging on webserver.you do not have permissions to debug the server. verify you Pin
haneef19-Dec-06 1:25
haneef19-Dec-06 1:25 
QuestionAdding Images Pin
Lakshmi Kiran Reddy9-Dec-06 0:59
Lakshmi Kiran Reddy9-Dec-06 0:59 
JokeBILL AND THE PEARLY GATES Pin
Muammar©9-Dec-06 0:57
Muammar©9-Dec-06 0:57 
Questiondesktop access Pin
amgag9-Dec-06 0:30
amgag9-Dec-06 0:30 
QuestionC++ vs. C#: Developing a highly scalable IOCP server Pin
zulat9-Dec-06 0:29
zulat9-Dec-06 0:29 
Questionnightmare updating the data source:( Pin
Muammar©9-Dec-06 0:26
Muammar©9-Dec-06 0:26 
QuestionBind nested object property in DataGridView [modified] Pin
MBursill8-Dec-06 23:27
MBursill8-Dec-06 23:27 
Questionstooopid problem with my connection:( Pin
Muammar©8-Dec-06 23:26
Muammar©8-Dec-06 23:26 
QuestionMDI - Question Pin
h@s@n8-Dec-06 21:10
h@s@n8-Dec-06 21:10 
AnswerRe: MDI - Question Pin
Muammar©8-Dec-06 21:26
Muammar©8-Dec-06 21:26 
QuestionClasses of .NET Framework Pin
wanlim08178-Dec-06 20:50
wanlim08178-Dec-06 20:50 
AnswerRe: Classes of .NET Framework Pin
Michael P Butler8-Dec-06 21:02
Michael P Butler8-Dec-06 21:02 
GeneralRe: Classes of .NET Framework Pin
wanlim08178-Dec-06 21:51
wanlim08178-Dec-06 21:51 
GeneralRe: Classes of .NET Framework Pin
Michael P Butler8-Dec-06 22:10
Michael P Butler8-Dec-06 22:10 
wanlim0817 wrote:
Thanks.Whether the breakpoint can be placed into the class given by .NET Framework.Such as:
protected CollectionBase()
{
this.list = new ArrayList();
}
The CollectionBase is a class given by .NET,Can a breakpoiint be placed in here? though the Microsoft is forbidden!


No. You can't debug step into the .NET framework classes because Microsoft doesn't supply the necessary files.

Are you trying to find a bug or do you just want to learn how the class works. Reflector is very good for finding the internal workings and understanding how things work in the .NET classes.




QuestionHow To Move Record Pointer Of DataGridView Using Code In C# Pin
Sonal Satpute8-Dec-06 19:54
Sonal Satpute8-Dec-06 19:54 
QuestioncheckedListBox item showing unreliable behaviour Pin
Saira Tanwir8-Dec-06 19:49
Saira Tanwir8-Dec-06 19:49 
AnswerRe: checkedListBox item showing unreliable behaviour Pin
Parwej Ahamad8-Dec-06 21:22
professionalParwej Ahamad8-Dec-06 21:22 
QuestionWhere to put the password? Pin
Nader Elshehabi8-Dec-06 18:10
Nader Elshehabi8-Dec-06 18:10 
AnswerRe: Where to put the password? Pin
Muammar©8-Dec-06 22:52
Muammar©8-Dec-06 22:52 
AnswerRe: Where to put the password? Pin
Dario Solera8-Dec-06 23:30
Dario Solera8-Dec-06 23:30 
GeneralRe: Where to put the password? Pin
Nader Elshehabi8-Dec-06 23:53
Nader Elshehabi8-Dec-06 23:53 
GeneralRe: Where to put the password? Pin
Dario Solera9-Dec-06 0:02
Dario Solera9-Dec-06 0:02 
GeneralRe: Where to put the password? Pin
Nader Elshehabi9-Dec-06 0:22
Nader Elshehabi9-Dec-06 0:22 

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.