| Thread | Last Post | Replies |
|
| Come on everybody - lets piss our pants with excitment about *text files* | 27 Nov 2006 09:31 GMT | 4 |
Come on everybody - lets piss our pants with excitment about *text files* I am so f.cking sick of the hype in this industry. How on earth did everyone get fooled into being excited about XML. Its a f.cking text
|
| Loading a PDF File | 27 Nov 2006 09:30 GMT | 3 |
Is there a way to load a PDF file and allow for printing? Thanks
|
| How can I send 'Save' message to the excel main window? | 27 Nov 2006 09:27 GMT | 2 |
I'm developing windows application using VB.Net 2005. I would like to send 'save' message using 'SendMessage' API to the excel appication. I've already got a handle of the excel window with 'FindWindow' API.
|
| Need for Speed | 27 Nov 2006 08:30 GMT | 9 |
I have a process that I want to speed up. It first was written in Microsoft Access then converted to VB.NET. I would like to hear some suggestions on how to speed it up. The process is to match names using a Soundex function. It reads through a table of about 20,000 records
|
| VB.NET debug error | 27 Nov 2006 08:27 GMT | 8 |
I installed VB.NET Express but I get this error when I launch any project: error whle trying to run project: Unable to start debugging Handle of binding not valid.
|
| Automatic Form Fill in | 27 Nov 2006 06:13 GMT | 2 |
I am playing a Windows Media File which is protected by their DRM. I want to be able to automatically fill in the form asking for payment with my saved parameters. Is there any way to do this? Note, this is not on the web - this is a desktop app that has an embedded player or ...
|
| Dynamically add user controls to a listview | 27 Nov 2006 05:59 GMT | 2 |
I used this a long time ago in VB6 How can I dynamically add user controls to a listview ? Thx
|
| Taskbar/Toolbar | 27 Nov 2006 05:52 GMT | 1 |
Can someone point me to an article on creating a Desktop Taskbar/Toolbar with VB, if one exists? Thanks.
|
| Updating Datagridview | 27 Nov 2006 04:29 GMT | 7 |
When I go to update my datagridview...I get this error Dynamic SQL generation for the UpdateCommand is not supported against a SelectCommand that does not return any key column information. using an update button...I have the following code:
|
| I got Values From ASP Passed To Batch File .. Many Thanks:-) | 27 Nov 2006 03:51 GMT | 1 |
Thanks Phill W. Thanks RobinS it was solved .. i got Access is denied it was because of the Internet Explorer Security.
|
| How to get a form's property value from a class? | 27 Nov 2006 03:38 GMT | 8 |
I have a form whose Property value I need to get at from a class (contained in another project, same solution). Here is the form's property: Private booIsInsert As Boolean = False
|
| Data entry into ComboBox | 27 Nov 2006 03:21 GMT | 4 |
Okay, I'm probably re-inventing the wheel here, but I have two drop down boxs on a form. One is "source" the other "destination", I'm using a combobox each to provide MRU utility. The setting I've changed are:
|
| Installed version of Access | 27 Nov 2006 01:18 GMT | 1 |
Is it possible to check what version of Acess is running / installed on a computer from vb.net? reidarT
|
| Ribbon Bar | 27 Nov 2006 00:44 GMT | 3 |
Can anyone direct me to a free office 2007 like ribbon bar
|
| Very simple Delete Button help!!!!! | 26 Nov 2006 23:32 GMT | 2 |
I have a context menu on a button. I just need some code that will delete the button when the context menu is clicked. Any ideas?
|