Click here to Skip to main content
15,891,136 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Write special cahrs from database to text file using vb.net Pin
vijay24826-Apr-11 0:05
vijay24826-Apr-11 0:05 
Questionfind window lock time and unlock time? Pin
kartheeee5-Apr-11 1:23
kartheeee5-Apr-11 1:23 
AnswerRe: find window lock time and unlock time? Pin
dan!sh 5-Apr-11 1:45
professional dan!sh 5-Apr-11 1:45 
AnswerRe: find window lock time and unlock time? Pin
Dave Kreskowiak5-Apr-11 4:04
mveDave Kreskowiak5-Apr-11 4:04 
QuestionTasks Scheduler issue Pin
mli.ahmed4-Apr-11 19:25
mli.ahmed4-Apr-11 19:25 
GeneralRe: Tasks Scheduler issue Pin
thatraja4-Apr-11 20:13
professionalthatraja4-Apr-11 20:13 
GeneralRe: Tasks Scheduler issue Pin
mli.ahmed4-Apr-11 20:56
mli.ahmed4-Apr-11 20:56 
GeneralRe: Tasks Scheduler issue Pin
Dave Kreskowiak5-Apr-11 4:07
mveDave Kreskowiak5-Apr-11 4:07 
You got that error because t is Nothing, or NULL. You're trying to assign a value to a property on an object that's doesn't exist.

Your could is ASSUMING you got a object back from the CreateTask line above it. You have to check to see if you got a valid object back from that line before you start assigning properties.

GeneralCrosspost Pin
thatraja4-Apr-11 20:37
professionalthatraja4-Apr-11 20:37 
GeneralRe: Crosspost Pin
mli.ahmed4-Apr-11 21:02
mli.ahmed4-Apr-11 21:02 
GeneralRe: Crosspost Pin
Bernhard Hiller4-Apr-11 21:56
Bernhard Hiller4-Apr-11 21:56 
Questionesc key Pin
JR21231-Mar-11 22:20
JR21231-Mar-11 22:20 
AnswerRe: esc key Pin
Luc Pattyn1-Apr-11 1:12
sitebuilderLuc Pattyn1-Apr-11 1:12 
GeneralRe: esc key Pin
JR2121-Apr-11 3:15
JR2121-Apr-11 3:15 
AnswerRe: esc key Pin
Luc Pattyn1-Apr-11 3:17
sitebuilderLuc Pattyn1-Apr-11 3:17 
GeneralRe: esc key Pin
Herboren7-Apr-11 4:58
Herboren7-Apr-11 4:58 
AnswerRe: esc key Pin
Luc Pattyn7-Apr-11 5:01
sitebuilderLuc Pattyn7-Apr-11 5:01 
GeneralRe: esc key Pin
Herboren7-Apr-11 5:11
Herboren7-Apr-11 5:11 
GeneralRe: esc key Pin
Luc Pattyn7-Apr-11 5:20
sitebuilderLuc Pattyn7-Apr-11 5:20 
QuestionAccessing Printer Settings Not Built Into .NET Pin
Dominick Marciano31-Mar-11 5:42
professionalDominick Marciano31-Mar-11 5:42 
AnswerRe: Accessing Printer Settings Not Built Into .NET Pin
Johan Hakkesteegt13-Apr-11 23:01
Johan Hakkesteegt13-Apr-11 23:01 
QuestionWebrequest & GUI Refresh (Threading?) Pin
cipherwar28-Mar-11 22:37
cipherwar28-Mar-11 22:37 
AnswerRe: Webrequest & GUI Refresh (Threading!) Pin
Luc Pattyn28-Mar-11 23:53
sitebuilderLuc Pattyn28-Mar-11 23:53 
GeneralRe: Webrequest & GUI Refresh (Threading!) Pin
cipherwar29-Mar-11 1:58
cipherwar29-Mar-11 1:58 
GeneralRe: Webrequest & GUI Refresh (Threading!) Pin
Luc Pattyn29-Mar-11 2:08
sitebuilderLuc Pattyn29-Mar-11 2:08 

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.