| Thread | Last Post | Replies |
|
| WPA Key Generation | 27 May 2008 14:40 GMT | 3 |
I need code to generate a WPA key in HEX format and 64 hex characters in length that is derived from the ESSID and the Passphrase. Example key based on an ESSID or "testnet" and passphrase of "12345678" should generate
|
| Application Hang during OleDbDataAdapter.Fill | 27 May 2008 09:52 GMT | 7 |
I'm using this code to export entire table from access to xml file. DScmdXML = New OleDb.OleDbCommand(sqlXML, conn) DScmdXML = New OleDb.OleDbDataAdapter(cmdXML) DScmdXML.Fill(DSXML, sTableName)
|
| ContextMenuStrip: ToolStripScrollButton = unrecognized control??? | 27 May 2008 09:26 GMT | 2 |
I'm trying to create a custom ContextMenuStrip. Everything's (basically) fine, but when the vertical space needed to display all items is less than required, those ScrollButtons show up at the top and bottom of the menu. Digging into how to paint these I found out that these buttons ...
|
| Passing Value Type Parameter in the Reflection | 27 May 2008 08:51 GMT | 3 |
How we can pass the structure type (GUID) as value parameter to the object using reflection setValue method of FieldInfo, PropertyInfo and etc Ex :
|
| Detect if windows printer not responding | 27 May 2008 08:45 GMT | 1 |
I am using vb.net 2005 in a windows forms application I send data to the selected windows printer using a PrintDocument object Is there any way to detect if the Printer is not responding e.g turned off, out of paper etc, via code
|
| Is Asp.Net a right choice for mobile devices applications | 27 May 2008 08:27 GMT | 1 |
Is Asp.Net a right choice for Applications for PDA. Give your comments & suggestions. Thank You, Rishi........
|
| Image Processing: | 27 May 2008 07:27 GMT | 1 |
First off I know about the managed bitmap.getpixel/setpixel. Now, I am attempting to run unmanaged GDI code to compare 2 bitmaps and re-write a 3rd bitmap with the changes. Problem is I get the same result for every
|
| Linq to SQL Issues | 27 May 2008 00:37 GMT | 2 |
I'm having a bit of trouble with the DataContext class that was generated when I dragged tables from my database into the Linq to SQL designer. The problem is that no code is generated for the DataContext class. All that's generated is an empty partial class with nothing in it.
|
| System.net.sockets (VB6'er - new to .Net) | 26 May 2008 21:01 GMT | 2 |
Hey all, I'm a casual/hobby programmer who's always used VB6. I'm trying out VB 2008 express edition now. I understand a few basic concepts about .Net, but am doing this by myself with no more help than Google.
|
| Changing view of DataGridView bound to access database ? | 26 May 2008 20:06 GMT | 2 |
I'm using VS2005 and VB.net. I've added a datagridview to a form, and bound the control to a table in an access database via a xsd object. The columns display in the order the fields are in the access database. Is it possible to change the column order
|
| Repopulate 2nd Drop down list based on 1st DDL value | 26 May 2008 17:42 GMT | 2 |
Hi Group, How can I limit a second drop-down list box based on a selected value in the first drop down list box. Using vb.net Regards
|
| Listview question - fully qualifying | 26 May 2008 12:43 GMT | 1 |
I have a listview that I set to view.details with the following code... With Me.ListView .View = View.Details
|
| NumberFormat in Excel | 26 May 2008 10:39 GMT | 4 |
I have tried to automate excel (2007) in vb.net and i have problem with function NumberFormat. I want set the thousand separator for range: Range("C1:C6").NumberFormat = "0,0.00"
|
| FileSystemWatcher Event Does Not Fire | 26 May 2008 03:34 GMT | 1 |
My VB.NET 2008 application is setup with a Sub Main and no forms. At run time a NotifyIcon is created with one context menu choice (Close which terminates app). I have no trouble running the application and when I select Close from
|
| httpUtility.urlencode(doc.Outerxml) and validaterequest="false" | 25 May 2008 22:51 GMT | 2 |
I'm using .net 2.0. I am receiving a http post that is sent httpUtility.urlencode(doc.Outerxml). Everything works fine and I can receive the post and parse it, but I need to set validaterequest="false" or the other side can't post to my side.
|