Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
D

dipswitch ownage4u nl

@dipswitch ownage4u nl
About
Posts
4
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • C# class help? [modified]
    D dipswitch ownage4u nl

    This is not possible, a variable name needs to be hard coded, but you can use an ArrayList to store an unkown number of TextBoxes.

    C# question csharp help

  • datetime [modified]
    D dipswitch ownage4u nl

    Check the registry key in regedit: HKEY_CURRENT_USER\Control Panel\International Here are all the windows format settings stored. To edit this value's from within your program you have to use the Microsoft.Win32.Registry class. PS. When you want to edit/update an value you need to use the method CreateSubKey and not OpenSubKey This code will change the long date time representation of windows to DayName DayOfWeek MonthName 4-digit Year: RegistryKey objReg = Registry.CurrentUser.CreateSubKey(@"\Control Panel\International"); objReg.SetValue("sLongDate", "dddd d MMMM yyyy"); Hope this is usefull...

    C# question

  • datetime [modified]
    D dipswitch ownage4u nl

    Format Info DateTime objDate = DateTime.Now; String strFormatedDate = objDate.ToString("yyyy-mm-dd HH:mm:ss"); Edit: Wrong topic? OS/SysAdmin Anyway you can change the windows date time format in Start->Configuration Screen->Languagesettings There you can change all currency and formats... -- modified at 5:41 Wednesday 14th February, 2007

    C# question

  • how can i send/receive data to parallel port in C#.net and windows XP
    D dipswitch ownage4u nl

    I've never tryed but I think you can find your answere here

    C# csharp question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups