Hi,<br><br>How can I determine the selected item in a listbox ?
Type: Posts; User: roger_novarctech
Hi,<br><br>How can I determine the selected item in a listbox ?
hi,<br><br>I wan to use an app.config file for my c# addin.<br><br>I have added the key and value under app settings in the file<br>and my code is referencing them as <br><br>keyval =...
Is this documented somewhere ?<br><br><br>
I want to convert all my Standard Recipes to use them with a Recipe Group Manager.<br><br>If I create a Group Manager (call it 'System'), in a C# addin I can get the standard recipe from the standard...
hi,<br><br><span style="color: rgb(62, 62, 62);">string q = "INSERT into [MY_DB].[dbo].[MY_TABLE]([Date],[Time],[Produce]) VALUES('{$Date}', '{$Time}', {$Produce})";<br><br>Is $Date not the IVariable...
hi,<br><br>Its possible that I could use SendValues but what values does it send<br>it takes no parameters ...<br><br>I have the recipe name and I can find the associated recipe in the...
Is it possible to find out what the screen type specific functions are doing ?<br>Ie what variables they are writing etc<br>I would like to effectively do what set procedure does in the recipes...
Is there a preferred method or toolset for logging when using AddIns.<br>I am using C# with visual studio and very primitive logging ie writes to a file.<br><br>Im wondering if anyone uses log4net...
How can I filter the list of recipes displayed ?<br><br>I want to fllter by name ie if the contains certain strings<br>or by the value of one of the variables in the recipe.<br><br>ie <br>all...