Click here to Skip to main content
15,914,780 members
Home / Discussions / C#
   

C#

 
GeneralRe: MDI form problem? Pin
Hum Dum21-Feb-08 20:43
Hum Dum21-Feb-08 20:43 
GeneralLogin failed for user ''. The user is not associated with a trusted SQL Server connection. [modified] Pin
NarVish21-Feb-08 0:13
NarVish21-Feb-08 0:13 
AnswerRe: Login failed for user ''. The user is not associated with a trusted SQL Server connection. Pin
Raheem MA21-Feb-08 0:45
Raheem MA21-Feb-08 0:45 
GeneralRe: Login failed for user ''. The user is not associated with a trusted SQL Server connection. Pin
NarVish25-Feb-08 1:14
NarVish25-Feb-08 1:14 
GeneralRe: Login failed for user ''. The user is not associated with a trusted SQL Server connection. Pin
phannon8621-Feb-08 1:04
professionalphannon8621-Feb-08 1:04 
GeneralRe: Login failed for user ''. The user is not associated with a trusted SQL Server connection. Pin
Arjun Marwaha21-Feb-08 1:28
Arjun Marwaha21-Feb-08 1:28 
QuestionAsynchronous NetworkStream Pin
John Oxley20-Feb-08 23:54
John Oxley20-Feb-08 23:54 
GeneralRe: Asynchronous NetworkStream Pin
Judah Gabriel Himango21-Feb-08 4:51
sponsorJudah Gabriel Himango21-Feb-08 4:51 
I don't know the answer to your first question, but to answer your second question, streams are not thread safe, so no, you cannot read and write to it in parallel using 2 threads. You would need to do it on a single thread using message posting or callbacks, or using locking so that both threads don't try to access the stream simultaneously.


Tech, life, family, faith: Give me a visit.
I'm currently blogging about: Upon this disciple I'll build my new religion?
The apostle Paul, modernly speaking: Epistles of Paul

Judah Himango


GeneralC# Library needed Pin
Knowledgestudent20-Feb-08 22:44
Knowledgestudent20-Feb-08 22:44 
GeneralRe: C# Library needed Pin
Pete O'Hanlon21-Feb-08 3:02
mvePete O'Hanlon21-Feb-08 3:02 
GeneralRe: C# Library needed Pin
Knowledgestudent21-Feb-08 9:06
Knowledgestudent21-Feb-08 9:06 
GeneralRe: C# Library needed Pin
Pete O'Hanlon21-Feb-08 9:12
mvePete O'Hanlon21-Feb-08 9:12 
GeneralFocus+Validation Summary Pin
razanabanu20-Feb-08 21:03
razanabanu20-Feb-08 21:03 
GeneralRe: Focus+Validation Summary Pin
phannon8620-Feb-08 21:58
professionalphannon8620-Feb-08 21:58 
GeneralReading Data from XML Pin
nivasinfotech20-Feb-08 20:20
nivasinfotech20-Feb-08 20:20 
GeneralRe: Reading Data from XML Pin
nivasinfotech20-Feb-08 20:22
nivasinfotech20-Feb-08 20:22 
GeneralRe: Reading Data from XML Pin
Pete O'Hanlon21-Feb-08 0:56
mvePete O'Hanlon21-Feb-08 0:56 
GeneralRe: Reading Data from XML Pin
Le centriste21-Feb-08 6:20
Le centriste21-Feb-08 6:20 
GeneralScolling two listviews simeltaniously Pin
DnyanAnand20-Feb-08 19:35
professionalDnyanAnand20-Feb-08 19:35 
GeneralRe: Scolling two listviews simeltaniously Pin
Christian Graus20-Feb-08 20:14
protectorChristian Graus20-Feb-08 20:14 
GeneralRe: Scolling two listviews simeltaniously Pin
DnyanAnand20-Feb-08 20:36
professionalDnyanAnand20-Feb-08 20:36 
QuestionHelp Required in File Operations. Pin
deepaks320-Feb-08 18:47
deepaks320-Feb-08 18:47 
GeneralRe: Help Required in File Operations. Pin
Christian Graus20-Feb-08 20:06
protectorChristian Graus20-Feb-08 20:06 
GeneralRe: Help Required in File Operations. Pin
Vikram A Punathambekar20-Feb-08 21:26
Vikram A Punathambekar20-Feb-08 21:26 
GeneralRe: Help Required in File Operations. Pin
Guffa20-Feb-08 22:46
Guffa20-Feb-08 22:46 

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.