Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / VB.NET / May 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
WPA Key Generation27 May 2008 14:40 GMT3
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.Fill27 May 2008 09:52 GMT7
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 GMT2
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 Reflection27 May 2008 08:51 GMT3
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 responding27 May 2008 08:45 GMT1
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 applications27 May 2008 08:27 GMT1
Is Asp.Net a right choice for Applications for PDA. Give your comments
& suggestions.
Thank You,
Rishi........
Image Processing:27 May 2008 07:27 GMT1
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 Issues27 May 2008 00:37 GMT2
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 GMT2
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 GMT2
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 value26 May 2008 17:42 GMT2
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 qualifying26 May 2008 12:43 GMT1
I have a listview that I set to view.details with the following
code...
With Me.ListView
           .View = View.Details
NumberFormat in Excel26 May 2008 10:39 GMT4
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 Fire26 May 2008 03:34 GMT1
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 GMT2
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.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 April, 2008
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.