Click here to Skip to main content
15,897,371 members
Home / Discussions / C#
   

C#

 
GeneralRe: Drawing a transparent labe over another control Pin
Heath Stewart31-Mar-05 8:24
protectorHeath Stewart31-Mar-05 8:24 
Generalimage Resize Pin
muslcesonvacation31-Mar-05 5:20
muslcesonvacation31-Mar-05 5:20 
GeneralRe: image Resize Pin
Heath Stewart31-Mar-05 5:27
protectorHeath Stewart31-Mar-05 5:27 
GeneralRe: image Resize Pin
muslcesonvacation31-Mar-05 5:31
muslcesonvacation31-Mar-05 5:31 
GeneralRe: image Resize Pin
Heath Stewart31-Mar-05 6:25
protectorHeath Stewart31-Mar-05 6:25 
GeneralRe: image Resize Pin
Heath Stewart31-Mar-05 6:23
protectorHeath Stewart31-Mar-05 6:23 
GeneralDates Pin
scotlandc31-Mar-05 5:11
scotlandc31-Mar-05 5:11 
GeneralRe: Dates Pin
techieboi31-Mar-05 5:57
techieboi31-Mar-05 5:57 
Alright mate, not sure I understand your problem but hopefully the code below will help.

DateTime startOfMonth = DateTime.Now.AddMonths(1);
startOfMonth = startOfMonth.AddDays(-startOfMonth.Day + 1);

The code add's one month to the current date and then defaults the date to the 1st of the month.
GeneralRe: Dates Pin
Heath Stewart31-Mar-05 6:19
protectorHeath Stewart31-Mar-05 6:19 
GeneralRe: Dates Pin
scotlandc4-Apr-05 0:52
scotlandc4-Apr-05 0:52 
GeneralWhidbey - beta1 - "Beta period has expired!!!" Pin
abcxyz8231-Mar-05 3:59
abcxyz8231-Mar-05 3:59 
GeneralRe: Whidbey - beta1 - "Beta period has expired!!!" Pin
Judah Gabriel Himango31-Mar-05 4:53
sponsorJudah Gabriel Himango31-Mar-05 4:53 
GeneralRe: Whidbey - beta1 - "Beta period has expired!!!" Pin
Koushik.roy@rbc.com31-Mar-05 10:33
Koushik.roy@rbc.com31-Mar-05 10:33 
GeneralQuestion on File.Copy Pin
RockRock31-Mar-05 3:42
RockRock31-Mar-05 3:42 
GeneralRe: Question on File.Copy Pin
Colin Angus Mackay31-Mar-05 4:28
Colin Angus Mackay31-Mar-05 4:28 
GeneralRe: Question on File.Copy Pin
RockRock31-Mar-05 4:35
RockRock31-Mar-05 4:35 
GeneralRe: Question on File.Copy Pin
Colin Angus Mackay31-Mar-05 4:39
Colin Angus Mackay31-Mar-05 4:39 
GeneralRe: Question on File.Copy Pin
Dave Kreskowiak31-Mar-05 5:59
mveDave Kreskowiak31-Mar-05 5:59 
GeneralEasy Translation!! Pin
Diogo Alves31-Mar-05 3:38
Diogo Alves31-Mar-05 3:38 
GeneralRe: Easy Translation!! Pin
Heath Stewart31-Mar-05 6:48
protectorHeath Stewart31-Mar-05 6:48 
GeneralDrawing one point Pin
Kiki9931-Mar-05 2:58
Kiki9931-Mar-05 2:58 
GeneralRe: Drawing one point Pin
S. Senthil Kumar31-Mar-05 3:04
S. Senthil Kumar31-Mar-05 3:04 
GeneralRe: Drawing one point Pin
Kiki9931-Mar-05 3:29
Kiki9931-Mar-05 3:29 
GeneralWeb Services - c# application Pin
wakkerjack31-Mar-05 1:51
wakkerjack31-Mar-05 1:51 
GeneralRe: Web Services - c# application Pin
Kodanda Pani31-Mar-05 2:09
Kodanda Pani31-Mar-05 2:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.