blah blah blah is here! blah blah » Close

0
votes
1 answers

what's the vb.Net counterpart of the following blocks in Csharp?

[code]public class NullableDateTimePicker : System.Windows.Forms.DateTimePicker { // Default Constructor public NullableDateTimePicker() : base() { base.Format = DateTimePickerFormat.Custom; NullValue = " ...

0
votes
1 answers

Problem in setting DateTime value explicitly.

I want to pick a value from a DateTimePicker in 'MM/dd/yyyy hh:mm tt' format, add 00 as second with it, store it in a DateTime variable and save it to database. Suppose if I pick the value 05/28/2010 9:25 AM or 05/28/2010 9:25:34 AM from th ...

0
votes
1 answers

Problem with DateTime matching.

I'm trying to match a certain DateTime value with the current system DateTime. I have a timer and a label on a form. Timer interval is set to 1000. When the form loads, the timer starts ticking. As soon as the current DateTime matches the v ...

0
votes
3 answers

Datagridview cell position (.Net 2008).

How can I get the position of a certain cell of a datagridview. To be specific I don't want the mouse coordinates. Suppose I have a datagridview with Name (ReadOnly), ID and TransDate columns and I want to popup a tiny lookup form when the ...

0
votes
2 answers

Auto scaling of controls in a form (.Net 2008).

DESKTOP APPLICATION. Hi, below is the problem briefed: In my home form I have a splitcontainer and few buttons. When the buttons are clicked respective forms are opened in the splitcontainer. The splitcontainer is anchored- top, left, r ...

0
votes
0 answers

Strength of MSAccess 2007.

Hi, I have a few questions. First of all, what's the flexibility and strength of MSAccess 2007 and how much data and transactions can it support? Second, I would like to know whether it's optimum to use MSAccess 2007 as database for a s ...

0
votes
1 answers

Datagridview DateTimePicker Problem.

Can anyone provide me with a code example of how to use a datetimepicker cell in datagridview where in the datetimepicker column i can set the value of any cell to null or to any datetime according to my choice. And the format of the dateti ...

0
votes
1 answers

Problem in datagridview datetimepicker column.

I'm trying to make a datagridview column to act like a datetimepicker column (C#.Net 2005). These are the behaviours that the dgv should have: 1) Initially all the cells of the dtp column should be blank unless they are filled by the user. ...

0
votes
1 answers

Problem in thread (VS.Net 2005).

Is there any way possible in a windows application project to kill the default current thread of the project and run a new thread and then relate the project to it? My case scenario:- I have a startup form. In its Load event I want to kil ...

Feedback