| Thread | Last Post | Replies |
|
| Flat button | 30 Oct 2004 14:00 GMT | 7 |
I asked few days ago about a flat button control under VB.NET but answer didn't satisfy me. I know that a such button existed under VB6 so it should exist under VB.NET also.
|
| Print Dialogs | 30 Oct 2004 11:08 GMT | 8 |
This is not really a VB problem but I wonder if you can cast any light. My app (VB6) uses the Common Dialog stuff to do the Printer Setup. In WinXP, the action of this dialog is different to Win2K in that selecting a printer (which used to just affect the current app) makes that ...
|
| Multi Language: Error | 30 Oct 2004 10:59 GMT | 9 |
' Visual Basic ' Put the Imports statements at the beginning of the code module Imports System.Threading Imports System.Globalization
|
| any ideas? | 30 Oct 2004 10:01 GMT | 1 |
I have some problems with Net.WebClient This function of mine recieves an array with Urls, and Filenames, and is supposed to download all the files (binary files) that is listed in the array, but in some cases it dosen't work. Normally it would download files (binary) to a folder, ...
|
| How to delete seleted items from listview in VB.NET | 30 Oct 2004 09:53 GMT | 1 |
I want to delete items which i has selected in the listview ,when i click on delete button,How can i delete in VB.NET? If any one knows the solution please let me know,thanks in
|
| Problem importing Date Field into SQL DB. | 30 Oct 2004 09:47 GMT | 3 |
I'm trying to import from a text file into a Sql DB, but I'm getting hung up on a date field. My text file has the date in the dd/mm/yyyy format. I Cast that field to CDate in VB.NET, which sets it to #12/31/2005#
|
| How to set focus to controls when i press enter key in VB.NET | 30 Oct 2004 09:20 GMT | 1 |
I have a samll application. In that i have one textbox and one button. When i enter some text in text box and press enter then the button will have a focus.
|
| Maintain Web Session and Cookies | 30 Oct 2004 08:58 GMT | 1 |
I thought this would be simple: In my VB.NET application, make and instance of a web control, post a username/password to a website, keep "browsing" the website with the control, extracting information about the web pages, and the Session and
|
| Open CD? | 30 Oct 2004 08:45 GMT | 2 |
I've searched the web for a VB.NET tip to eject the CD-ROM but I found only articles for VB6. Is there also a portable solution (I mean without the need to use dll that are specific for each Win version)?
|
| VB.Net Datagrid Showing Parent Column Names but not the values | 30 Oct 2004 08:34 GMT | 1 |
I have a datagrid with a child relationship. If I use the default TableStyle everything works fine and when I drill down into a child, the ParentRow shows in the header with the column names and their corresponding value. When I override with a new TableStyle, the drilldown works ...
|
| Macro needed? | 30 Oct 2004 03:30 GMT | 4 |
I wish to automatically fill in the assembly attributes (i.e <Assembly: AssemblyTitle("")> etc) in my assembly.vb files in serveral projects in my solution. Is there a way of doing this, perhaps with a macro? Regards
|
| About Creating Objects Dynamically (Cont') | 30 Oct 2004 02:23 GMT | 2 |
Thanks Chris : However, during run time, it show error message "File / component cannot find " during run in
|
| How do I update a control from another thread? | 29 Oct 2004 23:37 GMT | 2 |
I have read a lot about that I can't do something like TextBox1.text ="abc" if I am not in the gui thread. Can someone explain what I actually need to do?
|
| Using End | 29 Oct 2004 22:04 GMT | 5 |
My app shows a modal MDI parent form, and creates a timer that ticks every ten minutes to boot unresposive users at 3 in the morning. Below is a simplified working example with no time check. My question is, is it OK to use End or it is there a cleaner way to close the app? Keep in ...
|
| passing Collections with VB6 COM objects | 29 Oct 2004 21:23 GMT | 1 |
I am trying to use a COM object which has a parameter of type Collection in VB6. .Net recognizes this collection as a VBA.Collection object. When I try creating a VBA.Collection in .Net using: Dim objColl As New VBA.CollectionClass()
|