Click here to Skip to main content
15,909,737 members
Home / Discussions / C#
   

C#

 
Generalshape area in images Pin
vodas13-Apr-08 15:49
vodas13-Apr-08 15:49 
GeneralRe: shape area in images Pin
Christian Graus13-Apr-08 15:54
protectorChristian Graus13-Apr-08 15:54 
GeneralRe: shape area in images Pin
Razvan Dimescu13-Apr-08 20:01
Razvan Dimescu13-Apr-08 20:01 
GeneralRe: shape area in images Pin
Christian Graus13-Apr-08 20:54
protectorChristian Graus13-Apr-08 20:54 
Generalset the position for the content in richtextbox. Pin
kamalesh574313-Apr-08 15:46
kamalesh574313-Apr-08 15:46 
GeneralDrag and Drop Pin
Stevo Z13-Apr-08 13:05
Stevo Z13-Apr-08 13:05 
GeneralRe: Drag and Drop Pin
Christian Graus13-Apr-08 13:34
protectorChristian Graus13-Apr-08 13:34 
GeneralDateTimePicker and DataBase Pin
half-life13-Apr-08 9:48
half-life13-Apr-08 9:48 
Hi,

i'm trying to filter data withe The Binding Source

the thing is that i have a cloumn that is Set as
DateTime Type.

Now i'd like to Filter Monthly Like : "04/2008"

the Thing is that i've got a DateTimePicker that is in the same Format but i don't know what to put in the Filter

i Started with :
BS_WorkingHours.Filter = "(Date > '" + MinDate + "') AND (Date < '" + MaxDate + "')";

Where MinDate Day is Set To "01" + Current Month and Year And MaxDate is Set To "31" + Current Month and Year
they are Both strings

it Does not Accpet String for Compare so i'll need to Put
The DateTime Object itsef, but the DateTimePicker Value Includs
The Day Which in this case i do not need

AnyOne, THANKS Smile | :) Smile | :)

Have Fun
Never forget it

GeneralRe: DateTimePicker and DataBase Pin
Guffa13-Apr-08 11:23
Guffa13-Apr-08 11:23 
QuestionAdding data to ComboBox Pin
Alessandra7713-Apr-08 6:35
Alessandra7713-Apr-08 6:35 
GeneralRe: Adding data to ComboBox Pin
Thomas Stockwell13-Apr-08 6:54
professionalThomas Stockwell13-Apr-08 6:54 
GeneralRe: Adding data to ComboBox Pin
Alessandra7713-Apr-08 7:30
Alessandra7713-Apr-08 7:30 
General[Message Deleted] Pin
Laddie13-Apr-08 4:09
Laddie13-Apr-08 4:09 
GeneralRe: Question on ?: operator Pin
Matthew Butler13-Apr-08 4:27
Matthew Butler13-Apr-08 4:27 
GeneralRe: Question on ?: operator Pin
Laddie13-Apr-08 4:31
Laddie13-Apr-08 4:31 
GeneralRe: Question on ?: operator Pin
GuyThiebaut13-Apr-08 4:34
professionalGuyThiebaut13-Apr-08 4:34 
QuestionCreating a subform Pin
Muhammad Gouda13-Apr-08 2:57
Muhammad Gouda13-Apr-08 2:57 
GeneralRe: Creating a subform Pin
Luc Pattyn13-Apr-08 3:04
sitebuilderLuc Pattyn13-Apr-08 3:04 
GeneralRe: Creating a subform Pin
Ravenet13-Apr-08 16:01
Ravenet13-Apr-08 16:01 
QuestionDecoding, encoding, editing video files Pin
dj4dan12-Apr-08 23:21
dj4dan12-Apr-08 23:21 
GeneralRe: Decoding, encoding, editing video files Pin
Thomas Stockwell13-Apr-08 6:56
professionalThomas Stockwell13-Apr-08 6:56 
GeneralDatalist drag and drop Pin
dabuskol12-Apr-08 22:41
dabuskol12-Apr-08 22:41 
GeneralRe: Datalist drag and drop Pin
DanB198313-Apr-08 12:34
DanB198313-Apr-08 12:34 
GeneralListView Event Trigger Pin
Ian Uy12-Apr-08 22:05
Ian Uy12-Apr-08 22:05 
GeneralRe: ListView Event Trigger Pin
Zoltan Balazs13-Apr-08 7:33
Zoltan Balazs13-Apr-08 7:33 

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.