| Thread | Last Post | Replies |
|
| VB tutorials | 03 Mar 2008 17:07 GMT | 1 |
All, What are your thoughts about using a learning product like AppDev's CD tutorials to learn VB2005 / 2008? Is it worth the money ($850 - $1,250)?
|
| speeding up a file conversion from text file to XML format | 03 Mar 2008 16:14 GMT | 6 |
HI, Im usning vb.net ( 2005 ) & SQL Server 2005. I have been asked to try and improve the importing of files into SQL for old legacy system. The file are submitted to the company by FTP, decrypted. ( sample file below ) I have written a module to convert this file into an XML ...
|
| How to make my application sparkle? | 03 Mar 2008 15:57 GMT | 4 |
I am writing a small program to monitor a folder. Normally, the user will minimize the application on the task bar. When a new file on the folder, I would like to make the application in task bar to sparkle.
|
| Altered OCX not showing a new sub | 03 Mar 2008 14:22 GMT | 3 |
I'm using an interop assembly to pipe a VB6 OCX into my application. Today we altered the original OCX to add a new subroutine. The new subroutine is not showing up in my intellisense. I created a new application and added the OCX, and it shows up fine there.
|
| (Please Select), ... Adams, Jon ... Baker Sue ... how remove comma after (Please Select) in LINQ? | 03 Mar 2008 12:11 GMT | 5 |
The below code works, but returns a list like: (Please Select), Adams, Jon Baker, Sue
|
| VB 2005 equivalent of VB 6 PictureBox.Point, VB 2005 general confusion. | 03 Mar 2008 12:01 GMT | 5 |
I am trying to get a pixel value from a picture box in VB 2005. I know how to do it in VB 6: clr& = Picture1.Point(x, y) I can't figure out how to do it in 2005. Even the VB 6 import wizard
|
| How do i embed a Flash Player in my VB app? | 03 Mar 2008 08:43 GMT | 4 |
Any ideas/tutorials/resources? TIA,
 Signature Anil Gupte
|
| Problem in executing the file? | 03 Mar 2008 08:40 GMT | 3 |
Hi friends, Iam new to this group. I have problem with executing the output(exe) file in a new system. I have created and compiled in a VS 2005 tool. when i run the exe file in a new system. its prompting me
|
| Late binding PowerPoint 2003 and 2007 | 03 Mar 2008 08:32 GMT | 3 |
I am using late binding to start PowerPoint. I have two versions of it: PowerPoint 2003 on my development PC and 2007 at the client. Starting PowerPoint works on both machines, but I can't run a presentation on the other computer.
|
| Really easy question about looping through controls | 03 Mar 2008 07:56 GMT | 6 |
I have a form that has a cluster of 9 textboxes that are named txtMatrix1_0, txtMatrix1_1, txtMatrix1_2 ... txtMatrix1_8 I want to loop through those nine textboxes, convert their values from string to
|
| How to override a textbox event? | 03 Mar 2008 07:13 GMT | 4 |
I would like to rewrite the textbox.click event. But I cannot find the correct stuff on this matter, is it call override? Please give me some hints, Thanks!
|
| Problem in executing in Exe file? | 03 Mar 2008 06:10 GMT | 4 |
Hi friends, Iam new to this group. I have problem with executing the output(exe) file in an another system. I have created and compiled in a VS 2005 tool. when i run the exe file in a new system. its prompting
|
| VB.net 2005 Forms application intermintently freezing | 03 Mar 2008 02:49 GMT | 2 |
I have a VB.net 2005 Windows forms application which connects to a SQL Server express 2005 database Intermittently the Program freezes up for a few seconds and I am at a loss how to find out what is causing it
|
| Vista Common App Folder | 02 Mar 2008 15:55 GMT | 3 |
My application creates an access database. I am testing with multiple users. I log-in to Vista as the Admin. The application starts and places the data file in C:\ProgramData\MyAppName folder as desired. I then log-out and log-in as a Standard User and start the Application. It ...
|
| Object destruction VB.NET 2005 | 02 Mar 2008 09:15 GMT | 18 |
I have a class that creates a thread for some I/O that blocks in the absence of any activity. I need to be able to shut down that thread when the application using the class closes. I tried putting my code to close the thread in the Finalize call of the object but when the app ...
|