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

.NET (Core and Framework)

 
GeneralRe: refresh command on datagridview Pin
Wendelius22-Jan-09 6:10
mentorWendelius22-Jan-09 6:10 
Questionconnection string Pin
kulandaivel_mca200721-Jan-09 20:32
kulandaivel_mca200721-Jan-09 20:32 
AnswerRe: connection string Pin
Abhijit Jana21-Jan-09 21:10
professionalAbhijit Jana21-Jan-09 21:10 
GeneralRe: connection string Pin
kulandaivel_mca200721-Jan-09 22:46
kulandaivel_mca200721-Jan-09 22:46 
GeneralRe: connection string Pin
Abhijit Jana21-Jan-09 23:18
professionalAbhijit Jana21-Jan-09 23:18 
AnswerRe: connection string Pin
saberbladez21-Jan-09 21:39
saberbladez21-Jan-09 21:39 
QuestionAccess Control from another form Pin
Ola E21-Jan-09 19:46
Ola E21-Jan-09 19:46 
AnswerRe: Access Control from another form Pin
Ashutosh Phoujdar22-Jan-09 0:35
Ashutosh Phoujdar22-Jan-09 0:35 
Hope you are using VB.NET,

If yes then, make the variable of serial port instance to public instead of friend
e.g.

Instead of 

Friend WithEvents SerialPort1 As System.IO.Ports.SerialPort

Use

Public WithEvents SerialPort1 As System.IO.Ports.SerialPort


Then you can access it using My.Forms.main-form-name.SerialPort1


Hope I answered your query


Thanks
Ashu

dnpro
"Very bad programmer"

AnswerRe: Access Control from another form Pin
Ola E22-Jan-09 1:17
Ola E22-Jan-09 1:17 
GeneralRe: Access Control from another form Pin
Ben Fair22-Jan-09 6:21
Ben Fair22-Jan-09 6:21 
AnswerRe: Access Control from another form Pin
Ola E22-Jan-09 19:06
Ola E22-Jan-09 19:06 
Questionbinary file encryption Pin
Member 455503121-Jan-09 4:22
Member 455503121-Jan-09 4:22 
AnswerRe: binary file encryption Pin
Ben Fair22-Jan-09 5:59
Ben Fair22-Jan-09 5:59 
QuestionTimed GTalk Status Updater Pin
itsravie21-Jan-09 0:25
itsravie21-Jan-09 0:25 
AnswerRe: Timed GTalk Status Updater Pin
Dave Kreskowiak21-Jan-09 2:02
mveDave Kreskowiak21-Jan-09 2:02 
AnswerRe: Timed GTalk Status Updater Pin
Eddy Vluggen21-Jan-09 2:34
professionalEddy Vluggen21-Jan-09 2:34 
GeneralRe: Timed GTalk Status Updater Pin
Mohammad Dayyan21-Jan-09 8:52
Mohammad Dayyan21-Jan-09 8:52 
AnswerRe: Timed GTalk Status Updater Pin
itsravie25-Jan-09 12:07
itsravie25-Jan-09 12:07 
QuestionDeserialisation Problem with Generic Methods and Delegates Pin
mi220-Jan-09 22:43
mi220-Jan-09 22:43 
QuestionBCP process does not throw proper exceptions incase of any failures Pin
indian14320-Jan-09 19:52
indian14320-Jan-09 19:52 
AnswerSorry the message became too big as I am unable to edit it, again I am writing the question here [modified] Pin
indian14320-Jan-09 19:57
indian14320-Jan-09 19:57 
GeneralRe: Sorry the message became too big as I am unable to edit it, again I am writing the question here Pin
Dave Kreskowiak21-Jan-09 2:00
mveDave Kreskowiak21-Jan-09 2:00 
AnswerRe: BCP process does not throw proper exceptions incase of any failures Pin
Wendelius21-Jan-09 5:19
mentorWendelius21-Jan-09 5:19 
Question.Net Pin
Smtnri20-Jan-09 8:50
Smtnri20-Jan-09 8:50 
AnswerRe: .Net Pin
Not Active20-Jan-09 9:01
mentorNot Active20-Jan-09 9:01 

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.