Click here to Skip to main content
15,905,877 members
Home / Discussions / Windows Forms
   

Windows Forms

 
Question.net remoting Pin
swapna chow28-Apr-09 19:25
swapna chow28-Apr-09 19:25 
AnswerRe: .net remoting Pin
Mycroft Holmes28-Apr-09 22:33
professionalMycroft Holmes28-Apr-09 22:33 
AnswerRe: .net remoting Pin
saanj4-May-09 2:17
saanj4-May-09 2:17 
QuestionWMI copy file to remote host Pin
Jack Rong28-Apr-09 8:44
Jack Rong28-Apr-09 8:44 
AnswerCross Posted Pin
led mike28-Apr-09 8:59
led mike28-Apr-09 8:59 
AnswerRe: WMI copy file to remote host Pin
Dave Kreskowiak28-Apr-09 9:00
mveDave Kreskowiak28-Apr-09 9:00 
QuestionHow to freeze the datagridview content on verticall scroll? Pin
Takhir28-Apr-09 3:04
Takhir28-Apr-09 3:04 
AnswerRe: How to freeze the datagridview content on verticall scroll? Pin
Henry Minute28-Apr-09 3:43
Henry Minute28-Apr-09 3:43 
Do you mean keep the cells static with just the scrollbar thumb tab moving?

If so, I don't believe it is possible. DataGridView doesn't have a BeginUpdate method, which anyway would freeze the scrollbar as well. It does have SuspendLayout()/ResumeLayout() but the same problem applies to them.

Of course, now that I have said that, someone will post an answer. Smile | :)

Henry Minute

Do not read medical books! You could die of a misprint. - Mark Twain
Girl: (staring) "Why do you need an icy cucumber?"
“I want to report a fraud. The government is lying to us all.”

GeneralRe: How to freeze the datagridview content on verticall scroll? Pin
Takhir28-Apr-09 3:51
Takhir28-Apr-09 3:51 
QuestionRe: How to freeze the datagridview content on verticall scroll? Pin
Eddy Vluggen28-Apr-09 3:56
professionalEddy Vluggen28-Apr-09 3:56 
AnswerRe: How to freeze the datagridview content on verticall scroll? Pin
Takhir28-Apr-09 4:31
Takhir28-Apr-09 4:31 
AnswerRe: How to freeze the datagridview content on verticall scroll? Pin
Eddy Vluggen28-Apr-09 22:28
professionalEddy Vluggen28-Apr-09 22:28 
GeneralRe: How to freeze the datagridview content on verticall scroll? Pin
Takhir28-Apr-09 22:55
Takhir28-Apr-09 22:55 
GeneralRe: How to freeze the datagridview content on verticall scroll? Pin
rzubi7-Jun-09 20:26
rzubi7-Jun-09 20:26 
GeneralRe: How to freeze the datagridview content on verticall scroll? Pin
Takhir8-Jun-09 4:51
Takhir8-Jun-09 4:51 
QuestionStop receiving updates from BindingSource control inDataGridView Pin
acroitoriu28-Apr-09 2:32
acroitoriu28-Apr-09 2:32 
NewsMicrosoft Tech-ed Event in India Pin
manish deora28-Apr-09 0:48
manish deora28-Apr-09 0:48 
GeneralRe: Microsoft Tech-ed Event in India Pin
Michael Bookatz28-Apr-09 1:08
Michael Bookatz28-Apr-09 1:08 
Questionauthenticate windows form using a cookie ? Pin
Harkamal Singh27-Apr-09 22:59
Harkamal Singh27-Apr-09 22:59 
AnswerRe: authenticate windows form using a cookie ? Pin
Henry Minute28-Apr-09 2:17
Henry Minute28-Apr-09 2:17 
GeneralRe: authenticate windows form using a cookie ? Pin
Harkamal Singh28-Apr-09 2:23
Harkamal Singh28-Apr-09 2:23 
GeneralRe: authenticate windows form using a cookie ? Pin
Henry Minute28-Apr-09 2:34
Henry Minute28-Apr-09 2:34 
GeneralRe: authenticate windows form using a cookie ? Pin
Harkamal Singh28-Apr-09 2:37
Harkamal Singh28-Apr-09 2:37 
GeneralRe: authenticate windows form using a cookie ? Pin
Henry Minute28-Apr-09 2:41
Henry Minute28-Apr-09 2:41 
GeneralRe: authenticate windows form using a cookie ? Pin
Mycroft Holmes28-Apr-09 22:40
professionalMycroft Holmes28-Apr-09 22:40 

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.