| Thread | Last Post | Replies |
|
| MonthCalendar | 02 May 2008 06:57 GMT | 1 |
I am having a problem with the monthcalendar control. When I allow multi selection of dates.. the dates disappear. How can make them appear and maintain the user selection? Brian
|
| Overloading of the unary ++ operator in VB.net | 02 May 2008 01:49 GMT | 15 |
Overloading of the unary ++ operator in vb.net is not working. It show error: Operator declaration must be one of: +, -, *, \, /, ^, &, Like, Mod, And, Or, Xor, Not, <<, >>, =, <>, <, <=, >, >=, CType, IsTrue, IsFalse. Is there any way can to get rid of this error?
|
| How its working ?? | 02 May 2008 00:50 GMT | 1 |
Can anyone help me to understand this. please see the code: private fun1(){ int count1, count2;
|
| How to put value from table in a label? | 01 May 2008 18:57 GMT | 6 |
I have the following code? Dim cn As New Data.SqlClient.SqlConnection(ConfigurationManager.AppSettings.Get("mCnn")) Dim da As New SqlClient.SqlDataAdapter Dim ds As New DataSet
|
| How do you create Listings().ListingItems() | 01 May 2008 18:46 GMT | 4 |
OK i know this is a 101 question but... ASP.NET/VB.NET ListingItems() as string I need a nested array of Listings().ListingItems() so i can read a text file
|
| Convert VBS file to vb.net | 01 May 2008 14:51 GMT | 13 |
I have a vbs file (WScript) that I need to convert to vb.net; is there any tools available for that?
|
| click icon behind the transparent form | 01 May 2008 14:50 GMT | 2 |
How do I create a transparent form which allow me to click icon behind the transparent form on desktop. Regards, Tee
|
| treeview selected node | 01 May 2008 13:37 GMT | 9 |
Hi, I've got a treeview, and I want to display the node text property that I have a) clicked on or
|
| Usisng logical operators with integers in VB | 01 May 2008 02:06 GMT | 19 |
G'day all I'm bitmapping integers to store combined boolean values and have hit a bit of a snag. I want to be able to turn off certain bits if they they match in a number
|
| help with array and functions | 01 May 2008 01:13 GMT | 3 |
I am wondering how i can pass an array as an optional parameter to a function?
|