hi
what is the fast way to find and data in sqlCE in windows-mobile (C#) ?
i have database with 1000000 records.
sql query ? .... or data reader ?.....or wat ??
thank's in advance
Hello,
Is there any API to set user credentials programmatically for a wired 802.1X profile in Windows Vista/XP SP3 ?
The corresponding API for wireless is WlanSetProfileEapXmlUserData (...) or WlanSetProfileEapUserData (...). Can the same functionality be achieved for a wired 802.1X profile is some way ?
Thanks,
crimsonbloat.
There is an SAP server that has some webservices I need to use, so I am trying to use wsimport to generate the client stubs.
I don't want to find all the wsdls and schemas that are referenced and modify them to do it locally, as that isn't sustainable, if they service should change.
So, how can I use wsimport to fetch a wsdl and generate the client stubs when the server is using Windows Integrated Authentication, where even the wsdl requires credentials.
What's the best way to get a temp directory name in Windows? I see that I can use GetTempPath and GetTempFileName to create a temporary file, but is there any equivalent to the Linux / BSD mkdtemp function for creating a temporary directory?
How can I check the existence of a windows service in a batch file?
The user is inputing a service name and I want to check that the service does exist before continuing with my script.
Does anyone know what graphics library is used to create the graphics in the Solitaire and Freecell games included with Windows Vista (e.g. XNA, GDI, WPF)? A good answer would include the name of the library and evidence.
I looked at solitaire.exe with dependency walker and it shows many calls to gdi32.dll and gdiplus.dll, but also a call to Direct3DCreate9 in d3d9.dll.
Hi,
Environment is:
Windows Server 2008 R2 x64
Slik-Subversion-1.6.11-x64
TortoiseSVN-1.6.8.19260-x64-svn-1.6.11
I have setted up svn srvice based on Jeff Atwood guidlines and can connect work with host via svn command lines like svn list svn://localhost, but TortoiseSVN can't connect to it even on server machine itself. All firewall types are off. TortoiseSVN error message is:
Can't connect to host 'localhost': No connection could be made because the target machine actively refused it.
How can I solve this problem?
Thanks in Advance,
Hi,
I was looking at MIX session. Presenter there was refering "Panoramic experience" in windows phone. Is a ready-to-use control available anywhere or even beter in silverlight 4 itself?
Hi all,
I have a CherryPy server with a Django application running as a Windows service, inside a controller I need to make a call to wmic, the problem is, so far I have only been able to implement a blocking operation.
Does anyone have any recommendation for a non blocking operation so, at least more then one person at a time can access this controller and extract information from wmic?
Thanks in advance,
Anders
Hello,
I was wondering if there are any free / open source solutions that will start and stop a windows service based on load? I have some pubsub subscriber services that do background work which is not critical. Ideally i would like tot be able to automate things so that these services could start if memory/cpu/disk i/o was under a certain threshold and stop gracefully if that threshold was met.
Do you know of any solutions?
Thanks
JP
I am trying to install an svn client on a friend's work windows laptop without much success. It seems that everyone is using TortoiseSVN nowadays, which unfortunately doesn't install without administrator access. Is there any way around it or another client I can try?
I don't need anything fancy - just basic http/https, but a GUI is very much preferred over a command line client.
Thanks!
I have a c# windows client app packaged using ClickOnce.
Using c# how can I programmatically get the registry entry for that application?
As I am wanting to write a registry entry for a child app NEAR the same location
Can someone please post Some code to depict the implementation of advise method which is described in IDotAdHocManager interface windows WDK as i am working on it and need to know its proper implementation.
I need to upload vendorize a gem which is causing problems at my host - in this case nokogiri. My host is using linux, my development system is windows. The gem contains binaries and so my local gem downloads the win32 binaries. Is there any way I can get gem to download the linux binaries, so I can vendorize and upload them?
I can display and select a single file in windows explorer like this:
explorer.exe /select, "c:\path\to\file.txt"
However, I can't work out how to select more than one file. None of the permutations of select I've tried work. Help!
Note: I looked at these pages for docs, neither helped.
http://support.microsoft.com/kb/314853
http://www.infocellar.com/Win98/explorer-switches.htm
hey i used web browser component in my app for windows mobile...
i set the url as "www.google.com" but it shows
"page is unavailable"
do i need to do any sort of coding from my end
as i set the url from the property box of web browser component
I have a c# windows service that needs to execute a database query every 60 seconds (or whatever interval is set in the config file). I'm using Thread.sleep(60) in a while loop to accomplish this. Is there a better way to do this?
Thanks
Hi i am new to windows system programming and interested in working in it completely using C and win32 api. Can you please give me suggestions on how I can start and any good books to read. Thanks in advance.
Hi !
I'd like to know if it's possible to call a method on a WCF windows service while another one is executing ? I need this so I can call my Terminate method that sets a static variable shared by my threads that tells them to stop. But when I call the method on the service, it waits till the first one (Execute) is over before he takes the call...
How can I boot Windows XP Embedded from SD?
SD is connected directly to Intel US15W SCH (SDIO).
BIOS supports boot from SD (Linux boots successfully).
Thank you in advance,
Leonid.
Hi all.
I have installed the Active perl in my windows OS. I have followed below url
procedure to install
Active Perl Installation
after done with that .. I have tried to run "perl -v " in command line . But it says me
following error.
The system cannot execute the
specified prgoram
Now What I need to do to solve this issues .. Any one help me out of this problem...
Thanks ..
We have an application we are developing for a very long time written using Windows Forms
which consists of many panels as user controls. Is there a way to offer controls using a web browser with a minimal effort?
Hi Peeps.
I am building facial recognition software for a certain purpose, however, as a spin-off i would like to use that same software / concept, to automatically recognize me when i sit in front of the PC, and log me in.
recognition is handled.. however, i need to incorporate this into windows, the same way fingerprint logins work.
where can i go to get some more info on the doing this?