Click here to Skip to main content
15,921,622 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: My.Settings Pin
Luc Pattyn2-Oct-10 5:38
sitebuilderLuc Pattyn2-Oct-10 5:38 
GeneralRe: My.Settings Pin
Herboren2-Oct-10 5:44
Herboren2-Oct-10 5:44 
JokeRe: My.Settings Pin
DaveAuld2-Oct-10 5:57
professionalDaveAuld2-Oct-10 5:57 
GeneralRe: My.Settings Pin
Herboren2-Oct-10 7:34
Herboren2-Oct-10 7:34 
AnswerRe: My.Settings Pin
DaveAuld2-Oct-10 5:54
professionalDaveAuld2-Oct-10 5:54 
GeneralRe: My.Settings Pin
Herboren3-Oct-10 5:06
Herboren3-Oct-10 5:06 
GeneralRe: My.Settings Pin
DaveAuld3-Oct-10 8:10
professionalDaveAuld3-Oct-10 8:10 
QuestionGregorian date to convert solar (Tarikh Shamsi) Pin
saywan161-Oct-10 2:18
saywan161-Oct-10 2:18 
Public Sub DatePersian(ByRef StrDay As String, ByRef StrMonth As String, ByRef StrDayOfMonth As String, ByRef StrYear As String)
Dim P As New Globalization.PersianCalendar
Select Case P.GetDayOfWeek(Date.UtcNow)
Case DayOfWeek.Friday : StrDay = "جمعه"
Case DayOfWeek.Monday : StrDay = "دوشنبه"
Case DayOfWeek.Saturday : StrDay = "شنبه"
Case DayOfWeek.Sunday : StrDay = "یکشنبه"
Case DayOfWeek.Thursday : StrDay = "پنج شنبه"
Case DayOfWeek.Tuesday : StrDay = "سه شنبه"
Case DayOfWeek.Wednesday : StrDay = "چهارشنبه"
End Select
Select Case P.GetMonth(Date.UtcNow)
Case 1 : StrMonth = "فروردین"
Case 2 : StrMonth = "اردیبهشت"
Case 3 : StrMonth = "خرداد"
Case 4 : StrMonth = "تیر"
Case 5 : StrMonth = "مرداد"
Case 6 : StrMonth = "شهریور"
Case 7 : StrMonth = "مهر"
Case 8 : StrMonth = "آبان"
Case 9 : StrMonth = "آذر"
Case 10 : StrMonth = "دی"
Case 11 : StrMonth = "بهمن"
Case 12 : StrMonth = "اسفند"
End Select
StrDayOfMonth = P.GetDayOfMonth(Date.UtcNow).ToString
StrYear = P.GetYear(Date.UtcNow).ToString()
End Sub
QuestionRe: Gregorian date to convert solar (Tarikh Shamsi) PinPopular
Luc Pattyn1-Oct-10 2:39
sitebuilderLuc Pattyn1-Oct-10 2:39 
Questionvb.net listview & arrays Pin
Central_IT30-Sep-10 11:10
Central_IT30-Sep-10 11:10 
AnswerRe: vb.net listview & arrays Pin
Luc Pattyn30-Sep-10 11:57
sitebuilderLuc Pattyn30-Sep-10 11:57 
QuestionUDP socket on the same host.. Pin
jainiraj28-Sep-10 18:29
jainiraj28-Sep-10 18:29 
QuestionKitchen Printer Pin
εїзεїзεїз27-Sep-10 20:37
εїзεїзεїз27-Sep-10 20:37 
AnswerRe: Kitchen Printer Pin
Dave Kreskowiak28-Sep-10 1:45
mveDave Kreskowiak28-Sep-10 1:45 
GeneralRe: Kitchen Printer Pin
εїзεїзεїз28-Sep-10 23:05
εїзεїзεїз28-Sep-10 23:05 
GeneralRe: Kitchen Printer Pin
Dave Kreskowiak29-Sep-10 2:12
mveDave Kreskowiak29-Sep-10 2:12 
GeneralRe: Kitchen Printer Pin
εїзεїзεїз29-Sep-10 2:57
εїзεїзεїз29-Sep-10 2:57 
QuestionGetCursorPos Pin
Win32SF27-Sep-10 18:59
Win32SF27-Sep-10 18:59 
AnswerRe: GetCursorPos Pin
Dave Kreskowiak28-Sep-10 1:42
mveDave Kreskowiak28-Sep-10 1:42 
GeneralRe: GetCursorPos Pin
Win32SF28-Sep-10 5:08
Win32SF28-Sep-10 5:08 
GeneralRe: GetCursorPos Pin
Dave Kreskowiak28-Sep-10 6:03
mveDave Kreskowiak28-Sep-10 6:03 
GeneralRe: GetCursorPos Pin
Win32SF28-Sep-10 12:32
Win32SF28-Sep-10 12:32 
GeneralRe: GetCursorPos Pin
Dave Kreskowiak28-Sep-10 16:41
mveDave Kreskowiak28-Sep-10 16:41 
GeneralRe: GetCursorPos Pin
Win32SF28-Sep-10 17:35
Win32SF28-Sep-10 17:35 
GeneralRe: GetCursorPos Pin
Dave Kreskowiak28-Sep-10 18:26
mveDave Kreskowiak28-Sep-10 18:26 

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.