Click here to Skip to main content
15,913,939 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: problem with VB.NET and XML web services Pin
Ian Darling26-Jun-03 22:50
Ian Darling26-Jun-03 22:50 
GeneralRe: problem with VB.NET and XML web services Pin
AirGuitarist27-Jun-03 19:42
AirGuitarist27-Jun-03 19:42 
Generaltutorial for vb.net setup deployment on another computer Pin
44Class24-Jun-03 18:30
44Class24-Jun-03 18:30 
GeneralRe: tutorial for vb.net setup deployment on another computer Pin
Wayne Phipps25-Jun-03 1:19
Wayne Phipps25-Jun-03 1:19 
GeneralRe: tutorial for vb.net setup deployment on another computer Pin
44Class25-Jun-03 11:46
44Class25-Jun-03 11:46 
GeneralWebclass question - VB6 and XP Pin
dpalazol24-Jun-03 17:18
dpalazol24-Jun-03 17:18 
GeneralRe: Webclass question - VB6 and XP Pin
Dave Kreskowiak27-Jun-03 9:05
mveDave Kreskowiak27-Jun-03 9:05 
General??icon association w/eVb and eVC++...but... Pin
shirleyLo24-Jun-03 8:48
shirleyLo24-Jun-03 8:48 
this is the code i used in eVC++, in the Windows CE API in the WinMain function, from grattan's, [i]pocket pc development in the enterprise.[/i]
SHELLEXECUTEINFO sei;
TCHAR tFile[255];
if (lpCmdLine[0]==0) wsprintf(tFile, TEXT("\\ePowerDiagnostic.vb"));
else
wsprintf(tFile, lpCmdLine);
ZeroMemory(&sei, sizeof(sei));
sei.cbSize = sizeof(sei);
sei.lpFile = tFile;
return ShellExecuteEx(&sei);
return 0;
supposedly, since the eVB application (project1.vb, [i]ePowerDiagnostic.vb in my case[/i])is "associated with the pvbload.exe, the ShellExecuteEx will load the pvbload.exe file with the project1.vb as a parameter ( just as if we were tapping the project1.vb file from the start menu or programs folder.

however, i followed the instruction, imported an icon, and compiled by using the relase suffix and building the project. i copied the lauch app to the device. however, the error msg i keep getting on the pocket pc is
" 'ePowerDiagnostic' is not a valid Pocket PC application "

I'm not sure where I went wrong....
thx.
Generalhave code for icon association w/eVb and eVC++...but... Pin
shirleyLo24-Jun-03 8:47
shirleyLo24-Jun-03 8:47 
GeneralVB.Net exam questions Pin
boro1224-Jun-03 6:54
boro1224-Jun-03 6:54 
Generalhtml2text Pin
avexman24-Jun-03 4:17
avexman24-Jun-03 4:17 
GeneralSaving an image into a database from a dataset Pin
Regardt24-Jun-03 2:07
Regardt24-Jun-03 2:07 
GeneralRe: Saving an image into a database from a dataset Pin
Matt Casto24-Jun-03 3:35
Matt Casto24-Jun-03 3:35 
GeneralRe: Saving an image into a database from a dataset Pin
RZLR26-Jun-03 0:06
RZLR26-Jun-03 0:06 
GeneralRe: A DataGrid with Excel-like behaviour Pin
maxfava1-Jul-03 1:12
maxfava1-Jul-03 1:12 
Generalusing the internet transfer control Pin
kimrune24-Jun-03 1:41
kimrune24-Jun-03 1:41 
GeneralRe: using the internet transfer control Pin
AirGuitarist25-Jun-03 19:39
AirGuitarist25-Jun-03 19:39 
QuestionUsing a loop to create multiple controls at runtime? Pin
Jm6k23-Jun-03 11:51
Jm6k23-Jun-03 11:51 
AnswerRe: Using a loop to create multiple controls at runtime? Pin
dynamic23-Jun-03 12:01
dynamic23-Jun-03 12:01 
GeneralThanks Pin
Jm6k23-Jun-03 12:53
Jm6k23-Jun-03 12:53 
QuestionImplements DataTable - how to get started? Pin
Duncan Edwards Jones23-Jun-03 11:11
professionalDuncan Edwards Jones23-Jun-03 11:11 
Generalassembly run time errors Pin
ibiteu223-Jun-03 11:00
ibiteu223-Jun-03 11:00 
GeneralGAC problems,, PLEASE HELP!! Pin
ibiteu223-Jun-03 6:08
ibiteu223-Jun-03 6:08 
GeneralRe: GAC problems,, PLEASE HELP!! Pin
Ray Cassick23-Jun-03 6:20
Ray Cassick23-Jun-03 6:20 
GeneralRe: GAC problems,, PLEASE HELP!! Pin
ibiteu223-Jun-03 6:40
ibiteu223-Jun-03 6:40 

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.