| Thread | Last Post | Replies |
|
| VB Variables and SQL Queries | 28 Jul 2005 23:31 GMT | 22 |
How do I pass a variable containing data to an SQL Query. Here is my query
SELECT trn_date AS `Transaction Date`, item AS `Item Number`, type AS `Policy Type`, pol AS `Policy Number`, `desc` AS Description, amt AS Amount,
|
| Panel Navigation | 28 Jul 2005 22:44 GMT | 1 |
Dear friends, I am a novice vb.net user and I am seeking some experts advice. I placed a panel control onto a form, set the autoscroll property (of the panel control) to true. Let's say The size of the panel control
|
| Adding intellisense descriptions to my class methods and properties | 28 Jul 2005 22:39 GMT | 3 |
Is there any way of adding intellisense descriptions to my own classes, class methods and functions in VB.NET? I think it can be done in c# using /// before the method declaration, but is this possible in VB?
|
| Generate a .CSV file | 28 Jul 2005 22:33 GMT | 1 |
In my form (windows from) 've several text boxes,lable controls and drop down boxes and a button. when i click on this button then the entered in all the textboxes and data presented on label and dropdown boxes must be saved into a textfile and the textfile must be converted to the ...
|
| hiding/showing a form... | 28 Jul 2005 22:29 GMT | 5 |
I've been frustrating over this now for almost 2 full days. I hope someone can shed some light... I have 2 forms, Form1 and Form2. Both these forms contain the same UserControl.
|
| Crystal RTF question with VB.Net | 28 Jul 2005 22:04 GMT | 2 |
I am trying to get a rich text box to display some text in rich text format and am having a very difficult time getting it to work properly. Here is what I am doing... I have created a crystal report that only has the field (called Memo1)
|
| two controls Question | 28 Jul 2005 21:50 GMT | 1 |
1)I 'm displaying a set of records from a database in a datagrid control. I have to add multiple selection of records functionality. How do I do It ? 2) It seems that a checkedlistbox control doesn't support binding its
|
| Beginner Question - Data Binding to a TextBox | 28 Jul 2005 21:12 GMT | 8 |
Can someone help with the following problem TextBox1 is bound to a dataset and shows a value of "5" I am trying to use that value as follows Variable1 = Val(TextBox1.Text)
|
| USB port communication? | 28 Jul 2005 20:27 GMT | 3 |
hi, how can i communicate with my USB port to say..transfer something to my SD card through an external card reader? thanks
|
| Apply a filter with DataAdapter.Fill | 28 Jul 2005 20:14 GMT | 4 |
I'm using a typed dataset and would like to retrieve a specific table but filtering the rows returned (no point in getting more than what you need, right?). The problem is that the .Fill method of the DataAdapter will fill the DataTable with all the rows in the table. I tried ...
|
| Entering text without a textbox. | 28 Jul 2005 19:53 GMT | 8 |
I have an application that will use barcode scanners to enter an ID to search a database. The main form uses a tab page. I would like people to go to the tab for checking in and just read the barcode without having to hit enter. I also want to keep the number hidden, so I don't ...
|
| Programming visual basic . net | 28 Jul 2005 19:52 GMT | 4 |
Hi all I got an issue with the exemple codes of that book : it wont open into my studio.net environment got any clues ? Marc R.
|
| WindowState.Minimized vs. Me.Hide | 28 Jul 2005 19:24 GMT | 2 |
Using the below code, If I use Me.WindowState=Minimized the program runs fine, but you have the taskbar showing the program running. If I use Me.Hide instead, the program immediately exits. If UCase(Microsoft.VisualBasic.Command) = "/SILENT" Then
|
| Creating an Instance of a Class at Runtime | 28 Jul 2005 19:22 GMT | 2 |
I am trying to create a generic form driven the database. I want to be able to run create Crystal reports from this genric page and only want to have to enter some info in the database and drop the .RPT and .VB file of the report into a certain directory.
|
| Passing parameters between processes | 28 Jul 2005 19:17 GMT | 2 |
I have 2 .NET programs that runs indivdually on the same PC . What is the way to pass parameters from one process to the other ? thanks
|