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

Visual Basic

 
QuestionDifferences in Format method between VB6 an VB.NET Pin
Diego F.6-Jun-07 5:49
Diego F.6-Jun-07 5:49 
AnswerRe: Differences in Format method between VB6 an VB.NET Pin
Diego F.6-Jun-07 6:04
Diego F.6-Jun-07 6:04 
GeneralRe: Differences in Format method between VB6 an VB.NET Pin
Guffa6-Jun-07 12:14
Guffa6-Jun-07 12:14 
AnswerRe: Differences in Format method between VB6 an VB.NET Pin
Dave Kreskowiak6-Jun-07 7:15
mveDave Kreskowiak6-Jun-07 7:15 
QuestionVersion independent reference to type library? [modified] Pin
barts0076-Jun-07 5:42
barts0076-Jun-07 5:42 
AnswerRe: Version independent reference to type library? Pin
Dave Kreskowiak6-Jun-07 7:12
mveDave Kreskowiak6-Jun-07 7:12 
QuestionIssues with opening the Code window on double click of a command in VB.Net Pin
Sabrina Spillane6-Jun-07 3:51
Sabrina Spillane6-Jun-07 3:51 
AnswerRe: Issues with opening the Code window on double click of a command in VB.Net Pin
Dave Kreskowiak6-Jun-07 4:06
mveDave Kreskowiak6-Jun-07 4:06 
This question belongs in the ASP.NET Forum.

But, if you changed the class name in this file, then yes, you've caused a problem. A Partial class is a class that spans multiple files. If you change the name specified in the Partial Class line in one file, you MUST change it in the others that make up the rest of the class. Also, ANY references to this class name in ANY other files must also be changed to use the new name. A search and replace would probably be in order here.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


AnswerRe: Issues with opening the Code window on double click of a command in VB.Net Pin
Sabrina Spillane6-Jun-07 4:34
Sabrina Spillane6-Jun-07 4:34 
GeneralRe: Issues with opening the Code window on double click of a command in VB.Net Pin
Dave Kreskowiak6-Jun-07 4:45
mveDave Kreskowiak6-Jun-07 4:45 
GeneralRe: Issues with opening the Code window on double click of a command in VB.Net Pin
Sabrina Spillane6-Jun-07 4:46
Sabrina Spillane6-Jun-07 4:46 
GeneralRe: Issues with opening the Code window on double click of a command in VB.Net Pin
Dave Kreskowiak6-Jun-07 4:53
mveDave Kreskowiak6-Jun-07 4:53 
Questionhow can i send a message to other computer... Pin
koolprasad20036-Jun-07 1:12
professionalkoolprasad20036-Jun-07 1:12 
AnswerRe: how can i send a message to other computer... Pin
MohammadAmiry6-Jun-07 1:21
MohammadAmiry6-Jun-07 1:21 
GeneralRe: how can i send a message to other computer... Pin
koolprasad20036-Jun-07 1:31
professionalkoolprasad20036-Jun-07 1:31 
GeneralRe: how can i send a message to other computer... Pin
Dave Kreskowiak6-Jun-07 4:02
mveDave Kreskowiak6-Jun-07 4:02 
QuestionGetShortPathName Pin
ne0h6-Jun-07 0:17
ne0h6-Jun-07 0:17 
AnswerRe: GetShortPathName Pin
Christian Graus6-Jun-07 0:32
protectorChristian Graus6-Jun-07 0:32 
AnswerRe: GetShortPathName Pin
Dave Kreskowiak6-Jun-07 4:00
mveDave Kreskowiak6-Jun-07 4:00 
QuestionException During Multithreading Pin
sabby20065-Jun-07 23:54
sabby20065-Jun-07 23:54 
AnswerRe: Exception During Multithreading Pin
Dave Kreskowiak6-Jun-07 3:58
mveDave Kreskowiak6-Jun-07 3:58 
GeneralRe: Exception During Multithreading Pin
sabby20066-Jun-07 20:19
sabby20066-Jun-07 20:19 
GeneralRe: Exception During Multithreading Pin
Dave Kreskowiak7-Jun-07 1:34
mveDave Kreskowiak7-Jun-07 1:34 
GeneralRe: Exception During Multithreading Pin
sabby20067-Jun-07 3:40
sabby20067-Jun-07 3:40 
GeneralRe: Exception During Multithreading Pin
Dave Kreskowiak8-Jun-07 3:38
mveDave Kreskowiak8-Jun-07 3:38 

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.