Click here to Skip to main content
15,905,028 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Disable CTRL+ALT+DEL IN Windows Vista & 7 Pin
Eddy Vluggen15-Jan-11 10:44
professionalEddy Vluggen15-Jan-11 10:44 
AnswerRe: Disable CTRL+ALT+DEL in Windows Vista & 7 Pin
Luc Pattyn5-Jan-11 3:04
sitebuilderLuc Pattyn5-Jan-11 3:04 
QuestionProblem to read data when i execute store procedure.... Pin
Saurabh Chandak4-Jan-11 20:20
Saurabh Chandak4-Jan-11 20:20 
AnswerRe: Problem to read data when i execute store procedure.... Pin
Eddy Vluggen5-Jan-11 0:17
professionalEddy Vluggen5-Jan-11 0:17 
QuestionHow to expose a datatable in a strongly typed dataset (without exposing the whole dataset). Pin
Jon_Boy4-Jan-11 1:17
Jon_Boy4-Jan-11 1:17 
AnswerRe: How to expose a datatable in a strongly typed dataset (without exposing the whole dataset). Pin
Jon_Boy5-Jan-11 9:42
Jon_Boy5-Jan-11 9:42 
QuestionGetting an error From Richtextbox1.savefile Pin
Bso_Cool3-Jan-11 11:03
Bso_Cool3-Jan-11 11:03 
AnswerRe: Getting an error From Richtextbox1.savefile Pin
Luc Pattyn3-Jan-11 11:40
sitebuilderLuc Pattyn3-Jan-11 11:40 
yes, this is one of those confusing error messages. When it says that, it really means to say: "Failing to ... because the file is being used by this very process or maybe even another process".

The typical cause is either one of these:

1.
your app has the file still open, i.e. you forgot to dispose of the File, FileStream, or whatever relevant object you used earlier to access that file.

2.
another app is busy accessing your file; typical candidates are indexing programs, and AntiVirus programs (both are very interested in fresh files!). If so, all it takes is a few seconds of patience and a retry.

Smile | :)
Luc Pattyn [Forum Guidelines] [My Articles] [My CP bug tracking] Nil Volentibus Arduum
Season's Greetings to all CPians.


Questionquiz website using vb.net [modified] Pin
raisinah2-Jan-11 19:27
raisinah2-Jan-11 19:27 
AnswerRe: quiz website using vb.net Pin
Pradeep K V2-Jan-11 23:19
Pradeep K V2-Jan-11 23:19 
GeneralRe: quiz website using vb.net Pin
raisinah3-Jan-11 14:59
raisinah3-Jan-11 14:59 
AnswerRe: quiz website using vb.net Pin
Nuri Ismail2-Jan-11 23:55
Nuri Ismail2-Jan-11 23:55 
QuestionChange the Date Format at Runtime VB.NET Pin
Noufe1-Jan-11 18:36
Noufe1-Jan-11 18:36 
AnswerRe: Change the Date Format at Runtime VB.NET Pin
thatraja1-Jan-11 18:58
professionalthatraja1-Jan-11 18:58 
AnswerRe: Change the Date Format at Runtime VB.NET Pin
Luc Pattyn1-Jan-11 23:56
sitebuilderLuc Pattyn1-Jan-11 23:56 
AnswerRe: Change the Date Format at Runtime VB.NET Pin
Аslam Iqbal3-Jan-11 8:31
professionalАslam Iqbal3-Jan-11 8:31 
GeneralRe: Change the Date Format at Runtime VB.NET Pin
Henry Minute3-Jan-11 15:52
Henry Minute3-Jan-11 15:52 
QuestionSend message to specific RDP terminal with VBScript [modified] Pin
jamosdelnorte31-Dec-10 7:34
jamosdelnorte31-Dec-10 7:34 
AnswerRe: Send message to specific RDP terminal with VBScript Pin
Henry Minute31-Dec-10 12:11
Henry Minute31-Dec-10 12:11 
GeneralRe: Send message to specific RDP terminal with VBScript Pin
jamosdelnorte31-Dec-10 14:16
jamosdelnorte31-Dec-10 14:16 
AnswerRe: Send message to specific RDP terminal with VBScript Pin
LloydA11131-Dec-10 12:52
LloydA11131-Dec-10 12:52 
GeneralRe: Send message to specific RDP terminal with VBScript Pin
jamosdelnorte31-Dec-10 14:18
jamosdelnorte31-Dec-10 14:18 
AnswerRe: Send message to specific RDP terminal with VBScript Pin
David Mujica3-Jan-11 3:54
David Mujica3-Jan-11 3:54 
GeneralRe: Send message to specific RDP terminal with VBScript Pin
jamosdelnorte4-Jan-11 6:46
jamosdelnorte4-Jan-11 6:46 
QuestionHow to Wrie MySQL Queries in VB.NET Pin
Fida_Bhittani28-Dec-10 18:13
Fida_Bhittani28-Dec-10 18: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.