Click here to Skip to main content
16,003,555 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Application Installation only once. Pin
Anonymous9-Sep-04 19:24
Anonymous9-Sep-04 19:24 
GeneralRe: Application Installation only once. Pin
Mekong River9-Sep-04 6:06
Mekong River9-Sep-04 6:06 
GeneralRe: Application Installation only once. Pin
Anonymous9-Sep-04 19:24
Anonymous9-Sep-04 19:24 
GeneralSave Properties of a TIFF image in Text File Pin
MNaveedSaeed8-Sep-04 21:17
MNaveedSaeed8-Sep-04 21:17 
GeneralRe: Save Properties of a TIFF image in Text File Pin
Dave Kreskowiak9-Sep-04 10:38
mveDave Kreskowiak9-Sep-04 10:38 
GeneralRe: Save Properties of a TIFF image in Text File Pin
Anonymous22-Sep-04 20:58
Anonymous22-Sep-04 20:58 
GeneralRe: Save Properties of a TIFF image in Text File Pin
Dave Kreskowiak23-Sep-04 0:21
mveDave Kreskowiak23-Sep-04 0:21 
Questioncan somebody help me.. (VB.NET) Pin
Member 12956508-Sep-04 19:46
Member 12956508-Sep-04 19:46 
Hi guyz, can somebody help me to convert the VB6 to Vb.Net


VB.CODE:

Dim ConnPort As String
Dim TypeFile As String
Dim psz As String

' Get selected Port
ConnPort = cboPort.List(cboPort.ListIndex)
If ConnPort = "COM" Then
psz = "COM1 =0 "
Else
psz = "USB=0 sharemode=shared "
End If

' Get selected File type
TypeFile = cboFileType.List(cboFileType.ListIndex)
If TypeFile = "Record" Then
psz = psz & "filetype= record"
Else
psz = psz & "filetype=transparent"
End If

DisplayResult "Connection Suscessful"

lngResult = PHOpen(psz, phConn)

DisplayResult "PHOpen : " & lngResult

DisplayResult "Result String : " & GetErrorString(lngResult)


I'll appreciate you guyz for helping me.. thanks in advance..Blush | :O

AnswerRe: can somebody help me.. (VB.NET) Pin
Mekong River8-Sep-04 21:41
Mekong River8-Sep-04 21:41 
GeneralDelete files and folders Pin
HPBlade8-Sep-04 19:08
HPBlade8-Sep-04 19:08 
GeneralRe: Delete files and folders Pin
Dave Kreskowiak9-Sep-04 10:47
mveDave Kreskowiak9-Sep-04 10:47 
GeneralRe: Delete files and folders Pin
TT(n)12-Sep-04 1:14
TT(n)12-Sep-04 1:14 
GeneralRe: Delete files and folders [EDITED] Pin
Dave Kreskowiak12-Sep-04 3:26
mveDave Kreskowiak12-Sep-04 3:26 
GeneralRe: Delete files and folders [EDITED] Pin
TT(n)12-Sep-04 8:27
TT(n)12-Sep-04 8:27 
GeneralRe: Delete files and folders ] Pin
TT(n)12-Sep-04 12:01
TT(n)12-Sep-04 12:01 
GeneralRe: Delete files and folders [EDITED] Pin
Dave Kreskowiak12-Sep-04 16:32
mveDave Kreskowiak12-Sep-04 16:32 
GeneralRe: Delete files and folders [EDITED] Pin
TT(n)13-Sep-04 1:41
TT(n)13-Sep-04 1:41 
GeneralRe: Delete files and folders [EDITED] Pin
Dave Kreskowiak13-Sep-04 12:16
mveDave Kreskowiak13-Sep-04 12:16 
GeneralRe: Delete files and folders [EDITED] Pin
TT(n)13-Sep-04 19:34
TT(n)13-Sep-04 19:34 
GeneralRe: Delete files and folders [EDITED] Pin
Dave Kreskowiak14-Sep-04 1:42
mveDave Kreskowiak14-Sep-04 1:42 
GeneralRe: Delete files and folders [EDITED] Pin
Anonymous14-Sep-04 17:29
Anonymous14-Sep-04 17:29 
Questionhow to add chm help file into vb.net project. Pin
rajad8-Sep-04 18:04
rajad8-Sep-04 18:04 
AnswerRe: how to add chm help file into vb.net project. Pin
Dave Kreskowiak9-Sep-04 10:52
mveDave Kreskowiak9-Sep-04 10:52 
GeneralRe: how to add chm help file into vb.net project. Pin
rajad9-Sep-04 15:46
rajad9-Sep-04 15:46 
GeneralRe: how to add chm help file into vb.net project. Pin
Dave Kreskowiak10-Sep-04 1:13
mveDave Kreskowiak10-Sep-04 1:13 

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.