| Thread | Last Post | Replies |
|
| combobox datasource visual basic .net 2005 | 01 Aug 2006 15:13 GMT | 1 |
Hi I am initialize combobox with data source,with 3 options (1,2,3 for example). i am doing it using this code: Combofromver.DataSource = ds2.Tables(0)
|
| SendKeys problem when using Non-English Windows keyboard layouts | 01 Aug 2006 14:49 GMT | 4 |
I'm experiencing a problem when using the VB SendKeys method. I'm sending characters to a textbox in another application. It works fine when the Windows Input Languages on both apps are set to English, but if they are set to say German, I'm getting the wrong characters in my
|
| Vista | 01 Aug 2006 14:46 GMT | 1 |
I would appreciate any comments from people who have been playing with Windows Vista from a VB development perspective. How 'different' is it? Are the techniques similarr to those we currently use?
|
| *** HELP *** Problems Accessing Simple VB.NET Access Database | 01 Aug 2006 13:28 GMT | 5 |
I'm having a problem in accessing a Microsoft Access Database in a VB.NET Web Application. It's so straight forward, I thought I'd walk you through all the details here: 1) I have a .NET Web Application called "Lesson18b" under
|
| difference defaultdataview and a normal dataview? | 01 Aug 2006 12:56 GMT | 5 |
|
| how to send null value to an Integer type variable? | 01 Aug 2006 12:47 GMT | 4 |
I have database field called 'PullAHead' defined as a bit field. Now if user doesn't pick a 'Yes' or 'No' in the front I need to be able to send a null value into the 'PullAHead' field in the database. This is how I am trying to do it....
|
| Addhandler in a Multithreading class and the events raised in seperate threads, how to get to the caller thread? | 01 Aug 2006 12:28 GMT | 3 |
I have a problem and I can't get the solution for it :( I have a com dll, which i imported as a reference. The com object is part of a class which is multithreaded and will create seperate objects which we can and must control. On these com objects I added the events
|
| HOW Change Password | 01 Aug 2006 09:21 GMT | 3 |
I need to change password of a local user of a W2003, without Active Directory. I need to do it from an application created with VB2005. Thanks!
|
| How do I copy all text files into one??? eg; Shell("copy c:\CND\dr*.txt C:\CND\TestC.txx") | 01 Aug 2006 09:09 GMT | 2 |
I receive many files with similar content each day. All I want to do is copy them into one file, then I'll use that file for my processes. Using vb2005. I've tried: Shell("copy c:\CND\dr*.txt C:\CND\TestC.txx") That comes back with "File not found". There are files there!
|
| I Want to Extract all URL's from HTML | 01 Aug 2006 07:54 GMT | 1 |
i have stored the html of a web page into a string.And i want to extract all the URL's and want to store them into an array of string. plz help me if some body had write this Function pls send me the code i will be thank full to u.
|
| Print ID card using Plastic Card Printer in VB.net | 01 Aug 2006 06:47 GMT | 5 |
Hello friends, I want to print an ID card. I have one Windows Form that contains front and back side. The printer is printing both front and back side at a time. I am trying to send both sides at a time. But it is printing
|
| How to ping an IP address by using sockets in Visual Basic .NET | 01 Aug 2006 03:11 GMT | 7 |
Hi all, I am attempting to utilize MS's article I.D. #828993 found at: http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B828993 In an effort to create a GUI Ping utility that ultimately will show me via a
|
| Cross-thread operation not valid | 01 Aug 2006 02:51 GMT | 3 |
I have an application (COM Add-in) that in the initialization code it displays a splash screen. I want the splash screen to close after n seconds , so I add a timer to the splash screen and attempt to close it from the Elapsed event. And I get the Cross-thread error.
|
| Frame control is gobbling up my Listbox | 01 Aug 2006 02:09 GMT | 2 |
I have a few frame controls on my form in my Windows Forms app. I have a Listbox that stretches over a few of the frame controls but is invisible until the user click a button. The problem is, when I try to put the Listbox over the frames in the designer view, the Listbox
|