I need the ability to evaluate tags within an html page that is loaded in the webbrowser control. The current control for .netCF does not have the document property so I'm attempting to find an alternative method of accessing the document. I'm attempting to enable/disable/configure a scan engine based on tags embedded in the document. Anyone have any suggestions? Thanks....
rwal901
Posts
-
Access the HTML document in a webbrowser control in CE5/6 with compact framework -
big database on sqlCE - it Takes a long time to open connectionWe've had no problem with opening connections to databases up to 250mb on devices. Our connection string looks like..... "Data Source = \Storage Card\our_db.sdf;Max Database Size = 500;Max Buffer Size=4096;File Mode=Shared Read;Persist Security Info=False;" Opening the connection shouldn't be slow, I'm not sure what the default max size is but try specifying size, buffer and mode to see if it helps.
-
Identifying and killing a process using C# in .netcf 2.0I'm trying to determine how to find the process ID of a running process by executable name or windows name. I've imported the coredll.dll and used the FindWindow function which gives me a handle but this is not the proc id which is what the Process class needs to be able to kill. Any help will be greatly appreciated. Thanks...
-
Issues with paint event in .netcf after adding sip/menuI have a form that initially did not have a sip or menu. Form works fine but needed to add sip for easier editing of user fields. When sip/menu added, the paint event only fires on the first entry into the form and not subsequent entries. Paint event would always fire on all loads of the form before menu/sip added. No additional code added outside of what was added by the designer when sip/menu added. I've tried refresh and invaliding different components on the form the paint event does not get to the form. :confused:Any suggestions would be greatly appreciated.