Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~669 People Reached
Favorite Forums
Favorite Tags
c++ x 3
Member Avatar for Skul'l

im trying to make a program with win32 GUI and im having trouble getting this to compile. Here are the errors im getting [QUOTE]D:\Documents and Settings\Skull\Desktop\Dorzon\main.cpp||In function 'BOOL DialogProc(HWND__*, UINT, WPARAM, LPARAM)': | D:\Documents and Settings\Skull\Desktop\Dorzon\main.cpp|57|error: 'ShellExecute' was not declared in this scope| ||=== Build finished: 1 errors, 0 warnings …

Member Avatar for Skul'l
0
517
Member Avatar for Skul'l

I'm trying to make a program to download a file from the internet. it compiles fine. but when i press the button to start the download comes up with this [QUOTE]An exception occurred during a WebClient request.[/QUOTE] heres the source code to it [CODE]using System; using System.Collections.Generic; using System.ComponentModel; using …

Member Avatar for williamrojas78
0
152