Click here to Skip to main content
15,923,168 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Dataset problem Pin
Dave Kreskowiak27-Feb-08 9:11
mveDave Kreskowiak27-Feb-08 9:11 
GeneralRe: Dataset problem Pin
Vimalsoft(Pty) Ltd27-Feb-08 19:48
professionalVimalsoft(Pty) Ltd27-Feb-08 19:48 
Generalsearching for: VBS for uninstalling symantec antivirus and liveupdate as well Pin
mishiago27-Feb-08 7:02
mishiago27-Feb-08 7:02 
GeneralRe: searching for: VBS for uninstalling symantec antivirus and liveupdate as well Pin
Dave Kreskowiak27-Feb-08 7:31
mveDave Kreskowiak27-Feb-08 7:31 
GeneralRe: searching for: VBS for uninstalling symantec antivirus and liveupdate as well Pin
mishiago27-Feb-08 7:49
mishiago27-Feb-08 7:49 
GeneralRe: searching for: VBS for uninstalling symantec antivirus and liveupdate as well Pin
Mycroft Holmes27-Feb-08 18:02
professionalMycroft Holmes27-Feb-08 18:02 
QuestionProblem converting c# to vb.net [modified] Pin
Jan Sommer27-Feb-08 7:01
Jan Sommer27-Feb-08 7:01 
GeneralRe: Problem converting c# to vb.net Pin
Christian Graus27-Feb-08 9:00
protectorChristian Graus27-Feb-08 9:00 
No-one is going to trawl through all this source to try to find which line is 207.

I'd guess that the operator = error has to do with VB doing an implicit conversion to a type that does have operator =.

Error 4 is self explanatory. VB sucks. It won't let you call an event, you have to call RaiseEvent.

Error 5 looks like the convertor has failed to properly convert a constructor, at a guess

Error 6, 7, and 8 are all because VB sucks and is not case sensitive. The original code had Mirrored and mirrored defined ( probably as a private variable and a public property. Change mirrored to _mirrored through the code, and then they will not collide.

Christian Graus - Microsoft MVP - C++

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

GeneralRe: Problem converting c# to vb.net Pin
Jan Sommer28-Feb-08 4:51
Jan Sommer28-Feb-08 4:51 
QuestionHow to identifying the VB powerpacks controls in panel Pin
VB 8.027-Feb-08 3:15
VB 8.027-Feb-08 3:15 
AnswerRe: How to identifying the VB powerpacks controls in panel Pin
Dave Kreskowiak27-Feb-08 6:27
mveDave Kreskowiak27-Feb-08 6:27 
GeneralAny one can help me Pin
suresh v.p27-Feb-08 2:42
suresh v.p27-Feb-08 2:42 
GeneralRe: Any one can help me Pin
Dave Kreskowiak27-Feb-08 6:30
mveDave Kreskowiak27-Feb-08 6:30 
GeneralThreading event control question Pin
cstrader23227-Feb-08 2:36
cstrader23227-Feb-08 2:36 
GeneralRe: Threading event control question Pin
Dave Kreskowiak27-Feb-08 6:17
mveDave Kreskowiak27-Feb-08 6:17 
GeneralRe: Threading event control question Pin
cstrader23228-Feb-08 2:09
cstrader23228-Feb-08 2:09 
GeneralRe: Threading event control question Pin
Dave Kreskowiak28-Feb-08 3:07
mveDave Kreskowiak28-Feb-08 3:07 
Generaladding progress bar Pin
johnjsm27-Feb-08 2:09
johnjsm27-Feb-08 2:09 
GeneralRe: adding progress bar Pin
Dave Kreskowiak27-Feb-08 6:08
mveDave Kreskowiak27-Feb-08 6:08 
GeneralRe: adding progress bar Pin
johnjsm27-Feb-08 11:17
johnjsm27-Feb-08 11:17 
GeneralRe: adding progress bar Pin
Dave Kreskowiak28-Feb-08 3:05
mveDave Kreskowiak28-Feb-08 3:05 
GeneralSeeking VB sample using GPS Intermediate Driver parsed API Pin
twoods27-Feb-08 1:32
twoods27-Feb-08 1:32 
GeneralRe: Seeking VB sample using GPS Intermediate Driver parsed API Pin
Dave Kreskowiak27-Feb-08 6:39
mveDave Kreskowiak27-Feb-08 6:39 
QuestionStrange problem about msinet while using getheader method Pin
Member 438462427-Feb-08 1:02
Member 438462427-Feb-08 1:02 
GeneralRe: Strange problem about msinet while using getheader method Pin
Dave Kreskowiak27-Feb-08 6:42
mveDave Kreskowiak27-Feb-08 6: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.