Jump to content
Xtreme .Net Talk

Folle_Invasato

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by Folle_Invasato

  1. Ups! i've not read that you are using ExecuteScalar...
  2. DataRow r = ... if( r.IsNull("myColumn") ) r["myColumn"] = "";
  3. string str = new string( 'X', 5); // result = "XXXXX" Bye!
  4. I think that you must use P/Invoke...
  5. You can find a list of MIME types in your Windows registry, under the key HKEY_CLASSES_ROOT\MIME\Database\Content Type
  6. try to give a look at: http://www.bobpowell.net
  7. Re: AppBar Try this: http://www.codeproject.com/useritems/AppBar.asp Hope you'll find this useful.
×
×
  • Create New...