loading an existing pim.vol in emulator
I am writing an app that looks at information in the Call History log.
I realize that those entries are normally stored in the "pim.vol" db
in the root of the device. I want to use the emulator to help debug
the application.
Q: How do get an existing pim.vol file (one from a real device that
already has lots of real data) loaded into an emulator? I am able to
copy the existing pim.vol onto my computer, so that isn't an issue. I
think the issue is that when the emulator is running the pim.vol db is
locked open and therefore I can't just "copy" the existing file over
it. (I may be wrong, but I did have issues trying to delete the file
so I assumed the WM OS had it locked open).
Having real world data already on the device is helpful. If it was
only contacts and other PIM data it wouldn't be an issue since syncing
the emulator can populate all the other things in the pim db.
Any advice? (I am using the WM6 SDK with the latest emulator.. and
mainly working with Smartphone/standard)
Regards,
JavaDog Tag: Plug-in Tag: 128031
Create mail with MAPI
Hi,
I'm trying to use MAPI to create a clone of an email in my IMAP account.
I can create the email with the headers and body, and I can reproduce a
simalar MAPI Message Id (PR_MESSAGE_DELIVERY_ID). My email appears on my
pocketoulook Inbox folder but when I do an IMAP synchronization, my
email is marked as "Download" after the synchronization finish.
So I wonder what I'm doing wrong, I think that I forgotten some flags or
some status when creating the email with MAPI.
Does someone know what I missed or I forgot during the email creation
with MAPI ?
Best regards.
Phil Tag: Plug-in Tag: 128030
Add Spin to Edit, (No MFC)
Hi
I want to add a Spin to an edit so Ican increment or decrement the numbers
in my Edit.
I tryed the :
but it doenst show me the spin
g_hWndEditBref= CreateWindow( TEXT("Edit"), TEXT("0000"), WS_CHILD |
WS_VISIBLE | WS_BORDER| ES_AUTOHSCROLL | ES_AUTOVSCROLL | ES_MULTILINE,
100, 50, 80, 36, hWnd, NULL, g_hInst, NULL);
g_hWndBrefSpin= CreateWindow(TEXT("UpDownClass"), NULL, WS_VISIBLE |
UDS_ALIGNRIGHT | UDS_NOSCROLL,
100, 40, 16, 16, hWnd, NULL, g_hInst, NULL);
SendMessage(g_hWndBrefSpin, UDM_SETBUDDY, (WPARAM)g_hWndEditBref, 0);
there is a help on ExpandableEdit
http://msdn.microsoft.com/en-us/library/aa457780.aspx
but the expnadable control (alon or with the Spin, dos'nt show) on WM 2003 SE
??? is it only for smartphone ???
Thanks Tag: Plug-in Tag: 128023
OnGetDispInfo memory managment
Hi,
I want to fill a ListCtrl in C++ with OwnerData.
I am managing OnGetDispInfo() to provide the text information to display,
but my question is, who manages the memory in the item.pszText ?
I tryed to do in 2 different ways, and they both seem to work, or at least
the text is displayed:
Example 1-
LV_DISPINFO* pDispInfo = (LV_DISPINFO*)pNMHDR;
if (pDispInfo->item.mask & LVIF_TEXT)
{
CString Message = "HELLO";
lstrcpy(pDispInfo->item.pszText, Message);
}
Example 2-
LV_DISPINFO* pDispInfo = (LV_DISPINFO*)pNMHDR;
if (pDispInfo->item.mask & LVIF_TEXT)
{
TCHAR *Message;
Message=MyGetTextBuffer(); //This returns a buffer with the text to display
pDispInfo->item.pszText=Message;
}
My question is:
In example 1, can I assume that the buffer pItem->pszText will have enough
space for my text and that it will be freed when no longer necessary?
In example 2, am I supposed to free the memory in pItem->pszText? If so,
when is it safe for me to do it?
Or what is the correct way to do it without memory leaks?
Thanks Tag: Plug-in Tag: 128019
ID SHGetSpecialFolderPath in cab files?
Hi,
My program expects some parameter files stored relative to
SHGetSpecialFolderPath.
Now this is Application Data and in my VS2005 generated cab file I can hard
code the directory as such.
But what if the device points to a different folder with
SHGetSpecialFolderPath() ?
How can I code the cab file to dynamically deploy the files relative to
SHGetSpecialFolderPath() ?
TIA Tag: Plug-in Tag: 128018
MAPI - How to detect Send/Receive complete?
Hi,
I'm writing an extension to my app that sends and receives emails.
I've got as far as creating an email, attaching files and then forcing a
send using MailSyncMessages, what I can't figure out is how to detect that
the recieve part of the sync has been completed. I need to know this so that
I can then check the Inbox for a certain file to be processed. I could keep
checking the Inbox for files that I'm interested in (which may or may not
arrive), but how would I know that the receive action had been completed and
to stop looking?
Thanks for any help you can give.
Julian Tag: Plug-in Tag: 128017
How to change a disabled textbox's forecolor?
Hi,
I want to use a Textbox in my app that the user can't edit and select
anything on it. To do it I have to disable (Enabled = false) but when I do
that the text color change to grey.
How can I change a disabled textbox's forecolor? or how can I prevent the
selection of text?
Thank you very much. Tag: Plug-in Tag: 128016
touch panel disable and enable
Hi,
I need to disable/enable the touch screen for my application. The API
TouchPanelDisable () disable works fine, but when I call BOOL
TouchPanelEnable(PFN_TOUCH_PANEL_CALLBACK) with NULL paramter, nothing
happens. I have to restart the device to enable the touch screen. Can anyone
please tell me how to enable the touch screen without restarting? Or am I
missing something here? Tag: Plug-in Tag: 128011
Windows Pocket & getch
Hello,
i have a simple application.
This application use getch() function to retrieve every key press.
but under Windows Pocket / Mobile there is no getch();
Only found getchar(), but this do not same as getch();
Any other function instead of getch() ?
Thanks
Jimmy Tag: Plug-in Tag: 128009
How to insert strings in auto completion window of SIP
Hi,
i am developing an application for Pocket PC (WM 6.1) and the application has
a requirment as mentioned below:
1. When the edit control gets the focus, SIP should be displayed.
2. When the user starts entering characters, application should search for
the string that starts with the characters entered, in the data base and
display the search result in the auto completion window which popsup from the
SIP.
I am able to display the SIP and search for the strings in the database but
the prob is i am not able to display the search result in the auto completion
window of SIP.
Please help me out in solving this prob.
--
Avinash Malipatil.
"Leave your mark on the sands of time" Tag: Plug-in Tag: 128008
Oma Client DM xml for selecting networks
Hi,
How can I select networks as My Work Network, My Work Network and apply
these changes by using OMA client provisioning?
platform: pocket pc 2003
Thanks.
--
Ergun YILDIZ Tag: Plug-in Tag: 128007
Connecting device emulator to a wireless NIC
I'm trying to configure the device emulator to use my development
box's wireless adapter. I can launch (some images) with that option
successfully, but when I click on the Wireless Manager app (in Windows
Mobile), it refuses to launch.
Has anyone done this successfully?
--
Michael <sp1ff@pobox.com>
web o http://www.unwoundstack.com
ICQ o 198685593 Tag: Plug-in Tag: 127998
How to align Indian Language Marathi text in Crystal Report
We are having a Crystal Report with Unicode data (Indian Language-Marathi) as
an output.The report is getting generated but at line break a word is getting
cut instead of getting wrapped in next line.
We are working with Crystal Report which is a part of VS 2005.
Please suggest the solution either in Crystal or any other Reporting
method/Tool.
Thanks Tag: Plug-in Tag: 127997
ToolTips
Does the pocket/wm support tooltips for controls, i.e. buttons? If so
what is the simplest way to add a tooltip? I thought I read something
about adding it via the resource editor in VS.
Thanks so much Tag: Plug-in Tag: 127993
Download time in Smartphone versus Pocket PC
We did a comparison between download times in Windows Mobile standard
(smartphone) vs. Classic/Professional (PPC).
With the same SIM card the SP is 2 times or more slower than the PPC:
For example - a 3.8 MB CAB file -
Palm Cameo (SP) - 12:40 minutes
iMate KJAM (PPC) - 5:10 minutes
Can someone explain this difference?
Miron Tag: Plug-in Tag: 127989
call C function from a DLL
Hello,
I have a simple C DLL. This DLL have i compiled with VS2005 für Pocket/Arm.
Now i will test some function from a VB sample.
One C function is defined as
BOOL LslOnline(const char *szComm, BYTE a, BYTE b);
On PC VB i have add
Declare function LslOnline(ByVal szComm As String, ByVal a As Byte,
ByVal b As Byte) As Integer
But this does not work for VB / Pocket/Arm.
Why ?
How must i declare this for VB2005 Pocket/Arm ?
Thanks
Jimmy Tag: Plug-in Tag: 127982
GPRS and Ethernet connections
Hi.
We are having a problem with a Symbol MC9094 device. We've got a piece
of software on the device which connects via GPRS to a webservice on
our server for data transfer, which is working fine.
we've also got ethernet cradles for these devices on the network and
want to get the data transfer working through these cradles. the
MC9094 device has iDockit software installed set to Ethernet to
connect to the network, and there's 2 options here - Work or Internet
connection.
The problem we are having is that when the idockit software is set to
work, it's connecting to the network, but not getting external
internet access, so the device cant access our webservice (which is
outside our network).
when idockit is set to Internet, if the PDA has a GPRS connection
idockit wont even connect to the network, so there must be a conflict
(com ports?). our software will drop the GPRS connection when it
senses the network connection and go through the cradle. if the GPRS
connection isnt active when the idockit software tries to connect to
the network it works fine and can access our webservice.
Has anyone had any experience with this iDockit software, and could
help us get this ethernet connection made with internet access while
the GPRS connection is active?
Thanks. Ian. Tag: Plug-in Tag: 127981
Windows Mobile Developer Position
Hi Windows Mobile Developers,
My name is Carl Schumacher & I am working with a major media company
on the bleeding edge looking to fill a position. If you are interested
in this position please forward me an email & we can chat. Pay is
pretty flexible for the right person.
Position: Senior Developer
Location: Los Angeles, CA
Education Requirements:
- Business or technology college degree or higher
Experience requirements:
- Coding and building
o Mobile web sites
o Software solutions for internal billing and revenue allocation
- Solving complex technical issues for management of advertising
- .Net expertise
- Working and managing external, overseas development teams
- Emerging mobile platforms like windows mobile, iPhone and Android
- Fast learner who enjoys investigating and developing to new
technologies and platforms
Role & responsibilities:
- Work with mobile teams to implement software solutions for managing
businesses
- Investigate new emerging technologies and develop applications
- Find, assess and work with overseas development teams
- Project manage external resources and projects
- Interface with
Carl Schumacher
Executive Recruiter
Wireless & Digital Content
Electronic Search, Inc.
5105 Tollview Dr. #245
Rolling Meadows, IL 60008
Fax (847) 506-9999
Cschumacher@electronicsearch.com
http://www.linkedin.com/in/wirelessexecrecruiter
http://www.electronicsearch.com
http://www.wirelesstemps.com Tag: Plug-in Tag: 127979
Finding postion of icons in taskbar
Is there a way to find the positions for the icons in the upper
taskbar? Say I want to find the postion of the volume icon or I want
to find the postion of the left most icon, is there a way if I have a
handle to the taskbar (HHTaskBar)?
Thank you Tag: Plug-in Tag: 127977
Bluetooth communication
Hi everyone,
I'm have two iPac Devices and I'm trying send some bytes from one to
another via Bluetooth communication.
I use the CreateFile command to send the data and the ReadFile command
to read the data.
In booth commands I use the appropriate COM port.
When I try to send the bytes, it appears to work (the return is 1).
When I try to read the bytes, it also appears to work (the return is
1).
But it always gives me the return 1 when I read the bytes, even when
nothing is sent. So I don't know if my process is working. Can anyone
help me?
I use the code below to open the COM port:
HANDLE PortOpen(LPTSTR lptszPortName, DWORD* dwError)
{
DCB PortDCB;
COMMTIMEOUTS CommTimeouts;
HANDLE hPort;
// Open the serial port.
hPort = CreateFile(
lptszPortName, // Pointer to
the name of the port
GENERIC_READ | GENERIC_WRITE, // Access(read-write)
mode
0, // Share mode
NULL, // Pointer to the
security attribute
OPEN_EXISTING, // How to open the
serial port
0, // Port attributes
NULL // Handle to port
with attribute to copy
);
// If it fails to open the port, return FALSE.
if (INVALID_HANDLE_VALUE == hPort)
{
return INVALID_HANDLE_VALUE;
}
return hPort;
}
And the code below is to write data on the open port:
BOOL PortWrite(HANDLE hPort, BYTE* Bytes, DWORD dwBytesToWrite)
{
BYTE* ucptr;
BYTE* cptr;
DWORD dwBytesWritten;
DWORD dwBytesPacket;
DWORD dwBytesRemain;
int nCounter;
BOOL bRet;
bRet = FALSE;
ucptr = Bytes;
cptr = ucptr;
dwBytesRemain = dwBytesToWrite;
do
{
dwBytesPacket = (dwBytesRemain < PACKET_SIZE) ? dwBytesRemain :
PACKET_SIZE;
nCounter = 1;
do
{
bRet = WriteFile(hPort, ucptr, dwBytesPacket, &dwBytesWritten,
0);
nCounter++;
Sleep(300);
}
while ((bRet == FALSE) && (nCounter < 5));
if (bRet == FALSE)
return FALSE;
dwBytesRemain -= dwBytesWritten;
ucptr += dwBytesWritten;
}
while (dwBytesRemain > 0);
return TRUE;
}
The code below I use to read te data:
CString PortRead(HANDLE comPort, DWORD dwBytesToRead)
{
BOOL bResult;
BYTE * totalBytes; //total de bytes
BYTE * readBytes; //bytes parcialmente lidos
DWORD dwBytesRemain; //bytes restantes a serem lidos
DWORD dwBytesRead; //bytes lidos
DWORD dwBytesPacket; //tamanho do pacote
int nCounter;
dwBytesPacket = PACKET_SIZE;
dwBytesRemain = dwBytesToRead;
readBytes = 0;
bResult = ReadFile(comPort, &readBytes, dwBytesToRead, &dwBytesRead,
NULL);
CString s = (LPCTSTR)readBytes;
if (s == "")
return FALSE;
return s;
if (bResult == FALSE)
return FALSE;
}
Thanks,
Arthur Tag: Plug-in Tag: 127976
Connecting wireless to a Zebra Printer
Hello,
I am going to be using a Symbol WT4090 to scan items. I need to
printer a tag from the Zebra ql320 plus. I am trying to do this is
Visual basic 2005. Does anyone know and good site to find out how to
do this. I have looked everywhere i know with no luck. Thank you in
advance for your help. Tag: Plug-in Tag: 127971
Problem with GPS & "sleep"
Hi al,
i am writing a simple app, that sends every 15 minutes a gps position to a server.
I need to save the batteries, so i need to put the Pda in sleep mode and "wakeup" the application every 15 minutes.
I tried the largeintervaltimer, and it seems that the event is fired correclty also in "sleep mode", but unfortunately the GPS is disabled, so i have no way to get the position.
Have you any idea how to do it?
The pda is a HTC cruise (wm6).
I am using netcf3.5.
Thank you,
Marco Tag: Plug-in Tag: 127965
Can't not make call using TAPI on HTC touch
I can use the example Cedealer to make a call on my blueangel (with windows
mobile 6.0), but i can't make a call on the HTC touch. I always get
LINEDISCONNECTMODE_NOANSWER:
lpszDisconnected = TEXT("Disconnected: No Answer");
What is the probem ?
thanks in advance ! Tag: Plug-in Tag: 127964
How to get rid of popup warning for new EXE?
Hi All
I am developing on an HC700 Motorola HHT. The OS has been upgraded from
PC2003 to WM5. And I am using C# with CF2.
Every time the debugger starts up the EXE on the device a warning pops up
asking am I sure I want to do this. This seems to happen for all ne
assemblies as well and any applications that are shelled from with in my
application that I have added to the device.
In short any new application that is run on the device for the first time
gets this popup.
How can I stop this? At least for development.
Thanks.
ink Tag: Plug-in Tag: 127962
Email alternative to Outlook session
When raising a fault in my program the Pda sends off an email with the
details. The process uses an Outlook Session and Outlook is configured on
setup. There lies the problem as some users are reconfiguring Outlook when
they shouldn't. Is there a way to fire off an email setting the server
address and details at runtime reading the information from a database. That
way we can change the information at a later date if necessary and if the
user changes the Outlook settings our email still gets sent successfully. Tag: Plug-in Tag: 127960
PPC02 Compatibility
I got a used Pocket PC 2002 celfon (Siemens SX56 / HTC Wallaby).
What are the issues in predicting if a DOS or Windows app will also
work on this machine? I'm hoping for PDF reader, emacs, matlab, old
DOS 3.0 apps, OpenOffice, PortableApps.
- = -
Vasos Panagiotopoulos, Columbia'81+, Reagan, Mozart, Pindus, BioStrategist
http://ourworld.compuserve.com/homepages/vjp2/vasos.htm
---{Nothing herein constitutes advice. Everything fully disclaimed.}---
[Homeland Security means private firearms not lazy obstructive guards]
[Urb sprawl confounds terror] [Remorse begets zeal] [Windows is for Bimbos] Tag: Plug-in Tag: 127958
how to measurewaveIn staggering
Hello,
I am developing a HAM radio digital modes chat-like software, which
uses sound input and output as a modem.
The application is for free at http://pocketdigi.sourceforge.net
Some of the digital signal processing methods are quite CPU intensive.
User may select mode, for which the CPU power is not sufficient. In
worst case the waveIn messages are processed first, there will be no
idle times so WM_PAINT will never be sent and the application will
respond to user interaction extremely slowly if at all. I would like
to detect this case and offer the user to switch to a less CPU
intensive mode.
My application is pure Win32 written in C. My first attempt was to
detect cases when the main message loop does not idle for a long time.
This seems to work quite well, but fails when I open a message box.
System function DialogBox creates its own message loop and my
detection of Idle state does not work anymore. I believe writing a
custom replacement of DialogBox will work, but I am a bit worried that
some dialog functions like common accelerators will not work. I expect
troubles with Smartphones. On Desktop there are message hooks, but on
Windows CE they are not officially supported.
The other idea was to measure time the messages (mainly the waveIn
messages) spend in application message queue. MSG structure contains
time member. The idea was to compare MSG.time with GetTickCount().
This solution has the same problem. DialogBox creates its own message
loop, over I have no control. After the messages are dispatched,
MSG.time is no more available at window functions.
The other idea is to use GetIdleTime(). Unfortunatelly this function
is not officially supported by Windows CE. I know the function is
there in coredll.dll, but I do not want to risk that my application
will not work on some devices.
Thanks in forward for any hint.
Vojtech Tag: Plug-in Tag: 127957
Enable Word Completion
I have a text box on a PocketPC (not a Smartphone) that I want to show
word completion for. The issue is that I want to use the SIP word
completion without having to use the SIP (the devices I am coding for
have keys for entering text already).
I cannot seem to find a way to access the word completion without
having the SIP visible.
Is there any way to programaticly get at the word completion or is it
just too internal to the SIP?
Note that this would be very easy on a Smartphone. But the features
that do this are not there for the Pocket PC :( Tag: Plug-in Tag: 127955
Reload NLS
Hi,
I replaced the default wince.nls file with another one.
How can I force that file to be used instead of the one loaded from rom
before FileSystem is active?
There's a tool reloadnls.exe on the net that does this, but I need to know
how it is done..
Any clues?
Lisa. Tag: Plug-in Tag: 127953
Knowing when an ActiveSync Synchronization is completed
Hi !
I need to launch ActiveSync synchronization from a desktop application
(PC) and to do something when this syncing finished.
I tried using "wcesmgr.exe \syncnow" which works fine but I am not
able to get the end of the sync process.
How could I acomplish that ?
Thanks in advance for your help !
Guim Tag: Plug-in Tag: 127951
Beginner VC++/Win Mobile problem
Hello!
I am trying to open C++ samples shiped with SDK Mobile and I can't!!
The error sounds like this (I am translating from spanish!!)
"The project is made of configurations that needs support for plattforms
that are not installed in this computer. Can't load the project"
I don't have any problem with the samples of Win Mobile made with C#.
Only with those made with C++.
¿WHY? Tag: Plug-in Tag: 127950
How do I determine the working set of a CE application?
Hello,
Does anyone here know what APIs I can call (or any code I can write) to
determine the working set of a CE application?
My ultimate goal is to determine the amount of free VM space I have between
the address of the lowest loaded DLL, and the high watermark of VM memory use
from the application (all the ram & vm space used by the EXE, Heap, and all
thread stacks).
So far I have determined that even if our process is supposed to have its
own "32M" of virtual address space this is not the case -- several XIP DLLs
are stepping into our process space because there's more than 32M's worth of
XIP DLLs on the CE device. So, the lowest DLL is actually around the 17-18M
mark.
I know the EXE starts at 0x10000 (the 1st 64k block) but I can't measure how
high things go. The only metric I have right now is by using toolhelp.dll to
walk the heaps and determine the highest memory block -- but I still don't
know how much space threads are using for stack, or where the stack blocks
are located.
Any help would be appreciated. Tag: Plug-in Tag: 127948
setup dll problem
Hi,
Is it possible for a setup dll to depend on another dll that is
dynamically linked to it ? My setup dll doesn't load and the cab
installation fails. I have packed all the dll with it, but the installation
still fails. I am accessing some C++ utility classes in the setup dll
routines.
Thanks for your suggestions Tag: Plug-in Tag: 127943
Dev Tools for Visual Studio 2002
Hi,
I'd like to create an application for my Pocket PC.
Unfortunately I've got an old Version of Visual Studio (2002, version
7.0.9466), and I can't find any project type for windows mobile.
Which made me think it would be easier for me to develop using EVB.
But the version of my Windows Mobile is 4.20.0 (build 14053), and if I've
well understood (and from what I've tested) it isn't fully compatible with
EVB (EVB won't connect to my ppc, the emulator won't work properly, etc.).
Is there a legal way for me to update visual studio (without buying
anything) so that It'll work with my PPC?
Maybe a free framework Update will be enough? (I've already installed all
Framework Updates from Windows Update but Visual Studio still shows
'Microsoft .Net Framework 1.0 Version 1.0.3705' when I click on 'About
Microsoft Development Environment'.
Thanks for your help!
Jérémie Tag: Plug-in Tag: 127942
Migrating from Evb to VS2008
Hello everyone,
I have to migrate application on a PDA from eVb to VS2008 someone knows if
there are
tools that allow me at least not having to redraw any form?
Thanks in advance
Paolo Tag: Plug-in Tag: 127940
Sync Device Time with Server
How would I set the System Time on a PPC device to match that time running on
our Server?
I can query the Server to get the time, but how do I set this on the device?
Using: Visual Basic 2005 Professional Tag: Plug-in Tag: 127936
How to read data from EXCEL file
Hello everyone!
Is there a way to read data from EXCEL file from my application for win
mobile?
Thanks! Tag: Plug-in Tag: 127932
Q:How to modify localized phone number description?
Hello~
In U.S., I want to use regional setting to U.K.
And I found below phone number desciption on using.
(1)5161112222 --> U.S. phone number.
In U.S. setting,
(1)516-111-2222
In U.K. setting,
(1)5161112222
How can I use to (1)516-111-2222 with U.K. setting in Newyork.? Tag: Plug-in Tag: 127928
rearrange SIP list
I got 5 SIP list.
DioPen
Keyboard
Touch12
Transcriber
XtKeypad
Can I rearrange it to below?
XtKeypad
Touch12
DioPen
Keyboard
Transcriber
Is it enumerated only alpabetically? Tag: Plug-in Tag: 127927
OutOfMemoryException
This is a long shot, but i was wondering if there was anything that i could
do to avoid an OutofMemory Exception.
I have written a program that runs on a pda which reads in a csv file and
stores it into a datatable object (which can be searched through). At the
moment i can only read in a file with 8000 lines. I'd like to increase this
to 20,000 but can't as i get the OutOfMemoryException...
--
WD Tag: Plug-in Tag: 127926
Debugging WiFi device with AS4.5
The problem I am facing is about debugging User side application on a
WiFi enabled pocketPC device.
I am using VS 2005, ActiveSync 4.5 and device is loaded with WM 6.0
(CE OS 5.2.1620)
The device is connected the PC via USB cable
The symptom is that having a debug session On makes Application very
very slow. 3-10x slower than when the same binary is run on the same
device without debug. I strongly suspect it is because debug session
tries to use WiFi connection that the device has.
Earlier with AS4.0 & WM5. There was no official way to have USB and
WiFi on at the same time. Therefore people would kill WZC on device
and then they could have debug session together with WiFi and it
worked perfectly.
My question is what can I do to force debug session to stick with USB
as it used to be with earlier MS software? Tag: Plug-in Tag: 127920
Embedded scripting language for Windows Mobile application
Hello.
I'm developing an application for Windows Mobile 5 devices, using .NET
compact framework. I need to have some automation for some tasks in
the application, and the perfect solution for this is an embedded
script language. On the desktop I could choose various languages (VSA,
python, lua...), but on the mobile device I don't know where to begin.
Any recommendations, thoughts, ideas?
Thanks. Tag: Plug-in Tag: 127913
WinCE and transparent irregular shaped forms
Is it possible to create transparent win form with irregular shapes in
Windows CE 5.0 (under Visual Studio 2005?). If yes, how to do that?
I am trying to override OnPaint method but it does not work at all. Tag: Plug-in Tag: 127912
IE script error when creating MFC Smart Device app in
I tried via making new entry in registry,but still could not get through the problem.same script error is still coming.Can some body help me out? Tag: Plug-in Tag: 127910
winCE 5.0 show notification
I am developing an win CE app. There is a backgroung thread that is
synchonizing my app with a desktop comp every i.e 60 secs. I would like to
show any notification to the user when data has been synchronized. Do you
have any idea how to do that? I have tried to show a form (but the form is
frozen, why?).
Any help will be appreciated! Tag: Plug-in Tag: 127909
Usage of SHCMBM_SETSUBMENU
Hi all,
I'm trying tp dynamically change my menubar on the fly in my
application.
I found the message SHCMBM_SETSUBMENU in MSDN document.
But I'm not sure how to use this API, everything I've tried just
doesn't work.
And I can't find any example about this API in Internet.
Is here anybody have experience of thes API, and can tell me the right
usage of this API?
I'm working on a Windows Mobile 6 Smartphone.
Thanks!
- William Tag: Plug-in Tag: 127908
from Embedded Visual Basic to .net 2005
Is it possible/easy/quick to move a source code written in Embedded
Visual Basic 3.0 to Studio .net 2005?
I use buttons, listboxes, combos, grids, labels (standard
components...) and a winsocket
Is there any wizard, automatic procedure, something?
will the code immediately (quickly) work again or will I need to cry
for hours to have my code working again?
(emb vis bas semed to be good -easy and free-, but it is buggy...), so
I am thinking to migrate
thank you Tag: Plug-in Tag: 127906
embedded visual tools does not fire events anymore
I have developed an application using embedded visual basic 3.
it works prefectly
... then I exchange some data from a server using a winsocket...
When the communication ends (8K of data data exchanged), the
application becomes weird... after a while, when I click on a command
nothing happens...nor listbox, grid... no one *_click event works.
The app stop to respond. I have to reset the palm.
I use a different form to exchange data, and after the data exchange
the "hourglass mousepointer" remain always visible (rotating)
there are no loops... so the program cannot be in a loop.
any suggestion?
thanks Tag: Plug-in Tag: 127905
Hello,
some exemple to create plugins and how to execute API.