Click here to Skip to main content
15,912,897 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionOh! I forget how to make a string with this " content!! Pin
cylix200016-Jan-06 0:29
cylix200016-Jan-06 0:29 
AnswerRe: Oh! I forget how to make a string with this " content!! Pin
Guffa16-Jan-06 0:57
Guffa16-Jan-06 0:57 
AnswerRe: Oh! I forget how to make a string with this " content!! Pin
Steve Pullan16-Jan-06 11:09
Steve Pullan16-Jan-06 11:09 
QuestionMS word 11 interop Pin
MichaelWithersone15-Jan-06 23:54
MichaelWithersone15-Jan-06 23:54 
QuestionADD EXCEL REFRENCE Pin
vivek_pon15-Jan-06 23:14
vivek_pon15-Jan-06 23:14 
AnswerRe: ADD EXCEL REFRENCE Pin
Christian Graus16-Jan-06 11:52
protectorChristian Graus16-Jan-06 11:52 
AnswerRe: ADD EXCEL REFRENCE Pin
GitaWist16-Jan-06 14:03
GitaWist16-Jan-06 14:03 
QuestionProblem on Migrating from VB to VB.NET. Please help me. Pin
drexler_kk15-Jan-06 22:42
drexler_kk15-Jan-06 22:42 
I am having trouble when converting the following code from my original VB to VB.NET code. I wish someone can help me on this code,I keep on trying but it doesn't really runs. How should I change for it to run in VB.NET? Please give me some solution,I'm really new to this. Thank you so much~!

Private Sub TT_Engine_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Service_Name = "TT"
Label1.Text = Service_Name & "_Reminder"

If Dir(App.Path & "\Logs", vbDirectory) = "" Then
MkDir(App.Path & "\Logs")
End If

'############## Used For Log File ###########################################

Log_File_Name = Service_Name & "_Reminder.log"

Dim file_exist As Boolean
file_exist = mFileSysObj.FileExists(App.Path & "\Logs\" & Log_File_Name)
If (file_exist) Then
logFile = mFileSysObj.GetFile(App.Path & "\Logs\" & Log_File_Name)
Else

mFileSysObj.CreateTextFile(App.Path & "\Logs\" & Log_File_Name, True)
logFile = mFileSysObj.GetFile(App.Path & "\Logs\" & Log_File_Name)
End If

'################ Database Setting ######################################

MaxServerIP = "local"
MaxServerPass = "local"
DiServerIP = "local"
DiServerPass = "local"
MaxServerGatewayIP = "local"
MaxServerGatewayPass = "local"
DellServerIP = "local"
DellServerPass = "local"

End Sub
AnswerRe: Problem on Migrating from VB to VB.NET. Please help me. Pin
Guffa15-Jan-06 23:25
Guffa15-Jan-06 23:25 
GeneralRe: Problem on Migrating from VB to VB.NET. Please help me. Pin
drexler_kk16-Jan-06 17:13
drexler_kk16-Jan-06 17:13 
AnswerRe: Problem on Migrating from VB to VB.NET. Please help me. Pin
Guffa19-Jan-06 21:37
Guffa19-Jan-06 21:37 
AnswerRe: Problem on Migrating from VB to VB.NET. Please help me. Pin
Steve Pullan16-Jan-06 11:10
Steve Pullan16-Jan-06 11:10 
GeneralRe: Problem on Migrating from VB to VB.NET. Please help me. Pin
drexler_kk16-Jan-06 17:16
drexler_kk16-Jan-06 17:16 
GeneralRe: Problem on Migrating from VB to VB.NET. Please help me. Pin
Steve Pullan17-Jan-06 11:22
Steve Pullan17-Jan-06 11:22 
QuestionSwitchDesktop API question Pin
MohammadAmiry15-Jan-06 22:26
MohammadAmiry15-Jan-06 22:26 
QuestionBluetooth in VB.NET Pin
len_ems15-Jan-06 20:45
len_ems15-Jan-06 20:45 
QuestionSelecting a record from datagrid in VB.Net Pin
mayhem_rules15-Jan-06 20:40
mayhem_rules15-Jan-06 20:40 
AnswerRe: Selecting a record from datagrid in VB.Net Pin
dptalt16-Jan-06 10:33
dptalt16-Jan-06 10:33 
QuestionIt is hard to delete this file, please Help! Pin
cylix200015-Jan-06 20:37
cylix200015-Jan-06 20:37 
AnswerRe: It is hard to delete this file, please Help! Pin
Guffa15-Jan-06 21:13
Guffa15-Jan-06 21:13 
QuestionOpenFileDialog Pin
shiroamachi15-Jan-06 19:37
shiroamachi15-Jan-06 19:37 
AnswerRe: OpenFileDialog Pin
J4amieC15-Jan-06 21:46
J4amieC15-Jan-06 21:46 
QuestionHELLLP!!! Pin
GitaWist15-Jan-06 19:35
GitaWist15-Jan-06 19:35 
AnswerRe: HELLLP!!! Pin
minh trang15-Jan-06 19:58
minh trang15-Jan-06 19:58 
AnswerRe: HELLLP!!! Pin
Eric Dahlvang16-Jan-06 11:42
Eric Dahlvang16-Jan-06 11:42 

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.