Click here to Skip to main content
15,906,341 members
Home / Discussions / C#
   

C#

 
GeneralRe: Bing Maps AJAX control in Visual C# form application Pin
grmihel28-Jun-10 5:47
grmihel28-Jun-10 5:47 
QuestionInconsistent Marshalling size Pin
hairy_hats8-Jun-10 1:38
hairy_hats8-Jun-10 1:38 
AnswerRe: Inconsistent Marshalling size PinPopular
Luc Pattyn8-Jun-10 2:07
sitebuilderLuc Pattyn8-Jun-10 2:07 
GeneralRe: Inconsistent Marshalling size Pin
hairy_hats8-Jun-10 2:36
hairy_hats8-Jun-10 2:36 
GeneralRe: Inconsistent Marshalling size Pin
Luc Pattyn8-Jun-10 2:43
sitebuilderLuc Pattyn8-Jun-10 2:43 
GeneralRe: Inconsistent Marshalling size Pin
hairy_hats8-Jun-10 2:50
hairy_hats8-Jun-10 2:50 
QuestionProblem of controling a listview in another form Pin
imbiz8-Jun-10 1:30
imbiz8-Jun-10 1:30 
AnswerRe: Problem of controling a listview in another form Pin
Luc Pattyn8-Jun-10 1:41
sitebuilderLuc Pattyn8-Jun-10 1:41 
imbiz wrote:
Form1 form1 = new Form1();


There is your problem. Do you know what new means? It means: create another instance of Form1, i.e. a second Form1 looking very much like the first, but not visible as you did not call Show() on it. You do not want another Form1, you want the original one. So pass a reference, do not use new here.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read formatted code with indentation, so please use PRE tags for code snippets.

I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).

GeneralRe: Problem of controling a listview in another form [Waiting online....] Pin
imbiz8-Jun-10 2:36
imbiz8-Jun-10 2:36 
GeneralRe: Problem of controling a listview in another form [Waiting online....] Pin
Pete O'Hanlon8-Jun-10 3:46
mvePete O'Hanlon8-Jun-10 3:46 
GeneralRe: Problem of controling a listview in another form [Waiting online....] Pin
imbiz8-Jun-10 4:23
imbiz8-Jun-10 4:23 
GeneralRe: Problem of controling a listview in another form [Waiting online....] Pin
Pete O'Hanlon8-Jun-10 4:43
mvePete O'Hanlon8-Jun-10 4:43 
GeneralOh,yeah!I did it! Pin
imbiz8-Jun-10 4:48
imbiz8-Jun-10 4:48 
QuestionIP address control Pin
SelvaKr8-Jun-10 1:00
SelvaKr8-Jun-10 1:00 
AnswerRe: IP address control Pin
Pete O'Hanlon8-Jun-10 1:03
mvePete O'Hanlon8-Jun-10 1:03 
GeneralRe: IP address control Pin
SelvaKr8-Jun-10 1:18
SelvaKr8-Jun-10 1:18 
AnswerRe: IP address control Pin
Johnny J.8-Jun-10 1:12
professionalJohnny J.8-Jun-10 1:12 
GeneralRe: IP address control Pin
SelvaKr8-Jun-10 1:19
SelvaKr8-Jun-10 1:19 
QuestionCrystal Report : Parameter Count Mismatch. Pin
saber.softs7-Jun-10 21:13
saber.softs7-Jun-10 21:13 
QuestionProblem in BackUp Pin
SajjadZare7-Jun-10 19:57
SajjadZare7-Jun-10 19:57 
AnswerRe: Problem in BackUp Pin
Md. Marufuzzaman7-Jun-10 21:37
professionalMd. Marufuzzaman7-Jun-10 21:37 
GeneralRe: Problem in BackUp Pin
SajjadZare7-Jun-10 22:01
SajjadZare7-Jun-10 22:01 
AnswerRe: Problem in BackUp Pin
Mycroft Holmes7-Jun-10 22:06
professionalMycroft Holmes7-Jun-10 22:06 
QuestionPass by value Pin
jon-807-Jun-10 18:58
professionaljon-807-Jun-10 18:58 
AnswerRe: Pass by value Pin
jgauffin7-Jun-10 20:08
jgauffin7-Jun-10 20:08 

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.