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
~483 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Drahmina

I have a login form created in VS 2008 and I want it to run an Outlook 2007 addin i created in C# if the login credentials are correct. So the basic process would be to 1. Enter login details 2. Click Login button 3. If correct details, run Outlook …

Member Avatar for Drahmina
0
117
Member Avatar for Drahmina

I have a String stored in this format "10/10/2009 12:00:00". I would like to convert this into a DateTime object so I can add it into the Outlook calender. I have tried using the following code but it doesnt seem to work. DateTime startDate = DateTime.Parse(appointments[i]); (where appointments[i] is a …

Member Avatar for Ravenheart
0
257
Member Avatar for Drahmina

Im just trying to load a PNG file i created of a background for a game I plan to produce eventually. However im not sure how you go about adding that image to the window. Ive opened up a standard windows app template with the following code. [code]#include <windows.h> /* …

Member Avatar for death_oclock
0
109