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
~415 People Reached
Favorite Forums
Favorite Tags
sql x 1
Member Avatar for CGober

Can anyone tell me whats wrong with this code? It throws this exception: A call to PInvoke function 'Web!Web.SQLiteBase::sqlite3_open' has unbalanced the stack. This is likely because the managed PInvoke signature does not match the unmanaged target signature. Check that the calling convention and parameters of the PInvoke signature match …

Member Avatar for gusano79
0
270
Member Avatar for CGober

This code block downloads images from a website.. I used WebClient at one time and I had used DownloadFileAsync combined with my own event handler to send the main form the message that a file was downloaded. Now I am using HttpWebRequest to try and improve download speed, however I …

Member Avatar for alc6379
0
103
Member Avatar for CGober

Hey guys, I've got a program I've got just about complete but run into an issue regarding pictureboxes. The program scrapes sites for images based on regex patterns the user specifies, then builds a gallery of all the images inside of a flowpanel. When I scroll the flowpanel all of …

0
42