Software Development Network Logo
  • VS Team System
  • SQL Server
  • Microsoft ISV
  • SharePoint Products
  • Smart Devicet
  • Audio and Video
  • IE Development
  • .NET Development
  • Visual Basic
  • Windows Forms
  • Game Technologies
  • Visual Studio
  • Windows Vista
  • Visual C#
  • Visual C++

Software Development Network >> Smart Devicet

Smart Devicet

New Question

Problem-Connecting to sql server using pocket pc 2003 emulator..
streaming large files into small devices - need some advise
Heyelp! Using SendKeys in Visual Studio 2005
How to Popup emoticons panel
Handwriting
detect incoming call
I am not able to sign in on MSN messenger Please help anyone!
How to add messenger contact in a web page
RTC on windows mobile 5
Activesync on a headless Device Emulator OS design

Top Answerers

Richard Wilson
ozhonetech
Yaroslav Ivanov
Ranier
mentas
Marius Bancila
looplocal
Andreas Asterlund
golfdude54
jtallard2
ScienceDaily Headlines
Only Title

Answer Questions

  • Whoisit Deploying Multiple cab files at once

    I have developed my application and created the .cab file for this application. I followed the tutorial on creating an MSI file and custominstaller and this works fine. My problem comes from the fact that my application must also install .NET framework 2.0 and the SQLMobile .Cab file. I am wanting to package all of these together and be able to deploy them at one time from a users PC. I am not wanting to make the user click on each cab file to execute them. Can anyone point me in the direction of a good tutorial to accomplish this, or give me a good idea on how to do it. Thanks for any help Can I use installer.dll to do what I am wanting to do.  If I create different .cab projects and dif ...Show All

  • HenryWu OTP NET Compact Frammeworks

    I am recieving a message on my windows CE device that "Tis proram requires a newer version of Microsoft .NET Framework, can anyone guide me How to do that ... I am using windows mobile 5.0 Likely it is looking for the 2.0 Compact Framework which you can get here ... however checking the requirements of the application in question would be the better first step. For future notice, these forums are dedicated to Windows and Windows based device programming and not general troubleshooting. Any future questions like this would be better handled on one of the more relevant Microsoft Newsgroups or a Windows CE based devices enthusiast forum. ...Show All

  • idthiru launch picturebox

    How do i create a vb program so that when executed, there is no form window but only a picturebox shown You can't have both! You need resize controls without showing the toolbar and this is not possible. You can however add some event handlers such that if user clicks on the picture box - you can resize the window. Manav thanks for the tip. also, how do i remove the task bar and the button keys i only want to show the picturebox itself, and preferably a smaller size picturebox than the whole form size. thanks. but now i cant resize the whole form. i'd like to show just the picturebox i have added on my form when i execute my app. how do i do it Drag and drop picture box onto the form and maximize it fill ...Show All

  • Bramley MessageBox On Exit

    I am developing a dialog based application for PocketPC 2003 in Visual C++, and I would like it to pop up a warning box after the user dismisses the main dialog box if certain conditions are met. I tried putting the MessageBox command into the the code block that runs after the user presses "OK", but while this produces the message box properly, it also closes it immediately thereafter. I also tried making a new dialog class/resource, and doing a DoModal() function in the same code block, with no luck. Is there some way I can get a message box to show on exit (any time after the user presses OK on the main dialog) and remain on the screen until the user dismisses it I found a similar request in another thread, but it was based on ...Show All

  • schreik Conversion from Visual Embedded C++ to Visual Studio 2005

    Hello, My objective is offcourse to change development tool from Visual Embedded C++ to Visual Studio 2005. I have tried to follow this manual conversion: (at the bottom of the link): http://msdn2.microsoft.com/en-us/library/ms838254.aspx My project is a Visual C++ Win32 Smart Device Project. I get this error: "fatal error C1189: #error : ACE requires Windows CE 3.0 and later." (config-WinCE.h ) In this line: #if (UNDER_CE < 300) # error ACE requires Windows CE 3.0 and later. #endif // UNDER_CE I dont understand why it has detected that I have below version Windows CE 3.0. I also get an error with the CPtrList*. The CPtrList class is in 2005 changed to typedef that use template classes to provide equivalent functionality, but ...Show All

  • eTape how can i associate my app to one button?

    Hi, all, I am doing some application on my WM5.0 smartphone by using VS 2005. How can I associate my app with one button I mean, when you push this button, my app will be executed, instead of every time going the directory and execute my app Thanks for the reply! Sounds like you need a service running in the background. You can activate a service by using ActivateService: http://msdn.microsoft.com/library/default.asp url=/library/en-us/wcecomm5/html/wce50lrfactivateservice.asp Just to give you my 2 cents overriding a button on your cellphone is probably not a good idea. Other programs may be relying on that button and so if they need it, your app would always launch as well as performing the standard operation. This would le ...Show All

  • Qiming Lu WLM Addin: error 8013150a when i load my addin

    Hello, I'd like to program an addin that will display a little window (winform) with few controls (buttons and text edits). Is it possible What is the simpliest solution to make this I'm using C# with visual2005. Thank you. R.P. Are you sure you have GAC registered your add-in Try this, shows options dialog with few controls. The form appears when you click in settings button or you type !menu in a conversation window. You talk about that === Edited by David_ES @ 12 Oct 2006 11:15 AM UTC=== public class ClassLibrary1 : IMessengerAddIn { private MessengerClient messenger; private Button aButton, aButton1; private ListBox list; private TextBox texto, texto1; ...Show All

  • carstensm Battery indicator on ToolBar? How to?

    I got a requirement to place a battery indicator on the ToolBar of a .NET CF 2.0 form on Pocket PC 2003. I started by assuming that I could derive a custom control from ToolBar, and modify OnPaint to add my indicator. But to my surprise, OnPaint is in fact never called. The designer of the System.Windows.Forms.ToolBar must have gone to great lengths to hide/disable/avoid all the functionality inherited from the Control class. For example CreateGraphics is not supported ! I now have a working method using PInvoke GDI that looks OK, but feels somewhat like a HACK. What is the "correct" way to do it. I will "reveal" my code later. Hi Alex, That was my first approach, but it h ...Show All

  • Schnoogs HTTPS problem on Palm Treo 700w

    Hi, I've been having problems POSTing to an SSL server on the above device using .Net 1.0. I've seen the other posts on ensuring the latest Service pack is installed and it is for this device. When writing to the output stream I seem to be getting a 100036 i.e. ' WSAEINPROGRESS ', usually the first request goes through OK but subsequent requests fail with this error. Using plain http, everything works fine. Sometimes when debugging on the device if I break before the write then continue it seems to work. I've cut the code into a test app to check things out and included it below (data has been truncated). Any thoughts would be appreciated, Thanks Graeme try { Uri ourUri = new Uri("https://myserver/response.asp" ...Show All

  • dnzone Unit testing on Windows CE 5.0

    Hi all, Is there a unit-testing framework for .Net that supports WinCE 5.0 Thanks, We are working on providing this support on the next of Visual Studio for Devices. Stay tuned! :) Hi Cornel There are two nUnit ports for the Compact Framework currently under development. ncfunit: http://sourceforge.net/projects/ncfunit cfnunitbridge: http://cfnunitbridge.tigris.org Be aware that both projects are in a 'early' stage. Michael ...Show All

  • mrmckeb Share Folder Error with ActiveSync

    Hello, I have a little problem when I want to access to share directory with ActiveSync In my 2 devices (Windows CE 4.2 and Pocket 2003), I want to connect to a share (in my computer) I use activesync 4.2.0. So, I wrote \\SERVER01\ShareDirectory ... and I had this answer : "Can not find 'ShareDirectory' (or one of it's components.) make sure the path and filename are correct and that all required librairies are available" When I activate WiFi connection, that's work fine. ActiveSync don't know computer host Thanks for your help. Via Http is a other solution is it's possible programmatically In my knowledge this is not supported with ActiveSync. You may want to retrieve the resource via H ...Show All

  • Jarrado In CF1.0 how to launch another .exe?

    hi, guys. I need to launch another exe in my CF1.0 program. It looks like only CF2.0 has the Process class. Is there any way to do that in 1.0 Thanks. P/Invoke CreateProcess() or use wrapper from OpenNetcf.org. If you don't know how please search this forum, it was answered before. ...Show All

  • Phil333 Akonix bot online but no answer

    Hi, I developed my bot with Akonix L7 Builder and submitted to improvecenter.com some days ago. My bot is now online but doesn't reply to my messages. When I try to open a conversation with it from my work computer (with linux & gaim) my bot appears online but gaim says: "...@hotmail.com: The user is not online" I've tried to contact them by mail and their forums but have had no answer yet. Has anyone found a similar problem Are there any bots hosted at improvecenter.com Thanks, L Could the bot's e-mail address somehow be provisioned by Microsoft I noticed that some e-mail addresses are "always online" although there isn't really a bot program running... ...Show All

  • karthik_hs GPRS Connection Setup in Code

    Hi, I was wondering if there is a way to configure a connection for GPRS on a windows mobile 5 device in code. I am having a few problems doing it through setting the registry as I can get the connection to appear under the Connections > Manage existing connections dialog but if I try and connect to the connection I am prompted for the username and password however I do not want this prompt to appear. I have been able to do configure the connection with great success for a windows ce 4.2 and pocket pc OS however it seems a little different for the mobile 5 device I am working ok. I do not want to import registry entries, I would like to be able to set the registry values in code, which is working as I get the connection in the required ...Show All

  • Guostong MSN Add-In developer info

    After writing a couple small msn add ins for fun I though I'd share some of the things I've learned from this. Security Unless an addin is signed with a strong name key and loaded into the global assembly cache it will run with very restricted access. E.g the permission set "Internet". Error codes: 8013150A = An error relating to security occurred. ( COR_E_SECURITY ) More info about how strong naming works can be found here . Sending Messages (Limitations) You can only send messages in the IncomingTextMessage event. And only to the person who sent you the message. This means you can't have for example a timer sending out a message to someone every X hours. Or forwarding all messages from Bill to Bull Error codes: 810003DF = Attempt sen ...Show All

737475767778798081828384858687888990

©2008 Software Development Network

powered by phorum