Answer Questions
CDRDeveloper Dll Extensions
HI there, I am a beginer programer, I am trying to reference another projcet in my solution however i get an error noting that i am missing dll extension i thought DLL extensions were build autmoaticly once you build the solution if th ...Show All
Silly DataGridViewImageColumn problems
When I add a DataGridViewImageColumn through the designer it appears in my U/I and running the application correctly draws the result. However, when I move on to other tasks and then come back to that grid, the column is gone. Looking through t ...Show All
ElroySkimms Preparing to install window poping up
Hi I have created a setup for installing mergemodules....while intallting during progress bar "preparing to install" windows popups multiple times.....I tried to search on internet and I couldnt find any solution... Any pointers, links, solutions Thanks in advance Regards Naveen Hi Kapil, Thanks a lot for your reply.... Yes,....I too using Crystal Reports mergemodules...but how to do a clean & Unc ...Show All
David Moye Problem with value DataGridViewComboBoxCell
In VB 2005 Express I have a problem, which completely do not understand. I use a DataGridViewComboBox in a DataGridView. When I change data and save it, I have no problem. But when I close the form I a repeting error, being: System.ArgumentException: DataGridViewComboBoxCell value is not valid. Can anybody help Thanks in advance, Simon Does the data you saved exist in the DataGridViewComboBoxCell's items li ...Show All
Peter Morgenthaler Binding Navigator Tool.Enabled not Working As Expected
I have a binding navigator for which I want to selectively enable/disable the Delete button based on the return value of a table adapter query (given data condition). When all my variables were declared and instantiated within the procedure enabling/disabling the Delete button it worked. Once I refactored out to having this event update class variables, it all got hosed. Any ideas on how I can get this functional Here's what I do (var ...Show All
Rado R Sizable multiple list boxes
I saw a program which had three list boxes side by side and they were sizable. How did they do that. The list boxes have a common side and when you drag the bar one box will get smaller and the adjacent one will get l ...Show All
Theisos ListView problem
I've following code: private void ClientCooperatorsLoad() { ListViewItem lvi; lsvNodeDesc.View = View.Details; lsvNodeDesc.Columns.Add("Storer", -1, HorizontalAlignment.Left); lsvNodeDesc.Columns.Add("Vendor", -2, HorizontalAlignment.Right); lsvNodeDesc.Columns.Add("Consignee", -2, HorizontalAlignm ...Show All
David Mac Modify setup.exe?
I just found out that the download URL of prerequisites are written directly to the generated SETUP.EXE! In my previous post, I found the solution to dynamically modify the URL in .application files. But I also want tell SETUP.EXE to download from a URL that is only determined after Publish Wizard runs. But I know modifying Windows PE file is evil. Is there still a workaround Thanks! I founnd a class GenerateBootstrapper in Microsoft.Bu ...Show All
mdon Strongly Typed Dataset Problem
Hi, I’m trying to generate a strongly typed dataset using the Server Explorer in Visual Studio. It works fine when I drag a table to a form to begin the process. But I get the following error for both the update and delete statement ...Show All
dylanT Display generated Bitmap object in a PictureBox
I'm writing a class that will be used by an ASP.NET 2.0 web site. The site needs a custom image generated. What I've decided to do is write a class in C# and then have a custom server control on the ASP.NET side import the assembly and do it's magical data binding to generate the parameters. So, as far as I'm seeing, I am generating a 200x100 image on a Bitmap object, no problem. The issue however, is that I want to preview it on a Picture ...Show All
Monirul Islam Read and view PDF files like adobe activeX
Hi, How to read and view PDF files like adobe activeX Thank's Alexei Hi, I have found how to do search. In path of pdf need to add #search="words to search". Also there can be another parameters. Thank's Alexei Hi, I don't want to know the version of acrobat reader. I want that my application will works with all versions of acrobat reader. Thank's Alexei I don't understand why you don't want t ...Show All
DrFlick Unable to Reinstall ClickOnce Application
Dear VB Experts, I'm having issues with reinstalling/updating an application on a client's computer after an initial install went okay. I'm trying to provide an update and the client gets the following detailed error message after the initial warning saying, "Application cannot be started. Contact the Application Vendor." PLATFORM VERSION INFO Windows : 5.1.2600.131072 (Win32NT) Common Language Runtime : 2.0.50727.42 System.Depl ...Show All
GBFan4 Treeview Nodes.Add Problem
I have a problem when I add a child node. When the tree loads the first time, all the child nodes display correctly. If I add a child node, it gets saved to the database, and I clear out the tree (treeview.Nodes.Clear) and repopulate it for the new node to show. However, now the new node I just added, appears in another location and I end up with 2 child nodes with the same name. Any ideas on how to make the treeview refresh cor ...Show All
jali How to Extract the Date From Datetime
In dt variable I have - 6/9/2004 2:36 PM I want compare it's only date part i.e. 6/9/2004 with today's date How should I do it The DateTime (structure it seems) supports the property Date for this purpose, several other properties&n ...Show All
KilroyHughes Binding to RadioButton
Hi, Can anyone show me how to bind to radiobutton Thank you Actually VB.NET doesn't require that but if you want to bind it and there are no data binding facilties available for that control or you want something additional then you need to draw the control. Is your applicaton working now -Mamta Thanks for you reply... But how can vb.net requires ppl to write own radio button ...Show All
