![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Code Samples & Tips Share your recent discoveries and ideas with other users. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
Quote:
It doesn't matter too much if the code is using or not using the Door library as long as it is helpful for other users. |
|
|||
|
Quote:
Quote:
sb.New1("Form1",0,251,240,18,false) sb.Maximum = 180 sb.SmallChange = 20 sb.LargeChange = 20 . . Sub sb_ValueChanged Panel10.Left = -sb.Value End Sub Quote:
|
|
|||
|
Agraham's sample demos are great.. but from a beginner's pointof view - it's too complex... if there are multiple objects on multiple forms.. Perhaps it's due to my limited skillsets..
I searched and found this - http://www.codeproject.com/KB/buttons/hotspot.aspx maybe someone can expand on this to make it Basic4PPC compatible... |
|
||||
|
Quote:
Quote:
![]() Last edited by agraham : 04-20-2008 at 08:52 AM. |
|
|||
|
Hi agraham,
You're the expert.. so for me.. I just need a simple control.. will definitely check on yours in more details.. as currently I don't need the hotspots in my current project, although I may need to use them for my next forthcoming project. I agreed your demos may provide a good workaround.. but not sure I want to go into that direction as coordinates checking are critical. On a serious note, your demos would come handy for more precise checking.. and I like the irregular hotspot you did in demos 2 and 3.. it may come handy for some future games projects... Right now... for me, a simple 'transparent button' control (acting like a hotspot) is adequate as I can place them visibly on the form... and not worrying about coordinates. Thought perhaps if Erel can add a 'transparent' option in the Properties of the current Image or Button controls, that will become a hotspot control instantly... |
|
||||
|
Hi Andrew,
Thanks to your hotspot sample I got a much clearer view of the Door library. The AutoScroll property for the panel simplifies code tremendously. So inspired I also checked your ControlInfo source with which help I found that properties for the desktop are not necessarily available for the device, such as AutoSize for the PictureBox (Image control). Sad, but fact. Your ControlInfo is a great reference, indeed! It saves hours of figuring out why Door reliant code may not work on devices. I have slightly redesigned the GUI basically replacing the TextBox with a ComboBox for Control selection and also rem'd the Message boxes to favour a Label displaying the parameters. No disrespect intended ![]() You are doing really great in this forum! Cheers Robert |
|
||||
|
Hi Andrew and Robert
Thanks Andrew for the different examples of the use of the Door library which makes it more and more understandable to me. I am also looking in the ControlInfo source to get information, but were missing a few controls. I added the controls from the ControlEx library and ListView to list. Sometimes it is still interesting to have the whole MSDN info. So I added a direct link to the MSDN web site. For me also, of course, no disrespect intended. Update with more controls 2008.05.01 Best regards
__________________
Klaus Switzerland Last edited by klaus : 05-01-2008 at 10:15 AM. |
![]() |
| 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 |
| COM controls | lairdre | Questions & Help Needed | 3 | 02-28-2008 08:53 AM |
| Disposing Controls | RandomCoder | Questions & Help Needed | 7 | 02-19-2008 09:26 AM |
| Getting names of controls | BjornF | Questions & Help Needed | 2 | 01-09-2008 02:05 PM |
| Controls name | PepSoft | Questions & Help Needed | 4 | 12-17-2007 02:49 PM |
| Tab Order for Controls | BPak | Questions & Help Needed | 2 | 05-06-2007 05:58 AM |