Click here to Skip to main content
15,917,060 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Program only works in within visual studio Pin
Christian Graus24-Aug-05 15:10
protectorChristian Graus24-Aug-05 15:10 
GeneralRe: Program only works in within visual studio Pin
nim5224-Aug-05 17:46
nim5224-Aug-05 17:46 
GeneralRe: Program only works in within visual studio Pin
Christian Graus24-Aug-05 17:48
protectorChristian Graus24-Aug-05 17:48 
GeneralRe: Program only works in within visual studio Pin
nim5225-Aug-05 8:20
nim5225-Aug-05 8:20 
GeneralKey Board Hooking and SendInput function Pin
matthew kelly24-Aug-05 12:16
matthew kelly24-Aug-05 12:16 
GeneralRe: Key Board Hooking and SendInput function Pin
progload24-Aug-05 15:43
progload24-Aug-05 15:43 
GeneralOverloads vs. Shadows Pin
Ghazi Sarhan24-Aug-05 9:38
Ghazi Sarhan24-Aug-05 9:38 
GeneralRe: Overloads vs. Shadows Pin
Christian Graus24-Aug-05 11:14
protectorChristian Graus24-Aug-05 11:14 
Ghazi Sarhan wrote:
And i need to know if i can remove a function that exists in an inherited class from my class.

I had no idea about any of this, but google makes it pretty easy to find out.

Shadows: The Shadows keyword works like the Overloads keyword except that with shadows we do not have to follow rules such as implementing the same signature. The Shadows keyword does not require the consent (override ability) of the inherited class to replace the property or method's implementation code. A method does not have to be defined as overridable for the Shadows keyword to work.


Christian Graus - Microsoft MVP - C++
Generalbulletproof code best practices Pin
DaveC42691324-Aug-05 9:05
DaveC42691324-Aug-05 9:05 
GeneralRe: bulletproof code best practices Pin
Christian Graus24-Aug-05 11:16
protectorChristian Graus24-Aug-05 11:16 
GeneralWindows Shutdown Pin
klmall24-Aug-05 8:41
klmall24-Aug-05 8:41 
GeneralRe: Windows Shutdown Pin
Dave Kreskowiak24-Aug-05 9:02
mveDave Kreskowiak24-Aug-05 9:02 
GeneralRe: Windows Shutdown Pin
klmall24-Aug-05 12:51
klmall24-Aug-05 12:51 
GeneralActiveDocument.SaveAs Problem Pin
Jim Munton24-Aug-05 8:36
Jim Munton24-Aug-05 8:36 
GeneralRe: ActiveDocument.SaveAs Problem Pin
Dave Kreskowiak24-Aug-05 9:00
mveDave Kreskowiak24-Aug-05 9:00 
GeneralRe: ActiveDocument.SaveAs Problem Pin
Jim Munton24-Aug-05 9:10
Jim Munton24-Aug-05 9:10 
GeneralRe: ActiveDocument.SaveAs Problem Pin
Dave Kreskowiak24-Aug-05 10:00
mveDave Kreskowiak24-Aug-05 10:00 
Generalmaking backup and recovery using vb.net and Sql server 2000 as a database Pin
Mamokwena24-Aug-05 7:50
Mamokwena24-Aug-05 7:50 
GeneralRe: making backup and recovery using vb.net and Sql server 2000 as a database Pin
Dave Kreskowiak24-Aug-05 8:50
mveDave Kreskowiak24-Aug-05 8:50 
GeneralExport to excel formatting question Pin
raj_marthy24-Aug-05 6:26
raj_marthy24-Aug-05 6:26 
GeneralRe: Export to excel formatting question Pin
raj_marthy25-Aug-05 9:27
raj_marthy25-Aug-05 9:27 
QuestionHow can I add VBIDE in my VB solution references? Pin
ATC24-Aug-05 5:54
ATC24-Aug-05 5:54 
AnswerRe: How can I add VBIDE in my VB solution references? Pin
Dave Kreskowiak24-Aug-05 8:49
mveDave Kreskowiak24-Aug-05 8:49 
GeneralDatagrid - Last row always blank Pin
dptalt24-Aug-05 5:07
dptalt24-Aug-05 5:07 
GeneralRe: Datagrid - Last row always blank Pin
Dave Kreskowiak24-Aug-05 5:54
mveDave Kreskowiak24-Aug-05 5:54 

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.