Click here to Skip to main content
15,888,282 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionentity framework too slow executing even a small query Pin
dilkonika9-May-14 14:11
dilkonika9-May-14 14:11 
AnswerRe: entity framework too slow executing even a small query Pin
Dave Kreskowiak10-May-14 3:43
mveDave Kreskowiak10-May-14 3:43 
GeneralRe: entity framework too slow executing even a small query Pin
dilkonika10-May-14 8:49
dilkonika10-May-14 8:49 
GeneralRe: entity framework too slow executing even a small query Pin
Dave Kreskowiak10-May-14 11:10
mveDave Kreskowiak10-May-14 11:10 
GeneralRe: entity framework too slow executing even a small query Pin
dilkonika11-May-14 5:45
dilkonika11-May-14 5:45 
GeneralRe: entity framework too slow executing even a small query Pin
Dave Kreskowiak11-May-14 5:55
mveDave Kreskowiak11-May-14 5:55 
GeneralRe: entity framework too slow executing even a small query Pin
dilkonika11-May-14 7:17
dilkonika11-May-14 7:17 
QuestionHow to create a file Pin
ShadowsrayChamhell9-May-14 5:45
ShadowsrayChamhell9-May-14 5:45 
Hello everyone,

I want to create a text file when a program loads for the first time and refer it every time when we load the form or activate the form.

SQL
Open "C:\" & "filename.txt" For Output As #1
            register = CStr(Date)
            Print #1, register
            Close #1


This sample code is working on Win XP but its not creating txt file in Win 7. Please let me know how to make them work in 7 or 8 as well. Thanks in advance.
AnswerRe: How to create a file Pin
Simon_Whale9-May-14 5:50
Simon_Whale9-May-14 5:50 
GeneralRe: How to create a file Pin
ShadowsrayChamhell9-May-14 6:02
ShadowsrayChamhell9-May-14 6:02 
Question8-puzzle game Pin
Member 108030917-May-14 21:04
Member 108030917-May-14 21:04 
AnswerRe: 8-puzzle game Pin
Chris Quinn7-May-14 21:11
Chris Quinn7-May-14 21:11 
AnswerRe: 8-puzzle game Pin
Mycroft Holmes7-May-14 23:23
professionalMycroft Holmes7-May-14 23:23 
Question8-puzzle game Pin
Member 108030917-May-14 21:01
Member 108030917-May-14 21:01 
QuestionPaste in next available row Pin
David Rubin6-May-14 6:43
David Rubin6-May-14 6:43 
AnswerRe: Paste in next available row Pin
Eddy Vluggen6-May-14 7:25
professionalEddy Vluggen6-May-14 7:25 
GeneralRe: Paste in next available row Pin
David Rubin6-May-14 7:27
David Rubin6-May-14 7:27 
GeneralRe: Paste in next available row Pin
Eddy Vluggen6-May-14 7:42
professionalEddy Vluggen6-May-14 7:42 
GeneralRe: Paste in next available row Pin
David Rubin6-May-14 7:46
David Rubin6-May-14 7:46 
GeneralRe: Paste in next available row Pin
Eddy Vluggen6-May-14 8:49
professionalEddy Vluggen6-May-14 8:49 
GeneralRe: Paste in next available row Pin
David Rubin6-May-14 11:22
David Rubin6-May-14 11:22 
GeneralRe: Paste in next available row Pin
Mycroft Holmes6-May-14 13:03
professionalMycroft Holmes6-May-14 13:03 
GeneralRe: Paste in next available row Pin
Eddy Vluggen9-May-14 5:21
professionalEddy Vluggen9-May-14 5:21 
GeneralRe: Paste in next available row Pin
David Rubin6-May-14 7:28
David Rubin6-May-14 7:28 
QuestionHow i can use stored procedure in vb.net with two parameters Pin
tastini5-May-14 7:47
professionaltastini5-May-14 7:47 

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.