I was having trouble with an upload script that I had and was getting a 502 Bad Gateway error, I wanted to know if it was a filesize problem or a timeout problem.
Finding files on my computer of the right sizes proved to be too annoying so I wrote a quick script that makes files in increments...
I'm attempting to set a JPG desktop wallpaper via the IActiveDesktop interface but every time I include shlobj.h I get a bunch of "Multiple declaration" errors and the interface is not available without it.
Anyone have suggestions on another way to do this?
I know you can set bmp images via...
I'm attempting to set a JPG desktop wallpaper via the IActiveDesktop interface but every time I include shlobj.h I get a bunch of "Multiple declaration" errors and the interface is not available without it.
Anyone have suggestions on another way to do this?
I know you can set bmp images via...
I use a few batch files on a slow computer and needed a wait program so I decided I'd just make one. I used the CLX.h because of the features it offers (like the vcl)
My problem/question is, the program works perfectly, but compiled with no external dependencies its 369k and once loaded into...
Does anyone know of any methods to control the master sound level in windows? Or any of the sub levels? (Wave, MIDI, CD Audio, etc.)
The only c++ code I have found about this has been to control the sound level of the media player component, which isn't what I'm looking for.
I found some...
I'm having trouble using TIdCoderMD5.
(Under Indy Misc tab on BC++B6)
Theres little documentation on this component, I've checked the help file and the indy site for more info on why I can't get this to work and I'm still at a loss. (Been workign on this for 3 days)
Heres what I've got...
I'm trying to take a TDateTime Value (like 38073.1164814815, converts to something like 3/27/2004 2:48:43 AM)
and I need to set that date and time value to the system clock.
I know of no functions to set the system time in windows, I did check around and found a function settime but it only...
This is what I'm doing:
I have two TMemos, Memo1 and Memo2
Memo1 is filled with information
I use the command Memo2->Lines->Add to add only a few lines of Memo1
The problem is that every time I add the lines to Memo2 there is a blank empty line at the end of Memo2 (that I didn't add)
So I try...
I'm trying to write a program that looks for diffrent symbols such as ' or " and halts a loop.
In the loop all it does is take existing text from a memo and add stuff in front and behind.
My problem is I can't figure out how to search for one symbol in a single string.
I know you can use...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.