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

Visual Basic

 
GeneralRe: How to maximize third party app Pin
jzonthemtn1-Jul-08 5:34
jzonthemtn1-Jul-08 5:34 
GeneralRe: How to maximize third party app Pin
JLTBDY7-Jul-08 7:28
JLTBDY7-Jul-08 7:28 
GeneralRe: How to maximize third party app Pin
jzonthemtn7-Jul-08 8:11
jzonthemtn7-Jul-08 8:11 
GeneralRe: How to maximize third party app Pin
JLTBDY8-Jul-08 12:00
JLTBDY8-Jul-08 12:00 
GeneralRe: How to maximize third party app Pin
jzonthemtn8-Jul-08 12:19
jzonthemtn8-Jul-08 12:19 
AnswerRe: How to maximize third party app Pin
JLTBDY9-Jul-08 6:07
JLTBDY9-Jul-08 6:07 
GeneralRe: How to maximize third party app Pin
jzonthemtn10-Jul-08 3:17
jzonthemtn10-Jul-08 3:17 
Questionsql datareader Pin
Ebube1-Jul-08 2:45
Ebube1-Jul-08 2:45 
i hav a table wit one record i write the following code to retieve it and write to a file it works. but when i run as window service it does not write anything to the file. is there a better approach to i should use
Dim con As New SqlConnection("server=PRGLAP11;database = Diamond ;uid=sa;pwd=rr")

Dim con As New SqlConnection(connectionString)
Dim com1 As New SqlCommand(ins, con)
com1.CommandType = CommandType.StoredProcedure
con.Open()
Dim dr1 As SqlDataReader

dr1 = com1.ExecuteReader()

con.Close()

dr1.Read()
s1 = dr1.Item(1)
s2 = dr1.Item(2)
s3 = dr1.Item(3)
Dim f As New StreamWriter("c:\test2.txt")
f.Close()
AnswerRe: sql datareader Pin
paas1-Jul-08 3:26
paas1-Jul-08 3:26 
GeneralRe: sql datareader Pin
Ebube1-Jul-08 5:05
Ebube1-Jul-08 5:05 
GeneralRe: sql datareader Pin
paas1-Jul-08 5:18
paas1-Jul-08 5:18 
GeneralRe: sql datareader Pin
Ebube1-Jul-08 5:33
Ebube1-Jul-08 5:33 
GeneralRe: sql datareader Pin
Ebube1-Jul-08 6:04
Ebube1-Jul-08 6:04 
GeneralRe: sql datareader Pin
paas1-Jul-08 7:03
paas1-Jul-08 7:03 
GeneralRe: sql datareader Pin
Ebube1-Jul-08 16:09
Ebube1-Jul-08 16:09 
QuestionInsert text at the end of the current mail in outlook Reply mail window using vb.net Pin
~Khatri Mitesh~1-Jul-08 2:42
~Khatri Mitesh~1-Jul-08 2:42 
Questionchecking image in a picturebox Pin
Ahamed Azeem1-Jul-08 2:33
Ahamed Azeem1-Jul-08 2:33 
AnswerRe: checking image in a picturebox Pin
Tom Deketelaere1-Jul-08 4:19
professionalTom Deketelaere1-Jul-08 4:19 
AnswerRe: checking image in a picturebox Pin
Kenny McKee1-Jul-08 7:31
Kenny McKee1-Jul-08 7:31 
AnswerRe: checking image in a picturebox Pin
Thomas Stockwell2-Jul-08 2:49
professionalThomas Stockwell2-Jul-08 2:49 
GeneralRe: checking image in a picturebox Pin
Ahamed Azeem2-Jul-08 3:13
Ahamed Azeem2-Jul-08 3:13 
QuestionExporting crystal report to HTML "Unhandled win32 exception in vb6.exe" Pin
atin11-Jul-08 2:00
atin11-Jul-08 2:00 
QuestionRemote debugging in VS2003 Pin
rotsey1-Jul-08 1:35
rotsey1-Jul-08 1:35 
Questionany one help me Pin
kannanmani30-Jun-08 23:39
kannanmani30-Jun-08 23:39 
AnswerRe: any one help me Pin
Steven J Jowett1-Jul-08 4:56
Steven J Jowett1-Jul-08 4:56 

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.