Posts Tagged ‘form’

How to use the Topmost property
  1. dim f as new frm1()
  2.  
  3. f.Topmost = True
  4. f.Owner = MainForm
  5. f.Show()

, ,

No Comments


‘null’ is null or not an object

This error occurs when the object/element you are trying to access does not exists in the html page or you did not specify the ID of the element.

or

You are executing a code while the html page has not yet fully loaded. If you need to execute a certain code during page load, this can be done on window.onload event or put the script before the end of the body tag .

, ,

No Comments



SetPageWidth