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

Visual Basic

 
AnswerRe: GetFiles() method altering LastAccessedDate???? Pin
Dave Kreskowiak15-Nov-06 7:27
mveDave Kreskowiak15-Nov-06 7:27 
Questionplaying card class Pin
willcocksyido15-Nov-06 5:59
willcocksyido15-Nov-06 5:59 
AnswerRe: playing card class Pin
Guffa15-Nov-06 7:06
Guffa15-Nov-06 7:06 
QuestionVB6.FixedLengthString(#) - Alternate Pin
nlindley715-Nov-06 5:11
nlindley715-Nov-06 5:11 
AnswerRe: VB6.FixedLengthString(#) - Alternate Pin
nlarson1115-Nov-06 5:17
nlarson1115-Nov-06 5:17 
GeneralRe: VB6.FixedLengthString(#) - Alternate Pin
nlindley715-Nov-06 5:39
nlindley715-Nov-06 5:39 
QuestionAnyway to set picturebox control to always be center screen??? Pin
Joey Picerno15-Nov-06 5:07
Joey Picerno15-Nov-06 5:07 
AnswerRe: Anyway to set picturebox control to always be center screen??? Pin
nlarson1115-Nov-06 5:21
nlarson1115-Nov-06 5:21 
Private Sub Form2_Resize(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Resize

If Me.WindowState <> FormWindowState.Minimized Then
With PictureBox1
.Left = (Me.ClientRectangle.Width / 2) - (.Width / 2)
.Top = (Me.ClientRectangle.Height / 2) - (.Height / 2)
End With
end if
End Sub

AnswerRe: Anyway to set picturebox control to always be center screen??? Pin
Johan Hakkesteegt16-Nov-06 8:15
Johan Hakkesteegt16-Nov-06 8:15 
QuestionHow to cancel printing using commondialog ctrl Pin
MyFathersSon15-Nov-06 4:57
MyFathersSon15-Nov-06 4:57 
Questioncheck existence Pin
jds120715-Nov-06 4:01
jds120715-Nov-06 4:01 
AnswerRe: check existence Pin
nlarson1115-Nov-06 4:18
nlarson1115-Nov-06 4:18 
GeneralRe: check existence Pin
jds120715-Nov-06 8:39
jds120715-Nov-06 8:39 
GeneralRe: check existence Pin
Johan Hakkesteegt19-Nov-06 22:42
Johan Hakkesteegt19-Nov-06 22:42 
QuestionSet orientation property in a Spreadsheet control using Office Web Components and VB.NET Pin
DoubleZ15-Nov-06 3:28
DoubleZ15-Nov-06 3:28 
QuestionExecute Command Line Switches of Microsoft Access Pin
Sunil Lanke15-Nov-06 2:09
Sunil Lanke15-Nov-06 2:09 
AnswerRe: Execute Command Line Switches of Microsoft Access Pin
Dave Kreskowiak15-Nov-06 4:44
mveDave Kreskowiak15-Nov-06 4:44 
QuestionDeployment Program Pin
FriendlySoluations15-Nov-06 1:59
FriendlySoluations15-Nov-06 1:59 
AnswerRe: Deployment Program Pin
ChandraRam15-Nov-06 2:03
ChandraRam15-Nov-06 2:03 
QuestionActiveX web browser control Pin
gspowar15-Nov-06 1:30
gspowar15-Nov-06 1:30 
QuestionSpecified cast is not valid. Pin
honey12315-Nov-06 1:02
honey12315-Nov-06 1:02 
AnswerRe: Specified cast is not valid. Pin
nlarson1115-Nov-06 4:57
nlarson1115-Nov-06 4:57 
GeneralRe: Specified cast is not valid. [modified] Pin
honey12315-Nov-06 17:19
honey12315-Nov-06 17:19 
QuestionFlag for debuggin mode in VB 6.0 or higher Pin
TheKriminal15-Nov-06 1:00
TheKriminal15-Nov-06 1:00 
AnswerRe: Flag for debuggin mode in VB 6.0 or higher [modified] Pin
nlarson1115-Nov-06 4:02
nlarson1115-Nov-06 4:02 

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.