all groups > dotnet compact framework > august 2004 > threads for wednesday august 25
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Sqlce Cab Redist License Issue
Posted by Fernand at 8/25/2004 8:47:02 PM
I have developed PPC application to use SQLCE. I can find end user license
agreement in order to freely redistribute the compact framework
netcf.all.wce4.armv4.cab together with my application. But I cannot find a
similar agreement to redistribute sqlce sqlce.wce4.armv4.CAB. I assume that
... more >>
Changing the Text in the MsgBox Buttons
Posted by kjbarnes NO[at]SPAM businessgoals.com at 8/25/2004 5:58:28 PM
I have an application that needs to change from English to Spanish on
the fly.
I have all of the fields on the application set to use either language
but I am having a problem with the MsgBox control.
When I set MsgBox to use the Yes/NO or OK/Cancel method I do not
understand how to get the... more >>
Record and playback application
Posted by Johann at 8/25/2004 5:25:43 PM
Hi all,
I would like to know where do I start if I want to build an application that
records user events of an application and plays back them.
Johann
... more >>
OpenNETCF.Windows.Forms.ListGrid
Posted by dohko at 8/25/2004 4:20:47 PM
Anyone have a sample using this control ???
Alguien tiene un ejemplo acerca de este control. ???
Thanks...
... more >>
Service Pack available?
Posted by Wapiti at 8/25/2004 4:17:43 PM
I can't get the 'check for updates' feature to work, under Help in VS.net
2003. I searched the microsoft site and didn't find any service packs
either -except for VS6.
I just recently installed VS.net 2003, and am guessing that a service pack
or two have been released by now? If so, where w... more >>
Communication using the docking port
Posted by jayderk at 8/25/2004 3:52:50 PM
Hello all,
I have an interesting challange, we are trying to hook a pda up to a
satellite antenna to send data to our server. we are of course using the
docking port on the pda and .net compact framework. Am I going to be able to
send a webrequest/response over the docking port?
what I mean... more >>
Proxy for UI
Posted by Tod Johnson at 8/25/2004 2:23:35 PM
Hello,
as I know UI should be updated only from the main thread. That's why
I've created ProxyClass [1]. The question - is it normal solution or
maybe there are other, the best suggestions for this problem?
Thnx,
Tod
[1]
public class UIUpdater
{
Control _destinationControl;
obj... more >>
How to Program a Print app in CF?
Posted by Dongquan.Z at 8/25/2004 1:58:30 PM
I want to program a mobile print application under VS .NET 2003, I don't
know how to do this using C# or Visual Basic under Compact framework?
Is is possible?
Thanks!
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
strange behaviour
Posted by Mark Irvine at 8/25/2004 12:47:15 PM
Hi,
I'm having a rather strange problem with a c# app that I wrote, every now
and then - no pattern at all, the close method appears to be automatically
called and the application closes down. This has happened to me a few
times, but I can't understand why. On most occassions this happens wh... more >>
MessageWindow from separate thread
Posted by Tod Johnson at 8/25/2004 12:39:54 PM
Hello all,
I've found that it's not impossible to create MessageWindow from
separate thread. Are there any workarounds?
// -- Main thread --
StartDial();
//---- Separate Thread ----
{
while(!end)
{
...
messageWindow = new MyMessageWindow(); <--- messages ne... more >>
DataTable.Add dataconstraintexception
Posted by Ady at 8/25/2004 12:19:52 PM
Hello
I'm loading in memory couple tables into a DataSet and then I try to add a
new row (in memory). This gives me an dataconstraintexception.
Here is the code:
//load dataset
SqlCeDataAdapter da = new SqlCeDataAdapter(request, connexionBD);
da.AcceptChangesDuringFill = false;
da.FillSchem... more >>
Reinstall using wceload - any way to avoid the question?
Posted by Jon Skeet [C# MVP] at 8/25/2004 11:33:34 AM
Supposedly, invoking wceload with /noui as a parameter will stop it
from asking any questions. This is incorrect - it still asks you if you
want to reinstall if the app is already installed.
We're looking at a whole auto-upgrade strategy at the moment, so could
do with knowing whether or no... more >>
I need a more advance textbox for my app
Posted by Kenneth at 8/25/2004 11:09:45 AM
Is there way that I can use both bold and regular fonts in a textbox for
PPC.
Any reply will be appreciated.
Thanks,
Kenneth
... more >>
OpenNETCF framework and VS2005
Posted by Thore Berntsen at 8/25/2004 10:51:51 AM
Today I installed a beta of VS2005 on a test machine. Can I use the
OpenNETCF framework under .NET Compact Framework 2.0 ?
Thore Berntsen
... more >>
Textbox and focus
Posted by Anders Johansson at 8/25/2004 10:49:49 AM
Hi!
I´m using a form with a tabControl.
Each tab contains of a couple of textboxes.
When I change tab I also whant to set focus to a textbox.
Sounds simple.... but the textbox doesn't focus.
private void tabControl1_SelectedIndexChanged(object sender,
System.EventArgs e)
{
... more >>
close msgbox programmatically
Posted by gabu2000 NO[at]SPAM tin.it at 8/25/2004 8:51:16 AM
hi all, is there a way to close msgbox programmatically?
(i need to drop a system "Pocket Pc Networking" msgbox...)
i've checked for "SetWindowsHookEx" but it seems to be absent from CF APIs...
any suggestion?
tx
matteo gabella
www.stranigiorni.com... more >>
Event when the device is in the cradle
Posted by info NO[at]SPAM vajani.com at 8/25/2004 8:28:26 AM
Hi guy how I can be notified when the device is put in the cradle?
OR how can I know if it's connected to the Lan or ti Internet?
Thanks in advance... more >>
Icons on the start page
Posted by jason NO[at]SPAM no-spam.dive-master.org at 8/25/2004 6:59:55 AM
Hi all,
does anyone know how I can place a shortcut
to my PPC application on its start page?
I can place them in the start menu, but I would
like to have it on the start page for easier
access.
Thanks,
Jason.... more >>
CE.Net Applications Fail to Run on Pocket PC
Posted by dreeck NO[at]SPAM adelphia.net at 8/25/2004 6:25:40 AM
This may be a familiar problem, but I still don't have a solution. As it
has happened to others, there is obviously a bug or some other condition
in CE.Net that causes the following to happen:
Basically, the problem is, as I install software to a new Pocket PC
device, eventually, all CE.Net... more >>
save bitmap - graphics object - vb.net
Posted by peter albanese at 8/25/2004 4:54:50 AM
i have a vs.net 2003 project using vb.net and im trying to capture a digital
signature. microsoft was so kind as to leave our the bitmap.save
method.....i am going crazy. does anyone have a solution to saving a bitmap
object to a file or to a byte array after the bitmap object has been drawn
to ... more >>
Running a task at a specific time.
Posted by ajit.goel NO[at]SPAM wipro.com at 8/25/2004 3:15:36 AM
Hi everyone;
We have a requirement to run an event at 12.00 pm. We have used the
System.Windows.Timer object to set the interval for the timer
object(to run the event at 12.00 pm).
But if the Pocket PC goes into the "sleep" mode, the event does not
fire.
The Power management in the contr... more >>
|