Click here to Skip to main content
16,015,559 members
Home / Discussions / C#
   

C#

 
AnswerRe: delete row in datagrid? Pin
Stanciu Vlad25-Oct-04 19:53
Stanciu Vlad25-Oct-04 19:53 
GeneralSave database password with crystal report Pin
tomc25-Oct-04 8:56
tomc25-Oct-04 8:56 
GeneralServer.Mappath equivalent in windows application Pin
sunsmile25-Oct-04 6:07
sunsmile25-Oct-04 6:07 
GeneralRe: Server.Mappath equivalent in windows application Pin
Colin Angus Mackay25-Oct-04 6:17
Colin Angus Mackay25-Oct-04 6:17 
GeneralRe: Server.Mappath equivalent in windows application Pin
sunsmile25-Oct-04 8:07
sunsmile25-Oct-04 8:07 
GeneralRe: Server.Mappath equivalent in windows application Pin
Colin Angus Mackay25-Oct-04 10:35
Colin Angus Mackay25-Oct-04 10:35 
GeneralRe: Server.Mappath equivalent in windows application Pin
sunsmile25-Oct-04 11:15
sunsmile25-Oct-04 11:15 
GeneralScrollWindow problem Pin
nasben25-Oct-04 5:12
nasben25-Oct-04 5:12 
Hi,
I am trying to achieve a very simple task, using VS 2003 and C#. I have a touch screen app written in Delphi, which I want to rewrite in C#. On e of the things I need to do is to have a panel aligned to the bottom of the screen which I am going to use to put some buttons on. Sometimes the buttons don't fit on the panel so the user need to scroll left and right to display the different buttons.

I used the following method on the panel which scrolls the panel left and right:
Panel1.ScrollWindow(100, 0); // move right
and
Panel1.ScrollWindow(-100, 0); // move left

The problem I am having is that when the button goes out of seen, meaning that it's no longer visible it will disappear for good, therefore moving to the opposite direction doesn't bring it back.

Am I missing something, I have tried calling Invalidate and update to see if I can repaint the control, but it didn't work.

It looks like it's something very simple am missing, any help would be appreciated.

QuestionSir,can you help me? Pin
momer25-Oct-04 4:21
momer25-Oct-04 4:21 
GeneralLooking for a control (Multiple-Line Graph) - need help Pin
Anonymous25-Oct-04 3:41
Anonymous25-Oct-04 3:41 
GeneralRe: Looking for a control (Multiple-Line Graph) - need help Pin
Anonymous25-Oct-04 3:47
Anonymous25-Oct-04 3:47 
GeneralCall Graph Pin
DidierD25-Oct-04 3:01
DidierD25-Oct-04 3:01 
GeneralRe: Call Graph Pin
J4amieC25-Oct-04 3:14
J4amieC25-Oct-04 3:14 
GeneralIn DataGrid pressing Enter Pin
Anonymous25-Oct-04 2:32
Anonymous25-Oct-04 2:32 
GeneralHelp In TWain Pin
Member 143728625-Oct-04 2:13
Member 143728625-Oct-04 2:13 
GeneralRe: Help In TWain Pin
Nick Parker25-Oct-04 11:37
protectorNick Parker25-Oct-04 11:37 
Generalprint job copies Pin
jartometienen25-Oct-04 1:11
jartometienen25-Oct-04 1:11 
GeneralRe: print job copies Pin
Duncan Edwards Jones25-Oct-04 1:39
professionalDuncan Edwards Jones25-Oct-04 1:39 
GeneralRe: print job copies Pin
jartometienen25-Oct-04 3:17
jartometienen25-Oct-04 3:17 
GeneralRe: print job copies Pin
Duncan Edwards Jones25-Oct-04 4:33
professionalDuncan Edwards Jones25-Oct-04 4:33 
GeneralRe: print job copies Pin
jartometienen25-Oct-04 22:25
jartometienen25-Oct-04 22:25 
Generaldownload File into local machine Pin
juanito197525-Oct-04 0:36
juanito197525-Oct-04 0:36 
GeneralRe: download File into local machine Pin
Alex Korchemniy25-Oct-04 7:29
Alex Korchemniy25-Oct-04 7:29 
QuestionWhy I cann't get the message device type:DBT_DEVTYP_DEVICEINTERFACE? Pin
momer25-Oct-04 0:16
momer25-Oct-04 0:16 
AnswerRe: Why I cann't get the message device type:DBT_DEVTYP_DEVICEINTERFACE? Pin
WilsonProgramming25-Oct-04 5:56
WilsonProgramming25-Oct-04 5:56 

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.