Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
3
Posts with Downvotes
1
Downvoting Members
3
0 Endorsements
~3K People Reached
Favorite Forums
Favorite Tags
c++ x 19
Member Avatar for Ultratermi

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 …

Member Avatar for Ultratermi
0
73
Member Avatar for Ultratermi

Hey, is there a way to recognize the click on the "Show Desktop" button? Can be in C#, too. Thanks :D

Member Avatar for daviddoria
0
69
Member Avatar for Ultratermi

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 …

Member Avatar for Ultratermi
0
329
Member Avatar for Ultratermi

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

Member Avatar for kvprajapati
0
79
Member Avatar for Ultratermi

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 …

Member Avatar for Ancient Dragon
0
113
Member Avatar for Ultratermi

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

Member Avatar for Ultratermi
-3
558
Member Avatar for Ultratermi

Hey, i wanna get the text from a NOT selected index. Does anybody know how to do it? Thx! Daniel

Member Avatar for Ultratermi
0
132
Member Avatar for Ultratermi

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 : …

Member Avatar for Ultratermi
0
95
Member Avatar for Ultratermi

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 …

Member Avatar for Ultratermi
0
1K
Member Avatar for Ultratermi

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> …

Member Avatar for Ultratermi
0
130
Member Avatar for Ultratermi

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 …

Member Avatar for Salem
0
281