![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Programmer
Join Date: Dec 2007
Posts: 93
Rep Power: 1
![]() |
Sup guys
,To start off with(my posting) I'd like to ask how to work with a pager control, so could someone please post a (Win32) piece of code showing me how to succesfully create the control. Here are the guidlines - - There needs to be three buttons in the pager control - And that's it ![]() Thanks |
|
|
|
|
|
#2 |
|
The Oblivious One
Join Date: May 2005
Location: Ontario, Canada
Posts: 640
Rep Power: 4
![]() |
Re: The Pager Control
I don't know anything about win32, but I do know that you're going to have to be a lot more specific if you expect any useful responses.
__________________
Dr. Zoidberg: [ecstatic] I'm going to a movie... with FRIENDS! |
|
|
|
|
|
#3 |
|
PFO God In Training
![]() Join Date: Jun 2005
Location: near St Louis, MO. (USA)
Posts: 530
Rep Power: 4
![]() |
Re: The Pager Control
I don't know what a pager control is but there is a lot of information about them. If you had bothered to use google you could have saved yourself a lot of time.
|
|
|
|
|
|
#4 |
|
Programmer
Join Date: Dec 2007
Posts: 93
Rep Power: 1
![]() |
Re: The Pager Control
Well guys I did bother but you get info about pager controls that are relative to other programming/web langues... If you were to try and type down something like "C++ Win32 Pager Control" you would get unrelated results... You get a lot of MFC related example but like I said no Win32 info
which is why I posted.Has anyone got any idea? Thanks for the help/posts . |
|
|
|
|
|
#5 |
|
PFO God In Training
![]() Join Date: Jun 2005
Location: near St Louis, MO. (USA)
Posts: 530
Rep Power: 4
![]() |
Re: The Pager Control
If you found one for MFC then it should not be difficult (probably) to port to pure win32 api functions. Afterall, MFC is just a wrapper for win32 api. Post link and I'll see what I can do to help you out.
|
|
|
|
|
|
#6 |
|
Programmer
Join Date: Dec 2007
Posts: 93
Rep Power: 1
![]() |
Re: The Pager Control
Thanks for another post!!!
![]() And here's one link now - http://www.codeguru.com/cpp/controls...cle.php/c2199/ Its not even close to what I would expect... If you don't mind could you please create an example with guidlines from above? Here's some of it done already - C++ Syntax (Toggle Plain Text)
Thanks! ![]() |
|
|
|
|
|
#7 |
|
Programmer
Join Date: Dec 2007
Posts: 93
Rep Power: 1
![]() |
Re: The Pager Control
After a little bit more of work I figured out how to size it properly but now the problem is that the pager control acts up wierdly -
C++ Syntax (Toggle Plain Text)
Thanks. |
|
|
|
|
|
#8 |
|
PFO God In Training
![]() Join Date: Jun 2005
Location: near St Louis, MO. (USA)
Posts: 530
Rep Power: 4
![]() |
Re: The Pager Control
I think you are misusing the pager control. From what I see and understand the pager control is a container for another object that is too big to see all at one time. You can only put one other control on the pager control as explained here. You are attempting to put three buttons on it. What you may want to do is create a toolbar control, but all the buttons on that then add the toolbar to the pager control.
|
|
|
|
|
|
#9 |
|
Programmer
Join Date: Dec 2007
Posts: 93
Rep Power: 1
![]() |
Re: The Pager Control
Thanks for your reply but man I hate toolbas because they are hard to use! Oh well, no pain no gain I guess
![]() Thank you! |
|
|
|
|
|
#10 |
|
Programmer
Join Date: Dec 2007
Posts: 93
Rep Power: 1
![]() |
Re: The Pager Control
Man I already got some trouble! I can't seem to find out how to assign a button to the toolbar, I keep searching but come up with resources which show how to assign images which is not what I need.
![]() Please help! ![]() Thanks !!! |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to add inherited control to toolbox. | InfoGeek | C# | 3 | Feb 8th, 2007 9:12 PM |
| Coding standards without control? | martinig | Other Programming Languages | 1 | Dec 4th, 2006 7:04 AM |
| questions on windows sendMessage and RichEdit control | nomer | C++ | 1 | Mar 3rd, 2006 2:51 AM |
| C programing control of the Serial Port. | Light | C++ | 5 | Feb 24th, 2005 2:14 PM |
| Show web user control hidden | see07 | C# | 1 | Feb 2nd, 2005 10:35 AM |