Click here to Skip to main content
15,909,953 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Understanding HandleRef Pin
Eddy Vluggen20-Jul-09 10:16
professionalEddy Vluggen20-Jul-09 10:16 
QuestionThe remote server returned an error: (403) Forbidden." Pin
nkmkrishna20-Jul-09 2:45
nkmkrishna20-Jul-09 2:45 
AnswerRe: The remote server returned an error: (403) Forbidden." Pin
Adam R Harris21-Jul-09 10:05
Adam R Harris21-Jul-09 10:05 
AnswerRe: The remote server returned an error: (403) Forbidden." Pin
veerasekar vallambar15-Jun-10 4:49
veerasekar vallambar15-Jun-10 4:49 
Question"........make sure u've not released resources before trying to use it"???? Pin
ChiSmile20-Jul-09 0:46
ChiSmile20-Jul-09 0:46 
AnswerRe: "........make sure u've not released resources before trying to use it"???? Pin
Gideon Engelberth20-Jul-09 3:25
Gideon Engelberth20-Jul-09 3:25 
GeneralRe: "........make sure u've not released resources before trying to use it"???? Pin
ChiSmile20-Jul-09 5:50
ChiSmile20-Jul-09 5:50 
GeneralRe: "........make sure u've not released resources before trying to use it"???? Pin
Gideon Engelberth20-Jul-09 12:00
Gideon Engelberth20-Jul-09 12:00 
Where is the null reference exception happening? Is sachTextBox null? If so, the routine you are in may be being run before the form is completely loaded and you will need to check that the form is loaded (or that sachTextBox is not null) before this code runs. If not, you will need to find out what is null and figure out a way to get it initialized before trying to use it.
QuestionRetrieve node texts from treenode Pin
vidhyaravichandar19-Jul-09 22:16
vidhyaravichandar19-Jul-09 22:16 
AnswerRe: Retrieve node texts from treenode Pin
Lee Humphries20-Jul-09 11:39
professionalLee Humphries20-Jul-09 11:39 
GeneralRe: Retrieve node texts from treenode Pin
vidhyaravichandar20-Jul-09 15:53
vidhyaravichandar20-Jul-09 15:53 
QuestionHow to include xml Pin
ksss_maheshece19-Jul-09 21:15
ksss_maheshece19-Jul-09 21:15 
QuestionAsync Sockets Pin
Lee Humphries19-Jul-09 20:38
professionalLee Humphries19-Jul-09 20:38 
AnswerRe: Async Sockets Pin
Nicholas Butler19-Jul-09 22:13
sitebuilderNicholas Butler19-Jul-09 22:13 
GeneralRe: Async Sockets Pin
Lee Humphries20-Jul-09 11:34
professionalLee Humphries20-Jul-09 11:34 
GeneralRe: Async Sockets - the answer Pin
Lee Humphries20-Jul-09 19:11
professionalLee Humphries20-Jul-09 19:11 
Questiontest Pin
chandni patel18-Jul-09 23:35
chandni patel18-Jul-09 23:35 
AnswerRe: test Pin
Abhijit Jana19-Jul-09 0:14
professionalAbhijit Jana19-Jul-09 0:14 
AnswerResult Pin
leckey19-Jul-09 18:42
leckey19-Jul-09 18:42 
AnswerRe: test Pin
0x3c019-Jul-09 20:45
0x3c019-Jul-09 20:45 
QuestionCombobox - DrawItem and dragging scroll bar problem Pin
David Hovey18-Jul-09 19:18
David Hovey18-Jul-09 19:18 
AnswerRe: Combobox - DrawItem and dragging scroll bar problem Pin
Luc Pattyn19-Jul-09 2:43
sitebuilderLuc Pattyn19-Jul-09 2:43 
GeneralRe: Combobox - DrawItem and dragging scroll bar problem Pin
David Hovey19-Jul-09 6:50
David Hovey19-Jul-09 6:50 
GeneralRe: Combobox - DrawItem and dragging scroll bar problem Pin
Luc Pattyn19-Jul-09 8:26
sitebuilderLuc Pattyn19-Jul-09 8:26 
GeneralRe: Combobox - DrawItem and dragging scroll bar problem [modified] Pin
David Hovey19-Jul-09 11:51
David Hovey19-Jul-09 11: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.