Click here to Skip to main content
15,889,096 members
Home / Discussions / C#
   

C#

 
AnswerRe: custom button component Pin
seee sharp27-Sep-05 0:25
seee sharp27-Sep-05 0:25 
QuestionDatabase Error Pin
AshishBasran27-Sep-05 0:00
sussAshishBasran27-Sep-05 0:00 
Questionrunning a javascript every time a button with autopostback is clicked Pin
livez26-Sep-05 23:58
livez26-Sep-05 23:58 
AnswerRe: running a javascript every time a button with autopostback is clicked Pin
Christian Graus27-Sep-05 0:30
protectorChristian Graus27-Sep-05 0:30 
GeneralRe: running a javascript every time a button with autopostback is clicked Pin
livez27-Sep-05 1:24
livez27-Sep-05 1:24 
QuestionKeyboard control Pin
J Liang26-Sep-05 23:33
J Liang26-Sep-05 23:33 
AnswerRe: Keyboard control Pin
Lapje28-Sep-05 4:09
Lapje28-Sep-05 4:09 
QuestionBreakpoint don't work :( WHY??? HELP!!! Pin
yarns26-Sep-05 23:17
yarns26-Sep-05 23:17 
Hi
i have code like this:

            else if (dane[0]==komunikat.PLPobierzRekord)<br />
            {<br />
                BinaryFormatter bf = new BinaryFormatter();<br />
                MemoryStream ms=new MemoryStream();<br />
                bf.Serialize(ms,Poldane[0]);<br />
                byte[] buffer = ms.ToArray();<br />
               <br />
                System.Text.ASCIIEncoding encoding=new System.Text.ASCIIEncoding();<br />
                byte[] bajt=encoding.GetBytes(komunikat.PLZwrocRekord);<br />
                byte[] dana=new byte[bajt.Length+buffer.Length];<br />
                for (int a=0;a<buffer.Length;a++)<br />
                {<br />
•1                   dana[a+bajt.Length+1]=buffer[a];<br />
                }<br />
                for (int a=0;a<bajt.Length;a++)<br />
                {<br />
•2                  dana[a]=bajt[a];<br />
                }<br />
               <br />
                dana[bajt.Length]=149;<br />
               <br />
•3               MessageBox.Show(this,"a");<br />
            }<br />


where
•1, •2, •3 - breakpoint
And here is a surprise... breakpoint 1 and 2 work and visual studio stop on this point but never stop obn breakpoint number 3. Why?? When i trace program step by step last step is before breakpoint 3 and program leave this else if block?!

Greetings
AnswerRe: Breakpoint don't work :( WHY??? HELP!!! Pin
Christian Graus27-Sep-05 0:30
protectorChristian Graus27-Sep-05 0:30 
GeneralRe: Breakpoint don't work :( WHY??? HELP!!! Pin
yarns27-Sep-05 1:31
yarns27-Sep-05 1:31 
GeneralRe: Breakpoint don't work :( WHY??? HELP!!! Pin
Christian Graus27-Sep-05 1:34
protectorChristian Graus27-Sep-05 1:34 
GeneralRe: Breakpoint don't work :( WHY??? HELP!!! Pin
mav.northwind27-Sep-05 1:37
mav.northwind27-Sep-05 1:37 
GeneralRe: Breakpoint don't work :( WHY??? HELP!!! Pin
yarns27-Sep-05 1:51
yarns27-Sep-05 1:51 
GeneralRe: Breakpoint don't work :( WHY??? HELP!!! Pin
mav.northwind27-Sep-05 2:06
mav.northwind27-Sep-05 2:06 
GeneralRe: Breakpoint don't work :( WHY??? HELP!!! Pin
yarns27-Sep-05 5:02
yarns27-Sep-05 5:02 
AnswerRe: Breakpoint don't work :( WHY??? HELP!!! Pin
S. Senthil Kumar27-Sep-05 3:01
S. Senthil Kumar27-Sep-05 3:01 
QuestionRemoting and Web Services. Pin
webC#26-Sep-05 22:45
webC#26-Sep-05 22:45 
AnswerRe: Remoting and Web Services. Pin
seee sharp27-Sep-05 0:39
seee sharp27-Sep-05 0:39 
QuestionTreeview Pin
akshayswaroop26-Sep-05 21:51
akshayswaroop26-Sep-05 21:51 
AnswerRe: Treeview Pin
g00fyman27-Sep-05 1:06
g00fyman27-Sep-05 1:06 
GeneralRe: Treeview Pin
akshayswaroop27-Sep-05 3:24
akshayswaroop27-Sep-05 3:24 
QuestionIE Viewer (as PDF) Pin
Super Lloyd26-Sep-05 21:11
Super Lloyd26-Sep-05 21:11 
QuestionSetHelpString and Multi language Pin
mkomasi26-Sep-05 20:46
mkomasi26-Sep-05 20:46 
QuestionSet Focus problem Pin
deldeep26-Sep-05 20:35
deldeep26-Sep-05 20:35 
AnswerRe: Set Focus problem Pin
SeMartens26-Sep-05 21:34
SeMartens26-Sep-05 21:34 

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.