April 21st, 2013 06:21 PM
Thank you for replying. I will check out these two articles.
Regards,
Hal
April 19th, 2013 01:29 PM
I have an override for WndProc so I can process messages from DirectShow. When I change ShowInTaskbar to false, WndProc no longer receives any messages. Is there a way to still process messages...
February 23rd, 2012 07:22 PM
Thank you for replying. The project was compiled using the default of any CPU. I changed it to x86 and it is now working fine.
Regards,
Hal
February 1st, 2012 10:44 AM
I get the error that the installable ISAM is not found trying to create an MS Access 2007 database. The connection string is:
Provider=Microsoft.ACE.OLEDB.12.0;Data...
October 12th, 2011 08:51 PM
It works fine now. Thanks for all the assistance. I really appreciate it.
Regards,
Hal
October 12th, 2011 12:16 AM
I have attached a test program. The form has one listview and nothing else.
I get the same results. The first time I click on an item the selected index is returned. The second time I get the...
October 11th, 2011 10:37 PM
selectedProcessRowNumber is defined as:
private int selectedProcessRowNumber;
private void lstvwAllProcesses_SelectedIndexChanged(object sender, EventArgs e)
{
...
October 10th, 2011 11:47 PM
Thank you for replying. The style is single select. I don't see a SelectedIndex property. Just SelectedIndicies. This is what MSDN says about the SelectedIndicies property:
When the...
October 10th, 2011 05:50 PM
I set up an event handler to catch when the user clicks on an item in a listview. The first time an item is clicked on, the SelectedIndices contains the index of the item selected and...
August 10th, 2009 10:51 PM
Thanks for the reply. This works for Windows Forms applications but when I tried it with my WPF application I get the following build error:
WndProc(ref System.Windows.Forms.Message); no suitable...
August 4th, 2009 04:12 PM
Is there a way to make the OpenFileDialog display thumbnails when it initially opens instead of the list format. I know I can click on the view icon and change to thumbnail view but I would like the...
April 20th, 2005 01:33 PM
Anders,
Thanks for the reply. I'll try to explain this better. I have set the initial folder to the application's profile folder (Application.StartupPath + "\\Profiles"). I want to prevent...
April 20th, 2005 11:12 AM
Is there a way to prevent users from changing folders from the initial folder? I want all the (profile) files saved in the same folder?
Thanks in advance,
Hal