Click here to Skip to main content
15,920,102 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Call Crystal report viewer to VB.net [modified] Pin
Yose Antony27-May-09 22:49
Yose Antony27-May-09 22:49 
QuestionThe 'Me' keyword Pin
Jay Royall27-May-09 0:06
Jay Royall27-May-09 0:06 
AnswerRe: The 'Me' keyword Pin
Henry Minute27-May-09 0:21
Henry Minute27-May-09 0:21 
GeneralRe: The 'Me' keyword Pin
Jay Royall27-May-09 0:33
Jay Royall27-May-09 0:33 
QuestionStructure within structure - Help needed [modified] Pin
tiagu26-May-09 23:46
tiagu26-May-09 23:46 
AnswerRe: Structure within structure - Help needed Pin
Eddy Vluggen27-May-09 0:52
professionalEddy Vluggen27-May-09 0:52 
GeneralRe: Structure within structure - Help needed Pin
Jon_Boy27-May-09 1:46
Jon_Boy27-May-09 1:46 
GeneralRe: Structure within structure - Help needed Pin
tiagu27-May-09 2:01
tiagu27-May-09 2:01 
GeneralRe: Structure within structure - Help needed Pin
Eddy Vluggen27-May-09 3:03
professionalEddy Vluggen27-May-09 3:03 
GeneralRe: Structure within structure - Help needed Pin
tiagu27-May-09 4:48
tiagu27-May-09 4:48 
QuestionPause, freeze external process launched a ShellExecuteEx (VB6) Pin
Rienzi Garberoglio26-May-09 22:55
Rienzi Garberoglio26-May-09 22:55 
AnswerRe: Pause, freeze external process launched a ShellExecuteEx (VB6) Pin
Dave Kreskowiak27-May-09 1:47
mveDave Kreskowiak27-May-09 1:47 
QuestionBootable Program Pin
Anubhava Dimri26-May-09 20:07
Anubhava Dimri26-May-09 20:07 
AnswerRe: Bootable Program Pin
_Damian S_26-May-09 20:18
professional_Damian S_26-May-09 20:18 
GeneralRe: Bootable Program Pin
Anubhava Dimri26-May-09 20:41
Anubhava Dimri26-May-09 20:41 
GeneralRe: Bootable Program Pin
Eddy Vluggen26-May-09 20:58
professionalEddy Vluggen26-May-09 20:58 
AnswerRe: Bootable Program Pin
0x3c026-May-09 21:44
0x3c026-May-09 21:44 
A bootloader is 512 bytes long, and has a specific two-byte signature at the end of the file. It gets loaded at 0x7c00:0x0. You get put in real mode. BIOS interrupts are available. But before you even start writing an operating system, make sure you know C++ and assembly language (especially pointers). If you need to get any more knowledge then go to the OSDev Wiki and read anything you can find. Write some code, and follow tutorials to start with
GeneralRe: Bootable Program Pin
Anubhava Dimri26-May-09 22:28
Anubhava Dimri26-May-09 22:28 
GeneralRe: Bootable Program Pin
Dave Kreskowiak27-May-09 1:45
mveDave Kreskowiak27-May-09 1:45 
GeneralRe: Bootable Program Pin
0x3c027-May-09 2:30
0x3c027-May-09 2:30 
AnswerRe: Bootable Program Pin
Dave Kreskowiak27-May-09 1:46
mveDave Kreskowiak27-May-09 1:46 
AnswerRe: Bootable Program Pin
DidiKunz28-May-09 23:44
DidiKunz28-May-09 23:44 
GeneralRe: Bootable Program Pin
Anubhava Dimri29-May-09 0:29
Anubhava Dimri29-May-09 0:29 
QuestionCrystal ReportProblem with vb.net with MS access Pin
hrishiS26-May-09 18:38
hrishiS26-May-09 18:38 
AnswerRe: Crystal ReportProblem with vb.net with MS access Pin
Anubhava Dimri26-May-09 18:53
Anubhava Dimri26-May-09 18:53 

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.