| Thread | Last Post | Replies |
|
| Rows in Datagrid | 24 Oct 2007 20:48 GMT | 12 |
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 GMT | 3 |
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 Creation | 24 Oct 2007 18:22 GMT | 1 |
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.NET | 24 Oct 2007 18:08 GMT | 1 |
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 GMT | 7 |
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 use | 24 Oct 2007 16:02 GMT | 11 |
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 Example | 24 Oct 2007 14:25 GMT | 12 |
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 GMT | 2 |
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 Case | 24 Oct 2007 12:40 GMT | 6 |
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 Column | 24 Oct 2007 09:59 GMT | 4 |
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 Sizing | 24 Oct 2007 08:49 GMT | 6 |
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 Help | 24 Oct 2007 08:43 GMT | 5 |
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 2005 | 24 Oct 2007 06:16 GMT | 1 |
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 complex | 24 Oct 2007 06:13 GMT | 1 |
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 Controls | 24 Oct 2007 05:26 GMT | 6 |
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 ...
|