Click here to Skip to main content
15,913,130 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: installer program Pin
dan!sh 28-Dec-09 19:40
professional dan!sh 28-Dec-09 19:40 
AnswerRe: installer program Pin
εїзεїзεїз28-Dec-09 20:47
εїзεїзεїз28-Dec-09 20:47 
QuestionHow To Insert Bulk datas in a DataSet Into Table... Pin
shamsubava28-Dec-09 19:25
shamsubava28-Dec-09 19:25 
AnswerRe: How To Insert Bulk datas in a DataSet Into Table... Pin
dan!sh 28-Dec-09 19:36
professional dan!sh 28-Dec-09 19:36 
GeneralRe: How To Insert Bulk datas in a DataSet Into Table... Pin
shamsubava28-Dec-09 19:44
shamsubava28-Dec-09 19:44 
GeneralRe: How To Insert Bulk datas in a DataSet Into Table... Pin
dan!sh 28-Dec-09 19:48
professional dan!sh 28-Dec-09 19:48 
GeneralRe: How To Insert Bulk datas in a DataSet Into Table... Pin
shamsubava28-Dec-09 20:12
shamsubava28-Dec-09 20:12 
QuestionChanging System Short Date Format Pin
εїзεїзεїз28-Dec-09 19:23
εїзεїзεїз28-Dec-09 19:23 
Thanks in Advance


I want to change System Short Date Format to "dd-MM-yyyy" , Already Goggled and tried even on CP but all in vain , i tried this code but its not working even


Dim reg As RegistryKey
        reg = Registry.Users.OpenSubKey("S-1-5-21-1757981266-861567501-682003330-500\Control Panel\International", True)
        If Convert.ToString(reg).Trim = String.Empty Then
            MsgBox("Invalid")
        Else
            reg.SetValue("sShortDate", "dd/MM/yyyy")
            reg.SetValue("sLongDate", "dd/MM/yyyy")
        End If


Best Regards,
SOFTDEV
If you have knowledge, let others light their candles at it

AnswerRe: Changing System Short Date Format Pin
dan!sh 28-Dec-09 19:39
professional dan!sh 28-Dec-09 19:39 
GeneralRe: Changing System Short Date Format Pin
εїзεїзεїз28-Dec-09 20:20
εїзεїзεїз28-Dec-09 20:20 
GeneralRe: Changing System Short Date Format Pin
dan!sh 28-Dec-09 20:47
professional dan!sh 28-Dec-09 20:47 
AnswerRe: Changing System Short Date Format Pin
Abhinav S28-Dec-09 20:02
Abhinav S28-Dec-09 20:02 
GeneralRe: Changing System Short Date Format Pin
εїзεїзεїз28-Dec-09 20:06
εїзεїзεїз28-Dec-09 20:06 
Questionhaving a login in a windows form that uses a remote MySql database Pin
malcomhfc28-Dec-09 7:00
malcomhfc28-Dec-09 7:00 
AnswerRe: having a login in a windows form that uses a remote MySql database Pin
Dimitri Witkowski28-Dec-09 10:40
Dimitri Witkowski28-Dec-09 10:40 
GeneralRe: having a login in a windows form that uses a remote MySql database Pin
malcomhfc29-Dec-09 12:12
malcomhfc29-Dec-09 12:12 
QuestionHow can I transfer all the records in the dataset to a sql database? Pin
JUNEYT28-Dec-09 3:53
JUNEYT28-Dec-09 3:53 
AnswerRe: How can I transfer all the records in the dataset to a sql database? Pin
Eddy Vluggen28-Dec-09 4:09
professionalEddy Vluggen28-Dec-09 4:09 
QuestionExceptions throw in try block Pin
cstrader23228-Dec-09 3:02
cstrader23228-Dec-09 3:02 
AnswerRe: Exceptions throw in try block Pin
Abhinav S28-Dec-09 3:08
Abhinav S28-Dec-09 3:08 
GeneralRe: Exceptions throw in try block Pin
cstrader23228-Dec-09 3:18
cstrader23228-Dec-09 3:18 
Generalrepost Pin
Luc Pattyn28-Dec-09 3:33
sitebuilderLuc Pattyn28-Dec-09 3:33 
GeneralRe: repost Pin
cstrader23228-Dec-09 3:40
cstrader23228-Dec-09 3:40 
GeneralRe: repost Pin
Luc Pattyn28-Dec-09 3:44
sitebuilderLuc Pattyn28-Dec-09 3:44 
GeneralRe: repost Pin
cstrader23228-Dec-09 3:51
cstrader23228-Dec-09 3:51 

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.