| Thread | Last Post | Replies |
|
| Need pre-built report administration application | 29 Nov 2006 08:03 GMT | 2 |
I'm nearing the end of my current project and the users came up with 2 more requests. I'll talk about the first one in this message. I've developed (with much help from this group) a vb.net app and is being put into the users hands this week. I am using Crystal Report X to
|
| Column header resizing to accomade the lable | 29 Nov 2006 06:36 GMT | 1 |
Just a small problem. I am using DataGridView control for my project implementing in VB 2005. I need to resize my column header lable withd dyamically so that the user can see the lable text as a whole when i enter headers text dynamically.
|
| Datagridview...cell contents | 29 Nov 2006 06:21 GMT | 7 |
in vbnet2005 I have a datagridview. When the user clicks on a row...I would like the contents of certain cells to populate a textbox. To do this...i need to be able to refer to the row and colums...something like textbox = contents (rx, cx)
|
| Attachments in VS2003 web mail | 29 Nov 2006 04:02 GMT | 1 |
In a windows form app the code I got is Dim AttachItem As String If MailAttachments <> "" Then 'The fully qualified paths of all the files that I want to attach
|
| How to update .NET Development Environment to import a new namespa | 29 Nov 2006 02:59 GMT | 1 |
In one of the replies on my previous question somebody said that I have to update my .NET to import a new namespace. (Available from version 2.0). I updated te version under "Help >> Check for Updates..." After the update process I checked my version under " Help >> About MS
|
| Create a Deployment Package! | 29 Nov 2006 02:40 GMT | 2 |
Does any1 know how to invoke a custom action or script while u install a VB6 package... TIA
|
| How to have a context menu while in Designer | 29 Nov 2006 02:27 GMT | 1 |
I put a RichTextBox on a form and right click it while in the Designer and one of the context menu items is "Edit Text" I have a control that has a RichTextBox on it. I'd love for that control to have that ability.
|
| Odd databinding behavior | 28 Nov 2006 22:53 GMT | 6 |
I’ve got a databinding inquiry. I’ve got a very simple example: a VB.Net winforms app, with 3 components: 2 textboxes, and a button. Here are the handlers: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
|
| Automating Excel - Is Visible the Default? | 28 Nov 2006 21:03 GMT | 2 |
After executing the following line: WB = XL.Workbooks.Open("c:\test.xls") Excel is visible using vb.net 2005. Is this a change from previous versions of VB? I know I can use xl.visible=false after this line but
|
| search in AD | 28 Nov 2006 20:38 GMT | 1 |
How Can I do for search a computer in my Active Directory with vb .net? Thanks
|
| Need Help Updating Records VS2005 | 28 Nov 2006 19:41 GMT | 1 |
I'm looping through my dataset and when I find a match I need to update a second field. However with this code ONLY the last record in the entire set/table is updated with ALL the records data: For Each dr As DataRow In dsTags.Tables(0).Rows
|
| Can't Update Datagridview | 28 Nov 2006 18:47 GMT | 4 |
I just can't seem to get the datagridview to update. I'm using 2005 vb.net Here's my code for loading the grid (works fine) and my attempt at updating via a save button... Private SxAdapter As New OleDbDataAdapter()
|
| VS 2005 baffled at step 1 | 28 Nov 2006 18:44 GMT | 22 |
I have been using VS 2003.... just installed VS 2005.... In 2003, if you want to create a Web project, you open Visual Basic Projects
| ASP.NET Web Application.... How do you begin an ASP project in 2005 ?
|
| detect timezone & daylight saving time settings programmatically | 28 Nov 2006 17:45 GMT | 4 |
How can I detect timezone and whether daylight saving is applied on a client PC/server using VB.NET? Thanks Bill
|
| Drawing a line with a gradient fill? | 28 Nov 2006 17:18 GMT | 2 |
Haven't had much luck googling this one: I want to draw a line with a gradient fill, that is a line connecting two shapes in a graphics program, where each shape is a different colour (say, Red -> Blue). Now I suppose I can draw a filled-polygon (rotating it to the correct ...
|