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 / December 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Starting A form hidden07 Dec 2005 18:53 GMT16
Can anyone tell me why this doesn't start hidden?
Public Class Form1
    Inherits System.Windows.Forms.Form
    Public Sub New()
proper method of adding new row to datatable?07 Dec 2005 18:15 GMT1
I'm using oledb to an Access datatable.  I load the table into a dataset. I
create databindings to link the fields on my form to the corresponding
fields in the datatable.  The tables DefaultView.Sort is set to the field
that is bound to a dropdown (where I can pick what record ...
auto session check with override07 Dec 2005 17:21 GMT5
i want to override the object session in class page , because i want to
check the Session["UserName"] automaticly in WebForm , without writing
"if" in evry page .
i know that i need to make a new class Lib and inharite from "page" .
Listbox and scrolling with arrow keys07 Dec 2005 17:15 GMT2
Using VB 2005 Express
When pressing the down key in a listbox and getting to the last item I want
to
move right back to the top and vise versa so it never stops when pressing
How to flag dataset rows as new07 Dec 2005 16:56 GMT4
I am copying rows from a database/table on Server_A to a database/table
on Server_B.  I use Server_A_DataAdapter.fill to load the rows into a
dataset.  Then Server_B_DataAdapter.update to put the rows into the
database/table on Server_B.  I then notice that the rows are not being ...
How do I sequentially process multiple XML files in a directory?07 Dec 2005 16:38 GMT5
I've just started with VB.Net so forgive my lack of knowledge.
I've got a directory that's populated with XML files.  I need to create
a VB.Net (2003) application that allows the user to choose the
directory to process and would automatically open each XML file to be
Button_Leave event problem.07 Dec 2005 16:29 GMT2
On my form I have one textbox and one lookup button.
If you click the lookup button you can choose eg Red, Blue, Yellow from
a datagrid.
The one you choose will be filled in the textbox.
Completely take over screen.07 Dec 2005 16:24 GMT3
My app needs to be able to take over the screen completely - no menu, no
task bar, nothing. How does one do this?
TIA - Jeff
Treeview07 Dec 2005 16:21 GMT6
How can I compare 2 treenode elements.
can i do something like this
if a.tag is b.tag then
end if
Left Pad07 Dec 2005 16:20 GMT4
How would one left pad a string with a repeating character?  
For example, to create a 9 character string left padded with zeroes:
999 should become 000000999
1     should become 000000001
Writing to CSV Files07 Dec 2005 16:15 GMT3
Does anybody know of code to write the contents of VB.NET text boxes to
a CSV File but without the quotes?
Kind Regards,
Boulent
Close appli with another appli07 Dec 2005 16:12 GMT3
My update application have to close my software before xcopy...
How can i do this ?
thx a lot for help
Create Access table with vb/net then insert07 Dec 2005 16:01 GMT3
I have a procedure that uses ADOX to create a database with a table.
That works fine.  I then need to populate that table with a record but
the code is not working.  I believe that the database is still locked.
Dim lcat as New ADOX.Catalog
Programmatically creating ADO.NET database07 Dec 2005 15:54 GMT5
I am an amateur programmer and trying to move from VB6 to VB.net.
I can't figure out how to create a ADO.NET database in code.  I know how to
create a dataset and wonder whether there is a way to "export" it into a new
empty database.
Returning a Collection object from .NET to VB6 (using COM Interop)07 Dec 2005 14:32 GMT6
As I mentioned in my other post, I'm attempting to, using COM Interop so I
can update existing VB6 code to (for several specific functions) return a
Hashtable from a .NET library.
I've had very little luck processing the Hashtable itself in VB6 (I can add
 
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.