| Thread | Last Post | Replies |
|
| Integrate a Queue with an ObjectPool | 09 Apr 2007 19:46 GMT | 10 |
I would like to have a limited pool of objects (the objects are expensive to create) that can be enlisted to process items in a queue. Moreover, I would like to be able to have the processing (time-consuming) occur on a background thread.
|
| why use AssemblyDelaySign if u can install in GAC with any key? | 09 Apr 2007 19:36 GMT | 2 |
take as an example an organisation developing software where the public key is known but the private key is kept by only the top official. why would you use AssemblyDelaySign and sign an assebly with only its
|
| Just converted a prog from VS03 to 05 SQLDMO Issues | 09 Apr 2007 19:22 GMT | 2 |
I just converted a project from 2003 to 2005 and I am now getting the error below when trying to assign a variable object as SQLDMO.SQLServer and for the life of me I can't figure out what is happening. This was not a problem in VS03 and the program has been running since early ...
|
| Referencing main app window from a custom control | 09 Apr 2007 17:01 GMT | 3 |
I have a project with an MDI parent form (Main), which can contain any number of MDI children (Document). The Document form contains several user controls, designed as separate projects and referenced from the main project. I originally had one user control doing some dataset ...
|
| setting wallpaper style in vb.net | 09 Apr 2007 15:47 GMT | 2 |
The code below is what i have been *trying* to use to set the desktop wallpaper picture and the Wallpaper style. The picture gets replaced with the new image each time, but the style never changes. Whatever it is set to in the "Display Properties > Desktop" is where is
|
| Data duplication of each record in Crystal report | 09 Apr 2007 15:29 GMT | 3 |
hi to all, this is Haresh Bhatt, I make a view in MS SQL 2000 and execute it gives me expected result. but when I run the crystal report it gives me result in duplicate records.
|
| Help with TableAdapter in VB Express | 09 Apr 2007 15:27 GMT | 6 |
I'm trying to fill a combobox with values from a sql table. Data seems to be connected fine. Apparently in VB Express sqlDataAdapter doesn't work, or at least I can't make it work. Searching the help information, it directed me to Table Adapters instead.
|
| vb.net problem | 09 Apr 2007 14:24 GMT | 1 |
sir/madam, i have a listview control with 5 items.
|
| Use of boolean in a CommandText | 09 Apr 2007 12:07 GMT | 4 |
When passing an SQL-string to a CommandText, the SQL does not seem to accept a Boolean after the WHERE-statement. cmdVerkooplocatie.CommandText = "SELECT tblA_Locaties.LO_Locatie_id, tblA_Locaties.LO_Naam " & _
|
| Looking for good PDF library for .Net | 09 Apr 2007 11:44 GMT | 4 |
I have a windows form project written in vb.net. It needs to take multiple images (JPGs) and convert them into one PDF on-the-fly. I am looking for a good library (not a command-line utility) with which to do this. Anyone have a vote for their favorite?
|
| create shared new directory | 09 Apr 2007 04:15 GMT | 1 |
I need to create a folder in code, and also set sharing to being shared to everyone with full control (or some such variation of security) What I'm doing now is: If Not System.IO.Directory.Exists(My.Application.Info.DirectoryPath &
|
| Can I turn off optimization? | 09 Apr 2007 03:25 GMT | 2 |
During debugging I tried to display the value of a variable and was told it couldn't be displayed because the code had been optimized. Can I turn off optimization? Thanks
|
| Listbox and Combobox: SelectedIndex | 09 Apr 2007 03:00 GMT | 1 |
On a form, I fill a Combobox and a Listbox with data through code. Then I set Listbox.SelectedIndex = 3 and the Combobox.SelectedIndex = 4 In the Listbox, the correct item is highlighted, but in the Combobox, the desired item does not appear in the Text-area of the Combobox.
|
| Publishing a .NET project | 09 Apr 2007 02:57 GMT | 1 |
The Publish tab in VS 2005 is a pretty nifty feature, but I can't figure out how to add files that are not directly associated with the application. I need the target PC to have a specific directory structure with a couple of essential files. Is there any way to tell the publish ...
|
| Visual C++ | 09 Apr 2007 01:45 GMT | 1 |
I had the trial version of Expression Web on my computer. I decided to order the actual softward, so I uninstalled the Trial Version. Since then I get this error when opening Word documents or doing an email in Outlook:
|