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 / October 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Rows in Datagrid24 Oct 2007 20:48 GMT12
I have a couple of problems with my datagrid in vb.net.
In asp.net I can do the following to loop through a datagrid.
 for each oItem as DataGridItem in DataGrid1.Items
This apparently doesn't work in vb.net.  How would I do it there?
VB 2005 and web applications ??24 Oct 2007 20:37 GMT3
Is VB the program used to make Web apps? Is this all I would need is
VB to make programs that run on web servers and interface with MySQL
for example?
thanks
New File Creation24 Oct 2007 18:22 GMT1
I have and issue with if you already have a filename created how can i
get it to check and make
sure that if a file name is already created it will sequence in the
correct order.
GSM Modem VB.NET24 Oct 2007 18:08 GMT1
Can anyone give me a sample code to write an vb.net app to send sms using
GSM Modem?
I chekced websites out - but I don't get any good results for a sample code
using GSM modem to send sms to any CELL PHONE.
how to impose numerical limits on a textbox??24 Oct 2007 16:55 GMT7
I need to impose maximum and minimum numerical limits on a textbox.
I'd prefer not to code these in (since I have many textboxes and the
limits on each are different) and was wondering if there is any way to
do this within the textbox properties?
CStr vs .toString which is best to use24 Oct 2007 16:02 GMT11
Using VB2005 is there any reason to use one of these functions over the
other? Are there circumstances in which the toString method must be used?
What is the difference between the two functions?
Binding Example24 Oct 2007 14:25 GMT12
I cant seem to find a proper example anywhere that binds a textbox by code.
I have created on the FormLoad a Dataset that has 1 record from my table.
I created a DataRow that holds that record. ( with my columns that were
specified from my commandText.
Is a user logged in remotely?24 Oct 2007 13:22 GMT2
Can I get some suggestions on how I can tell if a user is logged in
remotely on a Win XP Pro box and kill a certain process?  Any
solutions are welcome.
Select Case24 Oct 2007 12:40 GMT6
I have a Combo1 with 254 items in it. I need to divide it into 2 case
statements:
   Case 0 thru 246
and
Find the Largest Integer in Column24 Oct 2007 09:59 GMT4
I have a table which contains a unique value in a column called "Idx",
which is a smallint data type.  I need to find the maximum value in
this column, which I have been attempting to do with this command:
Dim intMaxIdx As Integer = CInt(Me.ds.myTable.Compute("MAX(Idx)",
Form Sizing24 Oct 2007 08:49 GMT6
Yesterday I worked on three forms in my VB Application. I set their initial
sizes at 1024,768, with one of them being a MDI Parent form and the other two
child forms. Everything was working fine yesterday when I wrapped up the day.
Now, today I load my applicaiton and for some ...
VB.NET XML Documentation Help24 Oct 2007 08:43 GMT5
    I've been all over sourceforge, Codplex, Devex, codeproject,
msdn, and the net looking for an answer to both exporting and then
formating the XML comments (''') in my vb code to some sort of
documentation. I've downloaded and failed using nDoc, Snadcastle, and
Vista patch for VS.net 200524 Oct 2007 06:16 GMT1
I ahve a new Vista Home premium machine and have installed VS.net 2005 on it
as well as SP1. I understand that I will also need a Vista patch for the
software to run properly. Is this pathc something that will automatically be
isntalled when I run WIndwos update on my Vista ...
expression too complex24 Oct 2007 06:13 GMT1
   I´m using a OleDbDataAdapter to fill my DataSet object, and to do the
database update work the OleDbCommandBuilder class. But, when I call the
OleDbDataAdapter.Update(DataSet) method VB returns me a "Expression too
complex" exception.
Removing Dynamic Controls24 Oct 2007 05:26 GMT6
I have a form where I have created created between 1 and 20 buttons on the
form via code. Each button shows a customer name based on that customer
having an open order. This form must update itself every 1 minute to display
any new customers that may have opened orders. Now, I ...
 
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.