Click here to Skip to main content
15,909,199 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Reading from COM PORT in VB 6.0 Pin
No-e18-Oct-06 7:46
No-e18-Oct-06 7:46 
QuestionPassing objects byref to a remote server using .Net remoting Pin
mandrake_218-Oct-06 5:39
mandrake_218-Oct-06 5:39 
AnswerRe: Passing objects byref to a remote server using .Net remoting Pin
nlarson1118-Oct-06 6:26
nlarson1118-Oct-06 6:26 
GeneralRe: Passing objects byref to a remote server using .Net remoting Pin
mandrake_218-Oct-06 21:07
mandrake_218-Oct-06 21:07 
GeneralRe: Passing objects byref to a remote server using .Net remoting Pin
nlarson1119-Oct-06 5:37
nlarson1119-Oct-06 5:37 
QuestionMake a software dir like snapfiles Pin
NewbieCoder12318-Oct-06 5:23
NewbieCoder12318-Oct-06 5:23 
Questionsend files directly to printer Pin
adairjk18-Oct-06 4:23
adairjk18-Oct-06 4:23 
AnswerRe: send files directly to printer Pin
adairjk18-Oct-06 4:45
adairjk18-Oct-06 4:45 
Search for hours....no success.
Post a question...find it in 10 minutes. Go figure.

Here is what I found in case anyone cares.

Dim p As New System.Diagnostics.ProcessStartInfo()
p.Verb = "print"
p.WindowStyle = ProcessWindowStyle.Hidden
p.FileName = "C:\filename.htm"
p.UseShellExecute = True
System.Diagnostics.Process.Start(p)


QuestionWindows Media Player Plugins Pin
slim_az18-Oct-06 4:13
slim_az18-Oct-06 4:13 
QuestionCopy zip folder to back folder Pin
jds120718-Oct-06 4:02
jds120718-Oct-06 4:02 
AnswerRe: Copy zip folder to back folder Pin
nlarson1118-Oct-06 4:11
nlarson1118-Oct-06 4:11 
GeneralRe: Copy zip folder to back folder Pin
jds120718-Oct-06 5:04
jds120718-Oct-06 5:04 
GeneralRe: Copy zip folder to back folder Pin
nlarson1118-Oct-06 5:13
nlarson1118-Oct-06 5:13 
GeneralRe: Copy zip folder to back folder Pin
jds120718-Oct-06 5:30
jds120718-Oct-06 5:30 
GeneralRe: Copy zip folder to back folder Pin
nlarson1118-Oct-06 5:35
nlarson1118-Oct-06 5:35 
GeneralRe: Copy zip folder to back folder Pin
jds120718-Oct-06 5:51
jds120718-Oct-06 5:51 
GeneralRe: Copy zip folder to back folder Pin
nlarson1118-Oct-06 6:37
nlarson1118-Oct-06 6:37 
GeneralRe: Copy zip folder to back folder Pin
jds120718-Oct-06 7:28
jds120718-Oct-06 7:28 
GeneralRe: Copy zip folder to back folder Pin
Dave Kreskowiak18-Oct-06 7:31
mveDave Kreskowiak18-Oct-06 7:31 
Questionconnecting access database Pin
pusha18-Oct-06 3:41
pusha18-Oct-06 3:41 
AnswerRe: connecting access database Pin
Christian Graus18-Oct-06 4:32
protectorChristian Graus18-Oct-06 4:32 
QuestionDatagridview not refreshing Pin
Rey999918-Oct-06 3:07
Rey999918-Oct-06 3:07 
AnswerRe: Datagridview not refreshing Pin
Sebrell18-Oct-06 5:05
Sebrell18-Oct-06 5:05 
QuestionRe: Datagridview not refreshing Pin
Rey999918-Oct-06 5:28
Rey999918-Oct-06 5:28 
AnswerRe: Datagridview not refreshing [modified] Pin
Sebrell18-Oct-06 8:24
Sebrell18-Oct-06 8:24 

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.