- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 3
- Posts with Downvotes
- 1
- Downvoting Members
- 3
11 Posted Topics
Hey. Ive searched for a while now and Im finding every time the same. -> e.g. [url]http://www.daniweb.com/forums/thread223715.html[/url] Okay - sounds good. Its transparent, but not click through-able. Why? In the thread I wrote above it is. I found many other sites which tell me the same. It should be click … | |
Hey, is there a way to recognize the click on the "Show Desktop" button? Can be in C#, too. Thanks :D | |
Hey, I wanna use OpenReadAsync instead of OpenRead because its blocking my Form.... But i cant get it work.... Ok... Im programming in C++/Cli but its not rly different. [CODE] IO::StreamReader^ sr = gcnew IO::StreamReader(webClientOther->OpenReadAsync(gcnew Uri("Site"))); [/CODE] In C#? [CODE] IO.StreamReader^ sr = new IO.StreamReader(webClientOther.OpenReadAsync(new Uri("Site"))); [/CODE] I hope I … | |
Hey. Im working with the windows media player component. Its rly easy, but i cant find an equalizer... Is there a way to make an equalizer? ... would be nice... Thanks, Daniel | |
Hey, time_t sec = time(NULL); gives me the seconds since 1970. But... It works with the system clock... So maybe the system clock is not synchron on two computers... Is there a way to get the seconds since 1970 WITHOUT the system clock, so that it is synchron on two … | |
Hey, can someone tell me where I have to start? I wanna make a program like cheat engine but I have no clue how :o... Im [B]not[/B] a beginner ( but also not an expert :P ) in C++(/CLI)... What functions do I need? etc. :p Thx ;D | |
Hey, i wanna get the text from a NOT selected index. Does anybody know how to do it? Thx! Daniel | |
Hey, is there a way to search a specific word in a string and get the position where it appears? Like with the std::string... There I get the INT position of the word... Hope you know what I mean... I cant find the same with System^String in WinForms... Only : … | |
Hey :D I wanna make a small program which changes the Desktop Wallpaper. Ok ehm. I found many things but nothing is working! Maybe because of my os: Win 7 x64 Ok here is the code which should run when someone click on the button. [CODE=C++]SystemParametersInfo(SPI_SETDESKWALLPAPER, 0,"C:\\wallpaper.bmp", SPIF_SENDCHANGE);[/CODE] Tried it … | |
Hey. Im working on a new Project but i need your help converting a std::string to double! I dont know why i get the LNK error so i hope someone of you know it :). Here are the includes... [code=C++] #include "stdafx.h" #include <windows.h> #include <iostream> #include <stdlib.h> #include <stdio.h> … | |
Hey, i need your help :(. Im working on a mail-downloader but it wont work (pop3) :(. mail provider:[url]www.gmx.net[/url] It always say "Wrong ID+PW" why? here is the code: [CODE=C++] #include "stdafx.h" // includes are there ;) //Prototypen int startWinsock(void); int main() { char buf[256]; long rc; SOCKET s; SOCKADDR_IN … |
The End.