Click here to Skip to main content
15,891,136 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionVB.Net timer function [solved] Pin
econy11-Apr-13 7:32
econy11-Apr-13 7:32 
AnswerRe: VB.Net timer function Pin
Eddy Vluggen11-Apr-13 8:07
professionalEddy Vluggen11-Apr-13 8:07 
AnswerRe: VB.Net timer function Pin
Richard Deeming11-Apr-13 8:09
mveRichard Deeming11-Apr-13 8:09 
AnswerRe: VB.Net timer function Pin
Dave Kreskowiak11-Apr-13 8:15
mveDave Kreskowiak11-Apr-13 8:15 
GeneralRe: VB.Net timer function Pin
econy11-Apr-13 8:27
econy11-Apr-13 8:27 
QuestionVB 2010 How to Find, counts and move selected same items on List View ? Pin
Yazid Aura Robbani11-Apr-13 6:33
professionalYazid Aura Robbani11-Apr-13 6:33 
QuestionRe: VB 2010 How to Find, counts and move selected same items on List View ? Pin
Eddy Vluggen11-Apr-13 8:09
professionalEddy Vluggen11-Apr-13 8:09 
QuestionHow to launch application from Microsoft.WindowsCE.Forms.MessageWindow Pin
Member 989133411-Apr-13 2:54
Member 989133411-Apr-13 2:54 
Hello,
I created an application for Windows CE 5.0 in VB. The class application AppCEClass is inherited from Microsoft.WindowsCE.Forms.MessageWindow. I have a problem to launch an application, because something like this does not work:

Public Shared Sub Main()
Application.Run(New AppCEClass())
End Sub

Windows does not recognize the class name and throw error AppCEClass() cannot be converted on System.Windows.Forms.Form.

What to do?

modified 11-Apr-13 9:22am.

AnswerRe: How to launch application from Microsoft.WindowsCE.Forms.MessageWindow Pin
Richard MacCutchan11-Apr-13 6:05
mveRichard MacCutchan11-Apr-13 6:05 
GeneralRe: How to launch application from Microsoft.WindowsCE.Forms.MessageWindow Pin
dusty_dex11-Apr-13 6:30
dusty_dex11-Apr-13 6:30 
GeneralRe: How to launch application from Microsoft.WindowsCE.Forms.MessageWindow Pin
Richard MacCutchan11-Apr-13 21:35
mveRichard MacCutchan11-Apr-13 21:35 
GeneralRe: How to launch application from Microsoft.WindowsCE.Forms.MessageWindow Pin
dusty_dex11-Apr-13 22:40
dusty_dex11-Apr-13 22:40 
QuestiononMouseDownClickcount () event handler usage Pin
econy10-Apr-13 15:18
econy10-Apr-13 15:18 
AnswerRe: onMouseDownClickcount () event handler usage Pin
Bernhard Hiller10-Apr-13 22:18
Bernhard Hiller10-Apr-13 22:18 
GeneralRe: onMouseDownClickcount () event handler usage Pin
econy11-Apr-13 7:27
econy11-Apr-13 7:27 
QuestionWndProc does not work in Windows CE 5.0 Pin
Member 989133410-Apr-13 3:05
Member 989133410-Apr-13 3:05 
AnswerRe: WndProc does not work in Windows CE 5.0 Pin
dusty_dex10-Apr-13 4:26
dusty_dex10-Apr-13 4:26 
GeneralRe: WndProc does not work in Windows CE 5.0 Pin
Member 989133410-Apr-13 22:52
Member 989133410-Apr-13 22:52 
GeneralRe: WndProc does not work in Windows CE 5.0 Pin
dusty_dex11-Apr-13 0:42
dusty_dex11-Apr-13 0:42 
GeneralRe: WndProc does not work in Windows CE 5.0 Pin
Member 989133411-Apr-13 2:31
Member 989133411-Apr-13 2:31 
GeneralRe: WndProc does not work in Windows CE 5.0 Pin
dusty_dex11-Apr-13 3:05
dusty_dex11-Apr-13 3:05 
GeneralRe: WndProc does not work in Windows CE 5.0 Pin
Member 989133411-Apr-13 3:31
Member 989133411-Apr-13 3:31 
GeneralRe: WndProc does not work in Windows CE 5.0 Pin
dusty_dex11-Apr-13 3:42
dusty_dex11-Apr-13 3:42 
GeneralRe: WndProc does not work in Windows CE 5.0 Pin
Member 989133411-Apr-13 3:49
Member 989133411-Apr-13 3:49 
GeneralRe: WndProc does not work in Windows CE 5.0 Pin
dusty_dex11-Apr-13 4:09
dusty_dex11-Apr-13 4:09 

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.