![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Official Updates Updates to official libraries could be found here. This forum is only available to licensed users. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Sorry Erel for my clumsiness, next time I will use a new tread... The thing is I would like use de Hekkus library (Thanks Louis and Erel for this great library) to play a sound just while a hey is pressed: From keydown (the sound start) to Keyup event (the sound strop). Maybe is an stupid question, but I don't know how get that...
|
|
|||
|
Hello Erel,
is it possible to use the BindingContext property of an control to bind datas of a SQLite-Table e.g. to that control, with door libary and if so, how?? Best Regards berndgoedecke |
|
|||
|
Doesn't work with TreeView controls on the device (NullReferenceException thrown). Works fine on desktop.
Code:
Sub App_Start
objMain.New1(False)
objMain.Value = tvMain.ControlRef
objMain.SetProperty("Sorted", "True")
frmMain.Show
End Sub
Code:
objMain.FromControl("tvMain")
objMain.FromControl(tvMain.ControlRef)
|
|
||||
|
Many properties and methods which are available in the full .Net Framework aren't available in the .Net Compact Framework.
As you can see in this page: TreeView Members (System.Windows.Forms) The Sorted property doesn't have the small device icon and therefore not included in the .Net CF. |
![]() |
| 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 |
| Merging Outlook library and Phone library | Erel | Official Updates | 2 | 07-14-2008 03:38 PM |
| load textfile with special characters (äöü) | bob | Questions & Help Needed | 2 | 11-19-2007 01:24 PM |
| New serial library - beta version | Erel | Announcements | 13 | 08-02-2007 12:24 PM |
| Special Folders on PC | BPak | Questions & Help Needed | 2 | 06-01-2007 09:53 PM |