Answer Questions
Dazza999 Deploy chm file with click-once
I'd like to include a chm file with the application that I am deploying, but no matter what subdirectory of the project I put it in I can't seem to get the file to be included in the deployment. The help file does work correctly from my application on the development machine where I have it located in the project bin directory. Right now, my deployment is just to a directory from which I burn a CD. Thanks, jerryK ...Show All
ASP.NETMSDN.COM how would i do this...
hey all i have a decimal number 12345678.90 is there a quick way to pull out only the 345678 thanks, rodchar I'm not sure exactly what you're trying to do... (why drop the 1 and 2 ) The answer in this case is: Math.Floor(12345678.9).ToString.Sub ...Show All
PDADev Getting Output Debug screen messages to show on a listbox in windows form
Hi... How do I get output debug messages generated by the debug mode (ie. Start with debugging) If I can get them, I wish to display them to listbox that I have in the windows form I created. Is there a smarter way other than using the following : lstDebugMessage.Items.Add("Whatever is inside debug message"); Where lstDebugMessage is the listbox I generated in my windows form. Thanks for any ideas! hi try { / ...Show All
tsoft yellow line around button while mouseover
i am new to windows form .net. i downloaded taskvision demo. with mouseover on each button, i see yellow line around the button. i tried to do that in my button as well. i tried to match each and every button property as well form property but still couldn't figure out how. with tabbed control as well, how can i accomplish that yellow line mouseover effect Have you enabled visual styles in your application Which version of Vi ...Show All
MechGuru Inherited Form
Hallo, I have create a base form with a bsaic layout. This form have a datagridview, a button and a label in an own namespace. I 'll this form inherit an override functions to set an SQL CommandString and the columnheaders. The designer show the message "Object reference not set to an instance of an object" Who is my fail thanks ...Show All
Clint_77 MSDataSetGenerator and xsd:import
Hi, I'm trying to use the MSDataSetGenerator with a couple of XSD files that rely on importing some common xsd files with <xsd:import>. However, when setting the schemaLocation attribute to a relative path I always get an error message saying something like: Type [insert type name here] is not declared, or is not a simple type. It works fine if I use an absolute path, but that certainly isn't a good option.. Any clues to a solution /Ande ...Show All
William Klein comparing dates...
Hi, I have an unknown number of different datetime strings (something like 23-09-2003), and I want to get the last one before the one the user selected... for example: I have these dates: 12-07-2002 05-06-2001 19-12-2004 06-06-2004 Now, if the user selected 19-12-2004,  ...Show All
Heiko Wilkens modifier keys...
I'm making a Kbtester for a standard 106 kbmodel/layout using vb2005. I'm having problem with the left and right modifier keys example the shift key. the left and right output the same keycode"16". with same output i cant really seperate the two keys. However, it say at keys enumeration that the <R>shift key is assigned to keys.rshiftkey with keycode 161 and the<L>shift is keycode 160.. how do i enable ...Show All
DanMoran How to remove controls at runtime?
I have serveral user controls to show alternatively in my main form.I want to create the control dynamically at runtime and remove it when another should be shown . But after I remove the control from the main form, the main form lost the& ...Show All
iGNOSaurus State of Affairs
I'd like to ask people out there which bugs are dominating their desktops. To find out if it's the same everywhere. The first time I opened my ecosystem up to the world, "naka29190" came in and took it over. For a while, " ...Show All
jan_hk Navigating a DataGrid
I have a WinForm with a TabControl on it with 2 Tabs. One for list (where I have my DataGrid - dg) and the other one for details. When I navigate through my DataGrid (either through my keyboard or by clicking a mouse on a row),&n ...Show All
chrisofeaton MySQLDataAdapter Insert Not Working...
Can anyone see why this insert command is not working It is not generating any error messages. It acts as if it has inserted the records, but when I check the database the row count is still 0. Here is my code... <hr> <color="Blue"> Publ ...Show All
Svekke Question about references and dependencies
I have two projects in my solution. Project A references a third-party COM component. It uses an instance of the COM object as a private field of class A. Project B has a class B, that has a private instance of class A. For some&nbs ...Show All
Sean Gahan Dynamic Sql inside of stored procedure
Hi I am trying to use dynamic sql inside of a stored procedure. I get an error when I go to check the syntax. Here is what I have so far. CREATE PROCEDURE Number_Of_Comebacks @dlname varchar (100) @CB varchar (5) AS BEGIN Declare @SQL1 Varchar(100) Select&n ...Show All
Code Sailor Working with the Shell
I have a VB.NET application. I have a proprietary file extension that is associated with my application. I have registered the file extension in windows. I know how to register it. When a user opens the file from the shell (explor ...Show All
