Click here to Skip to main content
15,891,895 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionProblems with LINQ; Except method Pin
gGregor8312-Feb-09 10:47
gGregor8312-Feb-09 10:47 
Questioncheck is current time is lie between two times "t1" and "t2" Pin
Member 353030712-Feb-09 8:10
Member 353030712-Feb-09 8:10 
GeneralRe: check is current time is lie between two times "t1" and "t2" Pin
Luc Pattyn12-Feb-09 9:14
sitebuilderLuc Pattyn12-Feb-09 9:14 
QuestionVolume level of MP3 file Pin
Kevnar12-Feb-09 7:51
Kevnar12-Feb-09 7:51 
AnswerRe: Volume level of MP3 file Pin
Dave Kreskowiak13-Feb-09 3:51
mveDave Kreskowiak13-Feb-09 3:51 
QuestionLink in MsgBox Pin
ivo7512-Feb-09 7:09
ivo7512-Feb-09 7:09 
AnswerRe: Link in MsgBox Pin
Dave Kreskowiak12-Feb-09 7:32
mveDave Kreskowiak12-Feb-09 7:32 
GeneralRe: Link in MsgBox Pin
ivo7512-Feb-09 8:02
ivo7512-Feb-09 8:02 
Thanks then I use form with Linklabel. I check with this code whether .NET Framework version 2.0 is exist.If not exist I want to show MsgBox with link indicate Microsoft site, but I use form with link

Dim key1 As String
key1 = Registry.LocalMachine.OpenSubKey("SOFTWARE").OpenSubKey("Microsoft").OpenSubKey(".NETFramework").OpenSubKey("Policy").OpenSubKey("v2.0").GetValue("50727").ToString()
Dim v20 As Boolean
v20 = False
v20 = (key1 = "50727-50727")
If v20 = False Then

MsgBox("Нямате инсталиран .Net Framework 2.0 на вашия компютър" + Environment.NewLine + "може да го изтеглите от")
End If
GeneralRe: Link in MsgBox Pin
vigylant12-Feb-09 8:20
vigylant12-Feb-09 8:20 
GeneralRe: Link in MsgBox Pin
ivo7512-Feb-09 8:23
ivo7512-Feb-09 8:23 
GeneralRe: Link in MsgBox Pin
Dave Kreskowiak12-Feb-09 10:14
mveDave Kreskowiak12-Feb-09 10:14 
GeneralRe: Link in MsgBox Pin
ivo7513-Feb-09 6:33
ivo7513-Feb-09 6:33 
GeneralRe: Link in MsgBox Pin
Dave Kreskowiak13-Feb-09 12:09
mveDave Kreskowiak13-Feb-09 12:09 
GeneralRe: Link in MsgBox Pin
ivo7513-Feb-09 20:27
ivo7513-Feb-09 20:27 
GeneralRe: Link in MsgBox Pin
Dave Kreskowiak14-Feb-09 0:58
mveDave Kreskowiak14-Feb-09 0:58 
GeneralRe: Link in MsgBox Pin
ivo7514-Feb-09 1:19
ivo7514-Feb-09 1:19 
QuestionCreate TabControl, but with nodes Pin
vigylant12-Feb-09 6:32
vigylant12-Feb-09 6:32 
AnswerRe: Create TabControl, but with nodes Pin
Dave Kreskowiak12-Feb-09 7:41
mveDave Kreskowiak12-Feb-09 7:41 
GeneralRe: Create TabControl, but with nodes Pin
vigylant12-Feb-09 8:18
vigylant12-Feb-09 8:18 
GeneralRe: Create TabControl, but with nodes Pin
Dave Kreskowiak12-Feb-09 10:12
mveDave Kreskowiak12-Feb-09 10:12 
GeneralRe: Create TabControl, but with nodes Pin
vigylant12-Feb-09 10:16
vigylant12-Feb-09 10:16 
QuestionFilter percent (%) and Apostrophes (') Pin
mbv80012-Feb-09 5:24
mbv80012-Feb-09 5:24 
AnswerRe: Filter percent (%) and Apostrophes (') Pin
mbv80013-Feb-09 5:09
mbv80013-Feb-09 5:09 
AnswerRe: Filter percent (%) and Apostrophes (') Pin
mbv80013-Feb-09 7:51
mbv80013-Feb-09 7:51 
QuestionDelete Duplicate Record Pin
Muhammad Fahim Baloch12-Feb-09 4:12
Muhammad Fahim Baloch12-Feb-09 4:12 

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.