Hello!
I have three questions about editbox control in WINAPI (i can't find information on msdn about this)
1. How to disable moving typeing cursor with mouse, arrows, backspace in editbox ? I want to make typing like in command line in dos, but with out backspace.
Can I write some piece of text with red color, and another with blue ?
...
Hi all,
Im writing an application that needs to get notified when a control in another application is clicked\invoked. How can i catch the click from my application?
Here are some more related questions :
Is UIAutomation can be a solution? is it working on unmanaged applications also?
Is the Spy++ solution works also on managed applic...
Hi,
I need to edit a Flash movie that somebody else developed in Adobe Flash CS3 on a Mac. I'm using Adobe Flash CS4 on Windows (Vista). However, the font that shows up on my computer is much bigger than on the .SWF that he produced.
He used a custom font, which I had to add to my system Fonts folder. Because Adobe Flash now detects th...
Hi all,
To provide some context, I'm interested in the creation of an app which allows editing of HTML interfaces, simplifying things down a bit though I want to investigate WebDav as an option for controlling the collaborative data aspect of this app. I want several collab features to be a part of what I'm building.
I'm running WAMPP ...
I have a C++ program that takes user input for fopen in order to initiate a file write. Could someone help me find a function which will return a FILE* and use the Windows specific version of mkdir in order to create the folder structure for fopen to never fail to open a new file in the specified location because one of the folders does ...
Hello everyone,
I have created a Windows 7 scheduled task:
schtasks /create /tn MyTask /tr C:\temp\test\MyScript.bat /sc MINUTE
Problem is that this task seems to get executed by Windows but I think it can not find the running BAT script. There is a quick flash window but can't read what the problem is.
On the other hand, if I plac...
Hi,
I am looking for a Windows graphical utility for performing HTTP operations.
For example, I want to be able to say things like:
POST to http://example.org/test/service
With a POST body: "Data goes here"
Does anyone know a good piece of software for doing this?
...
what will be alternative of pthread_setcanceltype in windows thread programming in c++?
...
What is the best method for calculating free disk space using C++ only. My target platform is WinCE but most of the file operations are the same as normal Windows.
...
Hello! Can Windows Server AppFabric Caching share one session between 2 or more different Web Applications? How can i do this?
...
I have written two simple programs (tried it in C++ and C#).
This is pseudo code:
-------- Client ---------------
for(int i = 0; i < 200.000; i++)
{
socket_send("ping")
socket_receive(buff)
}
--------- Server -------------
while(1)
{
socket_receive(buff)
socket_send("pong")
}
I tried ...
Just out of interest: what is the source code of system idle process?
Which instructions are executed? How is CPU managed to enter power saving mode?
...
I want to test something when apache crashes. The thing I want to test involves Windows asking me if it wants to send an error report. Any way to make Apache crash and ask me to send an error report on it?
Thanks
...
It is possible to use appfabric for non web/asp.net caching ?
say instead of ncache/memcached etc.
...
Everything else works in Magento 1.4 but I can't upload images. Running on Windows/IIS. I know it isn't officially supported but seems odd that everything works but something as simple as image uploads.
Tried updating the media path and that is correct. Also updated permissions on directories, but nothing has worked.
Any other ideas ...
I've got a GTK graphics window showing communcation between various devices, and I'd like to bring up another window giving more detail when the user clicks on one of the devices. I'm using pixbufs for the drawing, and the windows won't be modal. What's the simplest way to bring up more windows that can overlap and be moved around inde...
(Followup to this question)
After surviving the first wave of incoming shipments (9 hours of copy/paste), I now believe I have all the requirements.
Here is the updated workflow:
Monkey collects email attachments (4 Excel spreadsheets, 1 PDF)
Monkey creates central database, does complex calculations (right now this is also an Excel ...
Is there an easy way to integrate with VirtualBox such that I could develop under the host, Windows, and deploy and run scripts via a mounted folder in a guest linux system?
I'm looking to develop for Linux under Windows, kind of.
...
Subj. I need to sign/verify under Windows in native C++ (no .NET), using private key for signing, public key for verification.
I saw few examples on MSDN (http://msdn.microsoft.com/en-us/library/ms761363(VS.85).aspx) that demonstrate how to sign the document with CSP (I don't know what this means).
For my case I need to use a "key" fro...
I want to write a program to recover recently deleted files on windows 7..
Is there a function in windows API that recover files? If not, how can I begin in that?
EDIT:
Or an open source project for that?
EDIT:
I do not mean Recycle Bin!!
...