Remote Debugging with eVC4 has stopped working :-|
I reckon others have had this problem but I couldn't see anything
relevent in the group...
I'm trying to debug my eVC4 application over Activesync (4.1) on a
Fujitsu (PPC2003).
Activesync works, eVC can upload it's debugging modules, then it just
hangs on 'Server Started'
I just tried running Remote Process Viewer, it just hangs on
'Establishing Platform Manager connection to device'
Anyone know what's going on?
Ta. Tag: Get image from theme (.tsk)??? Tag: 109527
how to read a psw,doc files in compact framework
hi,
we are developing an application for pocket pc 2003.i want to know how to
read a .psw file in C# .net compact framework. By using Stream Reader i am
able to open, read and write the Text files but unable to do same for any
other files with stream reader. And i tried binary reader & file reader for
this conversion of file but it is not working, it dosn't show the content
properly. Tag: Get image from theme (.tsk)??? Tag: 109526
Install cab file onto storage card by default
Hi,
We are developing an application for pocket pc 2003 runs on symbol mc9060.I
want cab file to be opened on storage card , for example in to Application
Folder to avoid cold boot problems.I am using VS2005 Smart Device Cab Project
to create cab file.How can i do? Tag: Get image from theme (.tsk)??? Tag: 109522
Windows Service in Windows 98/ME
Hi,
I am creating a mobile application for Pocket PC. It interacts with a
windows service in the desktop machine. I have created windows service
using native VC++ (VS 2005).
I want to know if the same service can be deployed in a Windows 98 or a
machine with Windows ME. If it is not possible to do, what is the
alternate way of doing it?
Please help.
Thanks Tag: Get image from theme (.tsk)??? Tag: 109519
Form Transparency
I am using
this.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)),
((System.Byte)(255)), ((System.Byte)(128)));
this.TransparencyKey = System.Drawing.Color.FromArgb(((System.Byte)(255)),
((System.Byte)(255)), ((System.Byte)(128)));
to set my form background into transparent. I am making a pocket pc version
of this and it seems like there is no support for transparencykey. How can i
set the form to transparent? any help would be really appreciated. Need this
so much. Thank you so much. Any code in C# would be very helpful. Thank you
again. Tag: Get image from theme (.tsk)??? Tag: 109517
Always on top
im making an application that is 1/4 the size of the screen and i want it to
be always on top while i do other things with my pda.
is there a code for this in C#? i would reallly appreciate any help. I
really need this for my thesis. Thank you so so much. Tag: Get image from theme (.tsk)??? Tag: 109516
ExecWb in Web Browser Control on Windows Mobile 5.0
Hello,
Any body knows how to use ExecWB method of Web Browser Control on Windows
Mobile 5.0? My code always returns error:
VARIANT vaZoomFactor; // input arguments
VariantInit(&vaZoomFactor);
V_VT(&vaZoomFactor) = VT_I4;
V_I4(&vaZoomFactor) = 3;
HRESULT hr = m_spIWebBrowser2->ExecWB(OLECMDID_ZOOM,
OLECMDEXECOPT_DONTPROMPTUSER, &vaZoomFactor, NULL); Tag: Get image from theme (.tsk)??? Tag: 109515
Notification Ballon
Hi
Is there a way to display the Windows Mobile 5.0 SDK - Notification
Ballon when an event occurs directly, without displaying the
notification icon on the SystemTray?If you know how , please let me
know. Thanks.
Bye Tag: Get image from theme (.tsk)??? Tag: 109512
modify ndis packet in passthru driver
Hi,
I have installl the passthru sample on pocketpc 5.0. Now i want to modify Ip
packet header from received packet in ProtocolReceive.
So i copy all received IP packets from miniport and indicate that up, in
order to test it first.
I have the function calling before FilterModifyPacket to check for Ip packet.
But it seems not work corectly, i can't connect to wlan. What have i doing
wrong ?
NDIS_STATUS
FilterModifyPacket
(
IN PBINDING pBinding,
IN PVOID HeaderBuffer,
IN UINT HeaderBufferSize,
IN PVOID LookAheadBuffer,
IN UINT LookAheadBufferSize,
IN UINT PacketSize)
{
PNDIS_PACKET pPacket;
PNDIS_BUFFER pNdisBuffer;
NDIS_STATUS nNdisStatus = NDIS_STATUS_SUCCESS;
DWORD totalPacketSize, IPPacketSize;
UCHAR *pPacketData;
UCHAR *pIPPacket;
PASSTHRU_PR_RECV* pProtocolRecv;
// Packet Length (Header+Data)
totalPacketSize = HeaderBufferSize + PacketSize;
// allocate memory for new ether packet
nNdisStatus = NdisAllocateMemoryWithTag(&pPacketData,
totalPacketSize,
TAG);
if( nNdisStatus != NDIS_STATUS_SUCCESS )
{
NdisFreeMemory(pPacketData, 0, 0);
return NDIS_STATUS_NOT_ACCEPTED;
}
//
// Get a packet off the receive pool
//
NdisAllocatePacket(
&nNdisStatus,
&pPacket,
pBinding->hRecvPacketPool
);
if( nNdisStatus != NDIS_STATUS_SUCCESS )
{
return NDIS_STATUS_NOT_ACCEPTED;
}
pProtocolRecv = (PASSTHRU_PR_RECV*)(pPacket->MiniportReserved);
pProtocolRecv->pOriginalPacket = NULL;
// set ndis_status resource
NDIS_SET_PACKET_STATUS(pPacket, NDIS_STATUS_RESOURCES);
NDIS_SET_PACKET_HEADER_SIZE( pPacket, HeaderBufferSize );
NdisAdjustBufferLength( pNdisBuffer, totalPacketSize );
// Copy header data
NdisMoveMemory(
(UCHAR *)pPacketData,
(UCHAR *)HeaderBuffer,
HeaderBufferSize
);
NdisMoveMemory(
(UCHAR *) pPacketData + HeaderBufferSize,
(UCHAR *)LookAheadBuffer,
PacketSize,
);
// allocate the buffer
NdisAllocateBuffer (&nNdisStatus, &pNdisBuffer, pBinding->hBufferPool,
pPacketData, totalPacketSize);
if (nNdisStatus != NDIS_STATUS_SUCCESS) {
NdisReinitializePacket(pPacket);
NdisFreePacket(pPacket);
NdisFreeMemory(pPacketData, 0, 0); /// ?
return NDIS_STATUS_NOT_ACCEPTED;
}
// add the buffer to the buffer chain
NdisChainBufferAtFront (pPacket, pNdisBuffer);
NdisMIndicateReceivePacket(pBinding->hMPBinding, &pPacket, 1);
return nNdisStatus;
} Tag: Get image from theme (.tsk)??? Tag: 109508
What is Atomic Sector Writes?
This from MS documentation:
TFAT requires the underlying block structure to support atomic sector
writes. The flash driver and most CF card hardware provide atomic
sector write operations. In cases where the block driver is not atomic,
TFAT cannot guarantee transaction safety.
The following settings are recommended for hard drives and other media
with non-atomic sector writes:
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\HDProfile\FATFS]
"Flags"=dword:00280014
The following settings are recommended for storage media with atomic
sector writes:
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\<Profile
Name>\FATFS]
"Flags"=dword:00000014
-->What it mean by Atomic Sector Writes? If i have NOR flash on my
board, it is atomic or non-atomic? Tag: Get image from theme (.tsk)??? Tag: 109507
How to make SDK
Hello,
I'm working for the Windows mobile 5.0 pocket PC AKU3.It seems we can't make
image with using platform builder IDE -it could only support with using
command line so i found it will be a problem to make SDK.Is it possible to
make our SDK with using platofrm builder?
Thanks,
Cherry Tag: Get image from theme (.tsk)??? Tag: 109506
GPS on MIO A701
Hi,
we have developped an application to mesure surfaces using GPS (no, it is
not very precise, but it gives an idea of the size en shape).
Until now, all pockets with all kind of GPS antennes worked (Bluetooth, CF,
built-in).
A client has bought a Mio A701 with built-in GPS antenna, and we are not
able to get it working. Does anyone have an idea why it doesn't work?
We already tried all communication ports.
Does it use the NMEA standaard?
Greetings,
Wim Tag: Get image from theme (.tsk)??? Tag: 109505
Is it Possible
Is it possible to write a dll in VC++ and call this function from vb.net.
Function has string as a parameter.
If it is possible then how i will do..
i tried it but string value is not passing.
Regards,
Rakesh Tag: Get image from theme (.tsk)??? Tag: 109504
Icon on menu as legend
I want to make a legend for a map by creating a menu item legend. That would
have all categories of layers (geography, restaurants, ...) of the map. Each
category can then expand showing all individual layers of the category
(Cathedral, ...). I know how to create the menu part.
But can I also use icons for the legend items (a blue square could stand
next to "Water" for example). This would be necessary for both the categories
and the individual layers.
eVC4 (MFC) on PocketPC 2003 SE Tag: Get image from theme (.tsk)??? Tag: 109503
VS2005 hangs after installing WinMobile 5.0 SDK
I've got a problem after having installed the SDK 5.0 with VS2005:
when I want to create a new project (both using "File>New Project" and
"File>New WebSite") VS2005 hangs, and the only possibility is to kill the app
using task manager.
While it works normally if I go on using any existent project, even mobile
projects.
I tryed uninstalling and re-installing, but still the same problem.
Any idea on how to solve the problem?
Simone
--
Simone Chiaretta
Milan, Italy
.Net Web Developer Tag: Get image from theme (.tsk)??? Tag: 109501
Media player 10 ActiveX controller in PocketPC 2003 SE application
Hi all,
I'm trying to create an application for an iPAQ that uses PocketPC 2003
SE. The application should use the ActiveX controller provided by
Windows Media Player 10 SDK. I've installed the WMP SDK, the PPC2003SE
SDK and eVC++ 4.0 SP4.
I've followed the instructions on
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmplay10/mmp_sdk/embeddingtheplayercontrolinanmfcproject.asp.
The wmp ActiveX controller isn't found in the "Add to project >
Components and controls..." dialog, so I use the "Add control" button to
locate and add the wmp.dll from c:\windows\system32. Is this correct?
I've got a suspicion that the control added should be the wmp.ocx, but
when trying to add that one, I get an error message saying
"Failed to find desktop version of control in registry. Please verify
that this control has been successfully registered on the desktop."
How do I register the wmp ocx so that eVC++ finds it? Do I need to
reinstall the WMP 10 SDK?
However, after adding the .dll file to the project, a WMP icon appears
in the toolbox of eVC++ and I'm able to add it to my form and assign
buttons etc to it. But when deploying the application to my Pocket PC,
the WMP component isn't there and the buttons have no effect. Is this
because I use the .dll instead of the .ocx?
Any ideas on how to get this thing working?
Best regards,
Fredrik Boström Tag: Get image from theme (.tsk)??? Tag: 109500
Notification Ballon
Hi
Is there a way to display the Windows Mobile 5.0 SDK - Notification
Ballon when an event occurs directly, without displaying the
notification icon on the SystemTray?If you know how , please let me
know. Thanks.
Bye Tag: Get image from theme (.tsk)??? Tag: 109499
Synchronize Mail
After multiple posts I am still no further:
I am trying to synchronize email from a POP3 account programatically. In
2003 SE this uses the messaging app.
People have suggested simulating a send/receive. I have done this but this
is unreliable as after connecting, the menu item becomes Disconnect and so
one must disconnect and the Connect. Since the Disconnect may take time it is
difficult to determine when to start the Connect.
Other suggestions are to pass parameters to tmail but no one seems to know
what these parameters are.
I would prefer to use the mailtrns.dll transport as this seems to give the
most control, but I seem to be instantiating the callback incorrectly. Does
anyone know how to do this. I have tried to do this as follows:
I get the ONESTOPFACTORYFUNC and can call the IMAILSYNCHANDLER without a
problem. I cannot seem to get my callback to work. The callback calls the
correct methods within the class that I create (I can stop it in the
debugger inside the calls )but throws an exception
"Datatype Misalign" on return. If I omit the Addref method from my callback
it
calls Progess and I can see that the incoming parameters are also incorrect.
I assume that the way I create this class therefore is incorrect. I simply
instantiate the callback using new ... - Should I be doing something else as
it seems the parameters are not passed in the way the class is expecting them.
My callback class looks something like this (just the first few lines
included for brevity)
public:
CMailSyncCallBack();
~CMailSyncCallBack();
HRESULT STDMETHODCALLTYPE QueryInterface (REFIID rif, LPVOID* ppobj);
ULONG STDMETHODCALLTYPE AddRef();
ULONG STDMETHODCALLTYPE Release();
MAPIMETHOD(RequestSync)(
LPCWSTR pszProfile,
DWORD cbCookie,
LPBYTE pbCookie
) ;
etc....
I instantiate the class and then call initialize like this:
CMailSyncCallBack *ms = new CMailSyncCallBack();
hr = pIMailSyncHandler->Initialize((IMailSyncCallBack *)ms,
_T("POP3"),pMsgStore);
Should I be doing this some other way as clearly the parametes are not being
passed correctly.
Jeff Tag: Get image from theme (.tsk)??? Tag: 109494
eVC++ 4.0 SP4, Cannot build anything. Please help
Ok, a google search pulls up nothing. Basically, I just installed eVC++ 4.0,
the PPC 2003 sdk, and SP4. Cannot get anything to build. If I create a new
PPC 2003 simple CE app or hello world app then attempt to build, it will not
work. I get the following error:
Compiling resources...
C:\Documents and Settings\Paul King\My Documents\Dev\HelloWorld\newres.h(32)
: fatal error RC1015: cannot open include file 'winver.h'.
Error executing rc.exe.
A google search pulls up many people asking this question, but no solutions.
Can somebody please help? Tag: Get image from theme (.tsk)??? Tag: 109491
Eten G200
Greetings
Has anyone here tried Eten? I'm trying to find some information regarding
their GPS data :
COMM Port
baud rate
NMEA or SIRF
And any other relavent information to enable me to read the GPS data, and
plot the location on a map for navigation purposes.
thank you
awni Tag: Get image from theme (.tsk)??? Tag: 109488
HTC Alpine (XDA IIi) audio permanent audio reroute whilst in car k
When the PDA (WM 2003 SE) is placed in the car kit, the audio only comes
through car kit whilst in a call. I need a workaraound or utility that will
send media player audio and TomTom audio out to the car kit when not in a
call. I would have thought these 2 programs would have done this
automatically but that's just too sensible.
Maybe all it needs is some registry tweeking??
Please help.
Thanks Tag: Get image from theme (.tsk)??? Tag: 109487
HTC Alpine (XDA IIi) audio permanent audio reroute whilst in car k
When the PDA is placed in the car kit, the audio only comes through car kit
whilst in a call. I need a workaraound or utility that will send media player
audio and TomTom audio out to the car kit when not in a call. I would have
thought these 2 programs would have done this automatically but that's just
too sensible.
Maybe all it needs is some registry tweeking??
Please help.
Thanks Tag: Get image from theme (.tsk)??? Tag: 109486
Guidance in writing WLAN software for PocketPC
Hi!
I am planning to write a WLAN software for Pocket PC and Linux.
I can program in C and have fairly good knowledge of 802.11 MAC and
have read (and got a good understanding of) the standard. I am don't
have idea on what is the starting point in gaining the skills needed to
write the software. The software finds the SSID's available (and info
such as type of network, infrastructure or Ad-hoc), tries to
associate/authenticate to a signal based on their security
configuration (WEP, WPA-TKIP, 802.1x) and get other information such as
signal strength etc.
Thanks in advance,
BB. Tag: Get image from theme (.tsk)??? Tag: 109485
Pocket Outlook Question
I want to handle the new command in the pocket outlook to open a custom form
for sending sms for example.
thanks in advance Tag: Get image from theme (.tsk)??? Tag: 109484
Finding out where the click event happened
I've created a bitmap and put it in a PictureBox. First, is this the
best way to draw and display, say, a grid of checkers on a board for
example?
But now I want to see what counter has been clicked. I can catch an
event when the PictureBox is clicked, but it seems to be an EventArgs
object and doesnt contain anything interesting - like co-ordinates.
So how do I get to see where the bmp was clicked?
Thanks in advance. Tag: Get image from theme (.tsk)??? Tag: 109482
How to connect the ppc emulator with my PC by ActiveSync
I'm using Visual Studio 2005 and the Emulator is Pockect PC 2003. It seems that
'Windows Mobile Developer Power Toys' is made for VS 2003. I have installed
it but no effect. Any suggestion is welcome.
Thank you in advance. Tag: Get image from theme (.tsk)??? Tag: 109480
Custom Title in Open File Dialog
When I try to establish a custom title for my Open File common dialog, I still
get the default title, "Open" when I call GetOpenFileName. I am certain that
the lpstrTitle member of the OPENFILENAME struct is set to point to TEXT("Select
App File"). I am using eVC4 and the emulator.
Robert Scott
Ypsilanti, Michigan Tag: Get image from theme (.tsk)??? Tag: 109476
Route web service for pocket pc application
Dear all,
I have to develop a pocket pc application based on .net 2003. In the
application I have to return itinerary, distance and time needed between two
geographical points. could you tell me wich web service can I use? do you
know a free one for test?
Thank you so much for your support.
Paloma. Tag: Get image from theme (.tsk)??? Tag: 109472
wm 05 internet wifi
Hello......
is it possible to set up a wifi connection between my notebook and my hp
(win mob 5) in order to surf with the ppc usin the notebook's connection?
I have a pcmcia modem (Vodafone connect card), i think i have a dinamic IP
(it changes everytime i close and reopen the connection)....
Could somebody explain me how setting up it?
Thank u very much... Tag: Get image from theme (.tsk)??? Tag: 109471
windows ce remote spy 5.0 problems
Hi all,
can any one help me in this.
seems windows ce remote spy 5.0 does not work for windows mobile 5.0 devices.
it can't spy on messages and only gives 3 to 4 messages then it will stop
getting messages from the controls.
is it a bug or I should do something else ?
I m using the version that come with visual studio 2005 professional version. Tag: Get image from theme (.tsk)??? Tag: 109470
wm 5 activesync wifi
Hello guys....
I bought yesterday a pocket pc hp 2970 (win mobile 05)...
I wanted to set up an activesync connection with the wifi, but this option
is not present in the software (activesync 4.1)....
I tried to install an older version in which the connection over wifi is
permitted, but the computer does not recognize the pocket pc when i put it in
the cradle....
If it's impossible, i would like someone to explain to me how to set up a
wifi connection in order to surf the net with the pocketpc (without
activesync)....
I tried to set up an ''adhoc'' connection between my notebook and the pocket
pc, but internet doesn't open pages even if the connection between computer
and ppc exists and have a good signal.
I use a PCMCIA modem (Vodafone connect card- UMTS),
but i don't understand anything about ip or other settings to make internet
function on ppc....(running ipconfig in dos i gives me an IP address)
Could someone explain me something about it ?
Thank you in advance..... Tag: Get image from theme (.tsk)??? Tag: 109463
TreeView control - determine which TreeNode was selected w/MouseDo
Does anyone have a good way to determine which Node is selected, using Mouse
functionality (versus using the TreeView_AfterSelected method)?? I've scene
the documentation that states there should be a TreeView.GetNodeAt(Point)
method which would allow you to trap the X & Y coordinates of your mouse via
the MouseDown() event handler, then create a Point object from those
coordinates, then use the GetNodeAt() method to determine if any node falls
under that point .... problem is this doesn't seem to be an available method
for CF v2.0 apps.
What I'm attempting to do is have a context menu dispaly, with relavent
choices, but only if the user is directly over an actual node. My problem is
the TreeView control allows the context menu to display even though the user
is in an empty area of the TreeView object .... no Nodes directly under the
stylus. I only want the context menu to display when the user is directly
over an actual Node.
Thanks
--
Stay Mobile Tag: Get image from theme (.tsk)??? Tag: 109462
wm 5 activesync wifi
Hello guys....
I bought yesterday a pocket pc hp 2970 (win mobile 05)...
I wanted to set up an activesync connection with the wifi, but this option
is not present in the software (activesync 4.1)....
I tried to install an older version in which the connection over wifi is
permitted, but the computer does not recognize the pocket pc when i put it in
the cradle....
If it's impossible, i would like someone to explain to me how to set up a
wifi connection in order to surf the net with the pocketpc (without
activesync)....
I tried to set up an ''adhoc'' connection between my notebook and the pocket
pc, but internet doesn't open pages even if the connection between computer
and ppc exists and have a good signal.
I use a PCMCIA modem (Vodafone connect card- UMTS),
but i don't understand anything about ip or other settings to make internet
function on ppc....(running ipconfig in dos i gives me an IP address)
Could someone explain me something about it ?
Thank you in advance..... Tag: Get image from theme (.tsk)??? Tag: 109460
Best free way write programs for pocket pc
I've got Visual Studio 2003 60 day trial, it's crap.
I've got basic4ppc, nice but limited.
Can anyone on here tell me what I need to create programs for my PPC on the
unit, or using my XP laptop.
--
Regards Barry Tag: Get image from theme (.tsk)??? Tag: 109456
Deployment project problem
I have 3 deployment projects, for three different versions of the same
application. All install fine. One of them gives the following error when
you try to uninstall:
"An exception occurred while uninstalling. This exception will be ignored
and the unistall will continue. However, the application might not be fully
uninstalled after the uninstall is complete. --> Could not find a part of the
path "c:\program files\<first 11 characters of app name>\<.CAB file name>
The app name is getting truncated somehow, and I'm not sure why. I checked
the ProductName property of the deployment project, and it has the full name
specified.
Any ideas on what to try would be appreciated. Tag: Get image from theme (.tsk)??? Tag: 109449
<%><%><%><%>HOW TO BE FUNNY!<%><%><%><%>
You too can learn to be funny in just 7 days flat:
http://www.ExpertHumor.com/HowToBeFunny.htm
*** Free account sponsored by SecureIX.com ***
*** Encrypt your Internet usage with a free VPN account from http://www.SecureIX.com *** Tag: Get image from theme (.tsk)??? Tag: 109447
>@>@>@>@>GET MORE CHICKS............LEARN GUITAR.............
Chicks dig guitar players.
So get more chicks!
Learn how to play guitar!
http://www.ExpertHumor.com/LearnGuitar.htm
*** Free account sponsored by SecureIX.com ***
*** Encrypt your Internet usage with a free VPN account from http://www.SecureIX.com *** Tag: Get image from theme (.tsk)??? Tag: 109445
<><><><><><><>The Net's #1 Joke e-Book!<><><><><><><><>
That's Comedy - Over 460 Pages of Little Snickers,
Medium-Sized Chuckles, and Great Big Belly Laughs:
http://www.ExpertHumor.com/That'sComedy.htm
*** Free account sponsored by SecureIX.com ***
*** Encrypt your Internet usage with a free VPN account from http://www.SecureIX.com *** Tag: Get image from theme (.tsk)??? Tag: 109443
button-mapping at screen-orientation DMDO_180
Hi all, an observation we did is that hardware-buttons are not
re-mapped in the portrait flip mode DMDO_180. On almost all machines we
test, buttons are not remapped (so up/down and left/right are actually
down/up, right/left). All landscape-modes work fine.
If the behaviour would be the same on all it wouldn't be a big problem,
but..... now the e-ten M600 uses a landscape-mode button remapping for
DMDO_180 !!!
So, what's the correct behaviour for a machine ?
Undefined ?
No remapping ?
Or, are they ALL wrong and should they remap ?
Does anyone have some more info ?
Thanks, Joost Tag: Get image from theme (.tsk)??? Tag: 109442
Background program(service)
Hi all,
How I can create background program(service) using .NET Compact Framework?
Thanks,
Samuel Tag: Get image from theme (.tsk)??? Tag: 109439
CreateFile & WriteFile
Hello I'm writing a pocketpc program with embedded visual c++ 3.0 that
uses the serial port to comunicate with a CF Rfid Reader.
I have a big problem using CreateFile and also WriteFile. I've read
that there aren't the ASCII functions (CreateFileA) for evc, but I need
to send a single byte trough the serial port and with UNICODE I think
that it sends a 16bit word also when I call WriteFile with one single
char.
Is it true?
How can I fix this problem?
Thank you,
Andrea Tag: Get image from theme (.tsk)??? Tag: 109438
Icon from SHGetFileInfo()
Hello !
I have enumerated all top level windows and have their icons using
SHGetFileInfo(). The icons are added to an imagelist. When these icons
from the executables are loaded on a listview control they show fine.
When they are displayed in a picturebox, their background appears
black...
I am drawing the picturebox myself. This way I can choose which color I
want to be transparent by ImageAttributes and SetColor.
The problem is that some icons use the black color, so the end result
becomes a mess.
Is there any way to overcome this problem ? I am not asking for the
code if you cannot provide it just some guidance on what I need to do.
Thanks Tag: Get image from theme (.tsk)??? Tag: 109435
Problem in calling vc++ dll in vb.net
I have created a win32 dll for pocket PC 2003.
I have written following function in the dll:
wchar_t* _stdcall getsum (int i,int j,wchar_t* str)
{
int k = i;
k=j;
k=i+j;
wcscpy(str,_T("Some data"));
return str;
}
I am calling this dll from vb.net application
I am using following steps to call the function :
Public Declare Function getsum Lib "SCIconicsEngine.dll" (ByVal a As
Integer, ByVal b As Integer, ByVal c As String) As String
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load
Dim bflag As Boolean
dim strret as string
databasefilename = "abc.txt"
strret = getsum(2, 3, databasefilename)
End Sub
When i devbug my dll i am not able to get string value.
integer value is same what i am passing from function call.
What should be the problem?
I also tried using char* instead of wchar_t* but no luck.
I am stuck at this point.
Thanks,
Rakesh Tag: Get image from theme (.tsk)??? Tag: 109432
Make viusal studio deploy dll in the pocket pc emulator
Hello,
I have a Pocket PC project that uses a legacy dll (implemented in C) for
communication. I think I have managed to implement all the PInvoke stuff
in my C# .net application, so now my main problem is how to debug the
code.
When I run Debug on my application, Visual Studio loads the Pocket PC 2003
emulator. As soon as the application tries to call methods on the dll,
it fails with the error message: "Can't find PInvoke DLL 'legacy.dll'".
The problem is that I haven't found any way to deploy the dll on the emulator
before starting/debugging my C# application.
How is that done?
PS. I'm new both to Visual Studio and Pocket PC development, so even though
I've search the net and MSDN for solutions, I'm just not familiar enough
to msdn and VS terminology to find my own answers just yet.
I'd be greatul for any help here.
--
Fredrik Jonson Tag: Get image from theme (.tsk)??? Tag: 109427
ActiveSync API (ppc side)
Hello
Is it possible to extract some info from ActiveSync from a PPC
Application?
I need the following:
Status if connected or not
and if possible the IP Adress of the PC (to which I connect via
Activesync)
Using ActiveSync 4.1
PPC2003 Se and Window Mobile 5.0
Visual Studio 2005 with .net CF2.0
regards
norbert Tag: Get image from theme (.tsk)??? Tag: 109426
CHtmlView base class undefined
Hallo,
excuse the disturbance but I wish to share a little problem here. I
wish to write a dialog-based PDA Application with eVC 4.0 that contains
a HTML Page. My so called BrowserView class is derived from CHtmlView
(done by the wizard) and the head looks like this:
// CBrowserView html view
#ifndef __AFXEXT_H__
#include <afxext.h>
#endif
#include <afxhtml.h>
class CBrowserView : public CHtmlView
{
protected:
CBrowserView(); // protected constructor used by dynamic
creation
DECLARE_DYNCREATE(CBrowserView)
The nessescary Header "afxhtml.h" for CHtmlView is already included by
the wizard. Nevertheless if I compile the shit I get the error
c:\entwicklung\test4\browserview.h(20) : error C2504: 'CHtmlView' :
base class undefined
I cannot figure out where the problem is and hope anyone here can help
me.
With friendly greetings
Richard Tag: Get image from theme (.tsk)??? Tag: 109419
Active sync 4.1.0 and SPVM5000 running WM5
Hi all
is anyone suffering connection problems. I'm spending more time getting the
communications working than programming.
Is there any ActiveSync upgrades due out yet.
thanks
Andy Tag: Get image from theme (.tsk)??? Tag: 109418
How can i get just a main background image from a .tsk (theme) file and show
it in i.e. Picture box?
"blue" <blue@blue.blue> schrieb im Newsbeitrag
news:uN%23rM6yVGHA.1736@TK2MSFTNGP10.phx.gbl...
> How can i get just a main background image from a .tsk (theme) file
> and show it in i.e. Picture box?