-
- Connection SQL Server from Pocket PC 2002 Emulator trough network
by Markotez
- 2 Replies
- Last post
by Markotez
- How Connection SQL Server from Pocket PC 2002 Emulator trough network, however error 'SQL Server not connection or access denied' .
-
- using webservices in a gadget
by Rudgr
- 9 Replies
- Last post
by Andy E
- Hi, Has anyone have an example of using a web service in a gadget Thanks in advance, rudgr
-
- How to Create Folder ?
by Vasquez19
- 1 Replies
- Last post
by Ilya Tumanov
- Hello all,
I'm developing a small app using C# in VS 2005 for Pocket PC 2003 SE. All I'd like to know how to do is create a new folder on the devices root, but I can't seem to do this. This is the first time I've done any development using Pocket PC.
Thanks.
Jon
-
- Comunicate with PPC using sockets (Error 10060)
by Alexei AR
- 2 Replies
- Last post
by Alexei AR
- Hello all
Im trying to send an alert to a WM6 Device from my PC
Code on PC:
Dim tcpClient As New Sockets.TcpClient
Dim portNumber As Integer = 1414 '
tcpClient.Connect( New IPEndPoint(IPAddress.Parse( "192.168.55.101" ), portNumber))
What am i suppossed to write on the port number I have tried several numbers but all of them give me the
-
- How to put a Windows Ce .Net 4.2 application in a startup folder
by Kumaran Arumugam
- 2 Replies
- Last post
by Kumaran Arumugam
- Hi all,
I have developed a windows ce .net applciation in C# 2003
So my task is the following bold one,
Launch the application from a batch file (put the batch file in the startup folder so that the application starts up at boot time).
I havn't found the System tools ->Scheduled Tasks in Windows Ce .Net 4.2
Can any one please help me to figure out this solution for tas
-
- Splash Screen Deadlock
by Jonathan.Peppers
- 14 Replies
- Last post
by Jonathan.Peppers
- I have a .Net cf app that shows a splash screen like so:
Code Snippet
private void ShowSplash()
{
Thread t = new Thread ( delegate ()
{
_splash = new SplashForm (_skin);
Application .Run(_splash);
});
t.IsBackground = true ;
t.Priority = ThreadPriority .AboveNormal;
t.Start();
}
I only use ThreadPriority.AboveNormal because I
-
- Network Error Issue
by mohasad
- 4 Replies
- Last post
by mohasad
- hi , In my appp when i hit a particular server for 3 times consecutively , the 3 rd time or 4 th time its showing timeout . what i am doing is when the connection is started i just press the cancel button , when i do this for 3 times , the 4 th time its showing Timeout error . after the timeout exception had come , after that its working fine . thanks sadiq
-
- java to c#.
by SPESHOW
- 8 Replies
- Last post
by SPESHOW
- may i know what is the equivalent for getHost() and getPort() i am trying to convert java to C#.
public static HttpConnection connect( String url, Callback callback ) throws IOException { HttpConnection conn1 = null; String originalURL = url; while( url != null ){ conn1 = (HttpConnection) Connector.open( url ); if( callback != null ){ ca
-
- Recording Issue
by N B
- 3 Replies
- Last post
by Ilya Tumanov
- Hi Guys,
I am trying to build an application to record data and the recorded data is sent to server. We are able to record data in PCM format. I need to convert data in AMR format. Does anybody know how to record in AMR format. So far i didn't find any useful documents.
-
- Execution on Emulator and Real Device, and local storage
by Zoe Elmo
- 1 Replies
- Last post
by R.Trifonov
- *greetings* 1) i am confused over the behavior of the execution on the emulator and real device. i encountered 2 situations as below : i) In the emulator ,the tab button switches well, but it couldn't switch to the intended page when executing in real device, it couldn't display the intended page. ii) In the emulator a connection to Sql server 2000 to retrieve information failed and showed the e
-
- Time comparison
by kangalert
- 6 Replies
- Last post
by sadia
- Hi
Can somebody teach me that given 2 time for example: lblstarttime.text = now and lblendtime = now, how do i compare them in term of days, hour, minute and second
-
- DataGrid issues
by Chook_rl
- 14 Replies
- Last post
by Chook_rl
- Hi, I've installed the CF2.0 SP1 patch so that my DataGrid could be align to the right
(I'm writing a RTL program.. hebrew)
But I didn't understand how to get the headers to be align to the right aswell,
another question regarding the binding of the SQL MOBILE and the DataSet,
I have a table, and i want the user to see only 3 columns in the datagrid,
but the problem is that one of t
-
- HTTPS problems with .NETCF 2.0 SP 1
by Andreas Selle
- 5 Replies
- Last post
by Andreas Selle
- Hi all,
I am currently facing a severe problem with HTTPS posts in my application.
My application connects to various banking servers (which are unfortunately outside of my control) posting transaction data transaction through a HTTPS POST. The application works fine at 5000+ customers who are using .NETCF 1.0 and the very same communication code also works fine on the desktop using .NET 1.1
-
- WebBrowser and multithreading
by Ilya Margoulis
- 6 Replies
- Last post
by Alex Yakhnin MSFT
- Hi
I'm trying to create a C# application that will measure performancea of internet surfing. One of the parameters I want to measure is web site loading time. I have a WebBrowser object that will start timer when navigating to the specified url and upon completion (webBrowser_documentCompleted event) will stop it, so I will know the time it took to load this web site. The problem is that I have
-
- USB CDC Driver Windows CE
by Sira Buwa
- 2 Replies
- Last post
by Sira Buwa
- Hi,
I have develop USB CDC deiver for windows CE. I need to test this driver for USB compliancy. Is there a standeard way to do it. Are there any tools that we can tast this driver
Best regards,
Prashan.
-
- Can anyone Help me?
by BMorshed
- 5 Replies
- Last post
by hassssan
- Hi, I am new in this forum and i need some help regarding pocket PC. First query: Is it possible to implement video surveillance system to pocket PC if possible can you give me site address or any sample code. Second query: I have an ActiveX control which is written in MFC. I used that in my desktop application on .net framework2.0 in c# and visual studio 2005, it is running well. Video monitorin
-
- playsoundA
by VaibhavSrivastava
- 4 Replies
- Last post
by AlexFeinman
- HI ,
everyone i am getting problem in using playsoundA() FUNCTION I INCLUDED MMSYSTEM.H
COREDLL.LIB
AS MENTIONED IN SMARTPHONESDK HELP
but stll i am getting linking error 2019;
i created a function and clling playsound A()
in that.
it is compiling error free
but giving me linking error
please help.............
details of error:
Sound.obj : error LNK2019
-
- Hiding the SIP Icon
by JoeCritter
- 1 Replies
- Last post
by Alex Yakhnin MSFT
- I have a form with tabs. One of the tabs allows input such that I'm giving the user an InputPanel to play with.
But the other tabs don't need the SIP Icon. Is there an easy way to hide its availability on the other tabs It doesn't look like it binds to a container in the way other Controls do.
Right now I make sure I'm in the appropriate tab in the InputPanel.EnabledChanged event (&q
-
- Problem when executing my app.
by cues7a
- 1 Replies
- Last post
by Ilya Tumanov
- Hello, I install correctly my Pocket PC application on the device but when I try to execute it I get the following error: "NullReferenceException
en
DeviceApplication2.Form1..ctor()
en
DeviceApplication2.Program.Main()" Any idea Thank you.
-
- What is the IMEI of a Device Emulator Image?
by Mario Fasching
- 2 Replies
- Last post
by Hammadi Dali
- I'm testing an application wh ich needs an IMEI. The application runs on a Device Emulator Session, but is not able to read out the correct IMEI. Where can I set it or which IMEI has such an WM Device Emulator Image
-
- ShellExecute compile error
by Oridian
- 6 Replies
- Last post
by AlexFeinman
- Hi, I am unable to launch an application with ShellExecute. Basically, this is my code: ShellExecute(0,"open","http://www.msn.com","","", SW_SHOW ); During compiling I get "'ShellExecute': identifier not found" I have included shellapi.h with this: "#include <shellapi.h>" Any help would be appreciated. Thanks
-
- Get mobile device name from desktop app
by Joshua_W_Wise78
- 5 Replies
- Last post
by Michael Koster
- Hi,
I was wondering, is there a way to get the name of a device that is connected to the computer The application I have sends files to the PPC using the Windows Mobile Developer Power Toys, and I'm not using any RAPI or anything like that. I was wondering if there is a way to get the device name from the desktop application without using RAPI. And, if RAPI is the only way to do it, I was hopi
-
- system.data.datarowview value from combobox problem
by MartinMeddle
- 2 Replies
- Last post
by MartinMeddle
- I am trying to insert data from a windows Mobile 5 device to a remote sql database. The insert is working without any problem but all data which originates form a combo box is inserted in the database as System.Data.DataRowView
the code I have used to populate the comboboxes is
Dim conbentce As SqlCeConnection = New SqlCeConnection(ltst) Dim cmddata As SqlCeCommand = New Sq
-
- Question about Web Browser Control in Compact FrameWork
by Loki
- 5 Replies
- Last post
by Loki
- Dear all, Lately I have been developing an application for pda which uses a Web Browser Control. I have encounter a problem that I have not yet found the answer. So here it goes: I am using a dell pda with screen resolution 640x480, but the web browser no matter what cannot display pages in resolution greater than 320x240. Is there a way to take advantage of this higher resolution that this pda
-
- premature termination of a serial port problem
by v3ks
- 2 Replies
- Last post
by v3ks
- I am trying to handle a premature termination of the serial port connection. When I reconnect the serial port and try to detect the connection, I get an exception saying that the port does not exist. I am connecting to COM9 When I do: string[] ports = SerialPort.GetPortNames(); foreach (string port in ports) { Console.WriteLine(port); } I get COM9 as one of the existing ports. But when I try to