Click here to Skip to main content
15,916,280 members
Home / Discussions / C#
   

C#

 
GeneralRe: Mode Dialog in Vista Pin
Pete O'Hanlon13-Mar-08 23:00
mvePete O'Hanlon13-Mar-08 23:00 
Questionhow to get the control panel programatically? Pin
g_hemanth1712-Mar-08 19:58
g_hemanth1712-Mar-08 19:58 
GeneralRe: how to get the control panel programatically? Pin
Anubhava Dimri12-Mar-08 20:34
Anubhava Dimri12-Mar-08 20:34 
QuestionRe: how to get the control panel programatically? [modified] Pin
g_hemanth1712-Mar-08 20:39
g_hemanth1712-Mar-08 20:39 
GeneralRe: how to get the control panel programatically? Pin
Anubhava Dimri12-Mar-08 21:33
Anubhava Dimri12-Mar-08 21:33 
QuestionRe: how to get the control panel programatically? Pin
g_hemanth1712-Mar-08 23:24
g_hemanth1712-Mar-08 23:24 
GeneralRe: how to get the control panel programatically? Pin
Anubhava Dimri13-Mar-08 2:35
Anubhava Dimri13-Mar-08 2:35 
GeneralRe: how to get the control panel programatically? Pin
Anubhava Dimri13-Mar-08 2:37
Anubhava Dimri13-Mar-08 2:37 
I u not want to use this method .These two function are getting and Setting for System Information.

Public Const LOCALE_SSHORTDATE = &H1F
Public Declare Function GetSystemDefaultLCID Lib "kernel32" () As Long
Public Declare Function SetLocaleInfo Lib "kernel32" Alias "SetLocaleInfoA" (ByVal Locale As Long, ByVal LCType As Long, ByVal lpLCData As String) As Boolean
Public Declare Function GetLocaleInfo Lib "kernel32" Alias "GetLocaleInfoA" (ByVal Locale As Long, ByVal LCType As Long, ByVal lpLCData As String, ByVal cchData As Long) As Long


Anubhava Dimri WTF | :WTF: Rose | [Rose]
GeneralRe: how to get the control panel programatically? Pin
g_hemanth1713-Mar-08 2:54
g_hemanth1713-Mar-08 2:54 
Questionconversion from string to binary to decimal Pin
Pankaj Garg12-Mar-08 18:53
Pankaj Garg12-Mar-08 18:53 
GeneralRe: conversion from string to binary to decimal Pin
Vikram A Punathambekar12-Mar-08 19:17
Vikram A Punathambekar12-Mar-08 19:17 
QuestionRe: conversion from string to binary to decimal Pin
Pankaj Garg12-Mar-08 19:27
Pankaj Garg12-Mar-08 19:27 
GeneralRe: conversion from string to binary to decimal Pin
mabo4212-Mar-08 22:15
mabo4212-Mar-08 22:15 
QuestionRe: conversion from string to binary to decimal Pin
Pankaj Garg12-Mar-08 23:47
Pankaj Garg12-Mar-08 23:47 
GeneralRe: conversion from string to binary to decimal Pin
Christian Graus12-Mar-08 20:54
protectorChristian Graus12-Mar-08 20:54 
QuestionRe: conversion from string to binary to decimal Pin
Pankaj Garg12-Mar-08 21:14
Pankaj Garg12-Mar-08 21:14 
GeneralRe: conversion from string to binary to decimal Pin
Christian Graus12-Mar-08 21:43
protectorChristian Graus12-Mar-08 21:43 
GeneralCheck if IDE is open Pin
DJ van Wyk12-Mar-08 18:20
professionalDJ van Wyk12-Mar-08 18:20 
GeneralRe: Check if IDE is open Pin
N a v a n e e t h12-Mar-08 18:44
N a v a n e e t h12-Mar-08 18:44 
GeneralReportViewer control help. Pin
Spacix One12-Mar-08 12:12
Spacix One12-Mar-08 12:12 
GeneralKey Event Handler Pin
BobbyWhiskey12-Mar-08 11:26
BobbyWhiskey12-Mar-08 11:26 
GeneralRe: Key Event Handler Pin
Pete O'Hanlon12-Mar-08 11:55
mvePete O'Hanlon12-Mar-08 11:55 
GeneralRe: Key Event Handler Pin
BobbyWhiskey12-Mar-08 13:58
BobbyWhiskey12-Mar-08 13:58 
GeneralRe: Key Event Handler Pin
Pete O'Hanlon13-Mar-08 2:56
mvePete O'Hanlon13-Mar-08 2:56 
GeneralAutocomplete combobox feature Pin
baranils12-Mar-08 9:55
baranils12-Mar-08 9:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.