Click here to Skip to main content
16,005,169 members
Home / Discussions / C#
   

C#

 
AnswerRe: External function Pin
Andrei Ungureanu10-Aug-06 2:49
Andrei Ungureanu10-Aug-06 2:49 
GeneralRe: External function Pin
thepersonof10-Aug-06 10:13
thepersonof10-Aug-06 10:13 
QuestionCrystalReportViewer is slow Pin
atuldeore10-Aug-06 0:19
atuldeore10-Aug-06 0:19 
Questionwhat is the formula.... Pin
diddy3410-Aug-06 0:09
diddy3410-Aug-06 0:09 
AnswerRe: what is the formula.... Pin
Guffa10-Aug-06 2:53
Guffa10-Aug-06 2:53 
QuestionChanging display area in ListView Pin
Flow849-Aug-06 23:57
Flow849-Aug-06 23:57 
AnswerRe: Changing display area in ListView Pin
VSush10-Aug-06 0:40
VSush10-Aug-06 0:40 
GeneralRe: Changing display area in ListView Pin
Flow8410-Aug-06 0:59
Flow8410-Aug-06 0:59 
I have tried the following with no result.
Not even if i change
new Point(hScrollBar1.Value, listView1.AutoScrollOffset.Y);
to
new Point(250, 1);
How should it be done?
this = UserControll
listView1 = ListView
hScrollBar1 = HScrollBar
void hScrollBar1_ValueChanged(object sender, EventArgs e)
{
    Console.WriteLine("listView1.AutoScrollOffset: " + listView1.AutoScrollOffset.ToString());
    listView1.AutoScrollOffset = new Point(hScrollBar1.Value, listView1.AutoScrollOffset.Y);
    this.ScrollControlIntoView(listView1);
    Console.WriteLine("listView1.AutoScrollOffset: " + listView1.AutoScrollOffset.ToString());
}

GeneralRe: Changing display area in ListView Pin
Flow8414-Aug-06 11:48
Flow8414-Aug-06 11:48 
AnswerRe: Changing display area in ListView Pin
Flow8416-Aug-06 10:21
Flow8416-Aug-06 10:21 
QuestionMessage Box start position Pin
AnnnS9-Aug-06 23:38
AnnnS9-Aug-06 23:38 
AnswerRe: Message Box start position Pin
Flow8410-Aug-06 0:45
Flow8410-Aug-06 0:45 
AnswerRe: Message Box start position Pin
Andrei Ungureanu10-Aug-06 2:43
Andrei Ungureanu10-Aug-06 2:43 
GeneralRe: Message Box start position Pin
AnnnS10-Aug-06 4:07
AnnnS10-Aug-06 4:07 
QuestionStarting external web browser with URL Pin
Stefan Spenz9-Aug-06 23:35
Stefan Spenz9-Aug-06 23:35 
AnswerRe: Starting external web browser with URL Pin
Eduard Keilholz9-Aug-06 23:40
Eduard Keilholz9-Aug-06 23:40 
GeneralRe: Starting external web browser with URL Pin
Stefan Spenz9-Aug-06 23:47
Stefan Spenz9-Aug-06 23:47 
QuestionDetect audio cd inserted Pin
Eduard Keilholz9-Aug-06 23:20
Eduard Keilholz9-Aug-06 23:20 
Questionusers setting prefered printers Pin
Support1239-Aug-06 23:11
Support1239-Aug-06 23:11 
QuestionRe: users setting prefered printers Pin
Support12310-Aug-06 2:17
Support12310-Aug-06 2:17 
QuestionFind TreeNode in TreeView Pin
psamy9-Aug-06 23:08
psamy9-Aug-06 23:08 
AnswerRe: Find TreeNode in TreeView Pin
stancrm10-Aug-06 0:26
stancrm10-Aug-06 0:26 
QuestionWrite a command to modem Pin
mehrdadc489-Aug-06 23:01
mehrdadc489-Aug-06 23:01 
AnswerRe: Write a command to modem Pin
stancrm9-Aug-06 23:29
stancrm9-Aug-06 23:29 
QuestionVisual studio 2005 Pin
Sri harini9-Aug-06 22:50
Sri harini9-Aug-06 22:50 

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.