Click here to Skip to main content
15,889,867 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: UpGrade issue problem with App Pin
Christian Graus17-Feb-08 22:34
protectorChristian Graus17-Feb-08 22:34 
GeneralRe: UpGrade issue problem with App Pin
sarat17-Feb-08 22:44
sarat17-Feb-08 22:44 
GeneralRe: UpGrade issue problem with App Pin
sarat17-Feb-08 22:52
sarat17-Feb-08 22:52 
Questionhow can give vista like look to my window based application Pin
koolprasad200317-Feb-08 21:55
professionalkoolprasad200317-Feb-08 21:55 
AnswerRe: how can give vista like look to my window based application Pin
Christian Graus17-Feb-08 22:05
protectorChristian Graus17-Feb-08 22:05 
AnswerRe: how can give vista like look to my window based application Pin
sarat17-Feb-08 23:01
sarat17-Feb-08 23:01 
GeneralRe: how can give vista like look to my window based application Pin
koolprasad200319-Feb-08 0:08
professionalkoolprasad200319-Feb-08 0:08 
GeneralUpGrade issue with Timer and toolStripMenuItem Help needed Pin
sarat17-Feb-08 20:49
sarat17-Feb-08 20:49 
'UPGRADE_WARNING: TypeOf has a new behavior. Click for more: 'ms-help://MS.VSCC.v80/dv_commoner/local/redirect.htm?keyword="9B7D5ADD-D8FE-4819-A36C-6DEDAF088CC7"'<br />
            ElseIf TypeOf cnt Is System.Windows.Forms.Timer Then<br />
                nType = 0                    'UPGRADE_WARNING: TypeOf has a new behavior. Click for more: 'ms-help://MS.VSCC.v80/dv_commoner/local/redirect.htm?keyword="9B7D5ADD-D8FE-4819-A36C-6DEDAF088CC7"'<br />
            ElseIf TypeOf cnt Is System.Windows.Forms.ToolStripMenuItem Then <br />
                nType = 0



after Upgradation to VB.Net it complains like this


Error	146	Expression of type 'System.Windows.Forms.Control' can never be of type 'System.Windows.Forms.Timer'.	<br />
<br />
Error	147	Expression of type 'System.Windows.Forms.Control' can never be of type 'System.Windows.Forms.ToolStripMenuItem'.



how can i resolve those issues please help needed
GeneralRe: UpGrade issue with Timer and toolStripMenuItem Help needed Pin
Christian Graus17-Feb-08 21:40
protectorChristian Graus17-Feb-08 21:40 
GeneralRe: UpGrade issue with Timer and toolStripMenuItem Help needed Pin
sarat17-Feb-08 22:20
sarat17-Feb-08 22:20 
GeneralRe: UpGrade issue with Timer and toolStripMenuItem Help needed Pin
Christian Graus17-Feb-08 22:22
protectorChristian Graus17-Feb-08 22:22 
GeneralDim objDecrpt As New Encoder.cEncoder : Upgrade Issue Pin
sarat17-Feb-08 20:38
sarat17-Feb-08 20:38 
GeneralRe: Dim objDecrpt As New Encoder.cEncoder : Upgrade Issue Pin
Christian Graus17-Feb-08 21:44
protectorChristian Graus17-Feb-08 21:44 
GeneralRe: Dim objDecrpt As New Encoder.cEncoder : Upgrade Issue Pin
sarat17-Feb-08 22:15
sarat17-Feb-08 22:15 
GeneralRe: Dim objDecrpt As New Encoder.cEncoder : Upgrade Issue Pin
Christian Graus17-Feb-08 22:28
protectorChristian Graus17-Feb-08 22:28 
GeneralHelp need in 2-dimenstion array Pin
Senthil S17-Feb-08 19:03
Senthil S17-Feb-08 19:03 
GeneralRe: Help need in 2-dimenstion array Pin
Christian Graus17-Feb-08 19:12
protectorChristian Graus17-Feb-08 19:12 
Generalmscomctl - whats is it? its giving problem in upgrading VB6 to VB.Net Pin
sarat17-Feb-08 18:56
sarat17-Feb-08 18:56 
GeneralRe: mscomctl - whats is it? its giving problem in upgrading VB6 to VB.Net Pin
Christian Graus17-Feb-08 19:02
protectorChristian Graus17-Feb-08 19:02 
GeneralRe: mscomctl - whats is it? its giving problem in upgrading VB6 to VB.Net Pin
sarat17-Feb-08 19:55
sarat17-Feb-08 19:55 
GeneralRe: mscomctl - whats is it? its giving problem in upgrading VB6 to VB.Net Pin
sarat17-Feb-08 20:59
sarat17-Feb-08 20:59 
GeneralOn Screen Keyboard Pin
Jonathan Gibbs17-Feb-08 14:46
Jonathan Gibbs17-Feb-08 14:46 
GeneralRe: On Screen Keyboard Pin
Christian Graus17-Feb-08 16:40
protectorChristian Graus17-Feb-08 16:40 
QuestionBinary File Parser Pin
who needs to know?17-Feb-08 12:07
who needs to know?17-Feb-08 12:07 
GeneralRe: Binary File Parser Pin
Steve Westbrook17-Feb-08 14:02
Steve Westbrook17-Feb-08 14:02 

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.