| Thread | Last Post | Replies |
|
| Open a pasword protected excel-sheet | 20 Apr 2007 15:55 GMT | 5 |
How can I programmatically open a password protected excel-sheet? Thx
|
| Open Access form through from VB.net | 20 Apr 2007 15:53 GMT | 1 |
Using Vb 2005 and Access 2000. From within VB, I'd like to open a form in Access. frmCustomer is the form, and I'd like to view the form for a particular CustomerID. I remember doing something similiar a few years ago in VB6, so it should be
|
| Add-in Express for .NET 2007 - is it worth it | 20 Apr 2007 15:42 GMT | 12 |
We need to create a few add-ins for our company for Outlook & Excel. Having racked our brains a little when trying to create one for Outlook we are looking to simplify the process as much as possible (without spending a fortune as it is for in-house rather than commercial usage).
|
| Post build events | 20 Apr 2007 15:37 GMT | 1 |
I have a post build event script... I need it to do a task only when the cpu arch is 64bit for the compiled output... is there any way to check this and then do a block of code if that is the case? if so how? thanks!
|
| recognizing NULL field in IF statement | 20 Apr 2007 15:34 GMT | 2 |
I am trying to create an IF statement that will recognize whether or not a field in the database table is set to some value or if is NULL. Dim myCommand As New System.Data.SqlClient.SqlCommand("SELECT * FROM Keyword", conn)
|
| Converted app to a Windows Service | 20 Apr 2007 15:05 GMT | 4 |
I have an application that was converted from a VB application to a windows service. I pass in parameters in a file that tells the application where to pull a file from & read it and put it into a web page.
|
| reading and updating database as the same time | 20 Apr 2007 13:42 GMT | 2 |
I am trying to read and update my database at the same time, but it doesn't seem to be working: Dim myCommand As New System.Data.SqlClient.SqlCommand("SELECT * FROM Keyword", conn)
|
| Must inherit forms don't show up in list.. is this a bug? | 20 Apr 2007 12:17 GMT | 1 |
I have many forms in my Windows project. When I go to create an inherited form, I see all my forms in the list of choices. HOWEVER, if any form is marked as must inherit, then it doesn't show up in the list!
|
| ClickOnce | 20 Apr 2007 08:03 GMT | 1 |
I'm new to the ClickOnce deployment. I have VB 2005 project and want users to install it from mapped drive (located on the server). I also want automatic updates. My development machine has the same mapped drive.
|
| Load a text file in a Listview | 20 Apr 2007 06:44 GMT | 1 |
I try to load a text file into a listview. Here is my text file: 10 "Babar"
|
| Move DataRow to Top of DataTable | 20 Apr 2007 05:27 GMT | 1 |
Hi. Excuse me if this is a simple question, but I can't seem to figure it out. Can a specific datarow within a datatable be moved to be the first datarow of the datatable? For example - If I have a datatable with 30 rows, how would I move row# 10 the the first row?
|
| Data Binding to Textbox | 20 Apr 2007 05:15 GMT | 1 |
I'm trying to create a form that shows table rows in a listbox. Several comboboxes expand the foreign key fields into text values from the parent tables, and there are also some textboxes for the non-foreign key fields. When the user clicks on a row in the listbox, the ...
|
| Proper way to bind data from sqlserver to datagrid | 20 Apr 2007 05:13 GMT | 1 |
I am going to show database table to a datagrid. I try to select the table to a sqlDataReader, but I found it is not straight to show it to the datagrid. It needs to convert the sqldatareader to a data table and add the
|
| Formatting string | 20 Apr 2007 00:55 GMT | 1 |
How can I format a string in format xxx xxxx xxxx ie 3 chars then space then 4 chars then space then 4 chars? This should work even if there are insufficient characters. Thanks
|
| count records in table | 20 Apr 2007 00:14 GMT | 2 |
I am trying to find the number of records stored in my table within a MS SQL database. This is part of a Console Application. Here is my code:
|