| Databinding and ComboBox (5 replies) |
| microsoft.public.dotnet.framework.windowsforms |
| I'm creating sample code for use in house. I'm trying to databind a combo box and use the SelectedValue property. I recieve an error in the SelectedIndexChanged event. The code I use to databind the control is ComboBox1.DataSource oDataSet.Tables("FleetNames") ComboBox1.DisplayMember "FltDBAName" ComboBox1.ValueMember "FltCd" I retrieved the "FleetNames" table using a stored procedure agains a SQL... |
|
| namespace design help (3 replies) |
| microsoft.public.dotnet.framework.windowsforms |
| Hi there, I am designing a application that has many different parts to it i.e. Database read and write, Encryption classes, printing functionality. etc etc I have created a standard namespace i.e. mycompanyname.myapplication Is it better to then create a new name space for database and encryption parts i.e. mycompanyname.myapplication.encryption mycompanyname.myapplication.database or is it bette... |
|
| playing flash swf files using .NET C# (3 replies, VIP) |
| microsoft.public.dotnet.framework.windowsforms |
| greetings it is possible to use and display flash SWF files on .NET WinForms applications? If so, how? TIA Almeida |
|
| C# and VB.Net in the same project, possible? (3 replies, VIP) |
| microsoft.public.dotnet.framework.windowsforms |
| Hello folks, Is it possible to have one form written in vb.net and another in C# in the same project? How about diff sub projects but compile to the same exe or dll? Thanks, Toni |
|
| Automatic build process + automatic NuNit (2 in 1 solution) (2 replies) |
| microsoft.public.dotnet.framework.windowsforms |
| Hi! Can someone tell me can I use MsBuild with NuNit today? Or is MsBuild only available for MSDN subscriptions ? Or what do you for an automatic build process automatic NuNit testing. I looking for a 2 in 1 solution (build NuNit) gicio |
|
| ActiveForm property (8 replies, VIP) |
| microsoft.public.dotnet.framework.windowsforms |
| in VB6, I'd have a MDI form (frmMain), with a midi CHild then, I'd have dialogs that I run to change certain items on the rtb (txtEdit) of the Active MDI child.... to do this, I'd say something like: frmMain.ActiveForm.txtEdit.Seltext "whatever" in DotNet even though I have frmMain designated as an MDI form, whenever I reference something like the above statement, wherever I'm doing it, 'frmMain' ... |
|
| Upload Files to Web Server From Windows App (5 replies, VIP) |
| microsoft.public.dotnet.framework.windowsforms |
| I was wondering if it was possible in a windows app form to select a file from my local desktop and post it to a web server using a web service or the like. Any clues, or am I better off creating a web form for them to upload the file? Thanks! |
|
| Application Signed with strongname cannot use an assembly which is not signed? (5 replies, VIP) |
| microsoft.public.dotnet.framework.windowsforms |
| Hello, I came across with a problem... I had developed a component which it's assembly does not have a keyfile for strong name... One of my customers tries to use it in an application where he attaches a keyfile for strong naming it and when compiling it he gets "Does Not have a strong file Name" error pointing my component's dll... Does anybody has a solution for this? Do I have to generate a str... |
|
| Using static methods in apotentially multithreaded environment (10 replies, VIP) |
| microsoft.public.dotnet.framework.windowsforms |
| Hi all, In my project I have made a number of helper methods static. As I understand it, this will create the problem that multiple threads could access the static method at the same time and interfere with one another. My question is, for each static method, do I need to lock access to only one call at a time? I've noticed that Microsofts Data Application block also uses static methods for its da... |
|
| Problem with Smart Client For a Single User (2 replies, VIP) |
| microsoft.public.dotnet.framework.windowsforms |
| I have run into a problem with a windows form app that I wrote to be used as a smart client (launched via a link in IE) and I have not found any answer. This is a very simple exe with 2 small dlls that get downloaded along with it. For some reason on one specific computer (XP Pro SP1, using Novell logon), for one specific user, when the link is clicked on, nothing happens. This same user can log o... |
|
| Can a WinForm render itself on a printer? (4 replies, VIP) |
| microsoft.public.dotnet.framework.windowsforms |
| We are moving some of our existing mainframe CICS screens to WinForms. The user is used to being able to print these screens in order to capture information and is asking for a similar capability with the WinForm application. Is there some way to send a WinForm to the printer? |
|
| Problem with menus (2 replies) |
| microsoft.public.dotnet.framework.windowsforms |
| Hello: I have a MainMenu and want to drag the MenuItems by pressing ALT MouseDown on an Item. I can not find any event to do it because there is no way to stop the MenuItem to popup, even overriding and not calling the base methods.. and when the submenu is visible, the messages can not be captured, even using Capture true or a Message Filter. Any suggestion?? |
|
| Change Crystal Report Zoom Level using percentages in Crystal Report Viewer (Dotnet) (2 replies) |
| microsoft.public.dotnet.framework.windowsforms |
| Hi All, I have implemented my own toolbar on a form which houses the crystal reprot viewer. I would like to have a combobox to allow the user to change the zoom level to say 25 / 50 / 75 / 100 / 200% However the crystal report viewer only seems to allow two levels of zoom, using the .Zoom method, 1 for actual size, and 2 for fit to screen. Is there any way that I can manually set the zoom level to... |
|
| SQL client network utility (3 replies, VIP) |
| microsoft.public.dotnet.framework.windowsforms |
| Hi Is possible from a "win form" application to create an alias like the "SQL client network utility" does. TIA |
|
| Disable Performance Counters (2 replies, VIP) |
| microsoft.public.dotnet.framework.windowsforms |
| Hi Could anybody please explain the implecations of setting the value " HKEY LOCAL MACHINE\SYSTEM\CurrentControlSet\Services\PerfProc\Performance\Di sable Performance Counters" to false on a Win2k server. Regards Ash. |
|
| how to access a variables (3 replies, VIP) |
| microsoft.public.dotnet.framework.windowsforms |
| hi i want to access a variables from form1 to form2 how should i declare on form1 and how can i get those values on form2 |
|
| .NET framework bug (3 replies, VIP) |
| microsoft.public.dotnet.framework.windowsforms |
| I found in a windows form application, if you have a validating event attached to a textbox, that event is not reliable. For example, in a MDI application, you created a toolbar in the MDI container. And one of the MDI child has a textbox with validating event. Then you input some invalid text into the textbox, then click a button of the toolbar. Sure, you will get validating event invoked and you... |
|
| Intellisense like behavior for a ListBox (3 replies, VIP) |
| microsoft.public.dotnet.framework.windowsforms |
| Can anyone advise on how to add intellisense functionality to a listbox? I.e. want to keep typing letters and select item as typing (listbox only selects on first letter). Thanks. ngottlie@bassocap.com |
|
| Send escape Character's to printer (2 replies, VIP) |
| microsoft.public.dotnet.framework.windowsforms |
| How do i send a ASCII Character to a Zebra TLP 2824 Printer? Thanks. Valter. |
|
| Check existence of value in drop down list (2 replies, VIP) |
| microsoft.public.dotnet.framework.windowsforms |
| Is there a way to check and see if a value exists in a drop down list? I want to check and see if the value "No Status" is in a drop down list, and if it isn't, then I want to add it. I know the syntax to add it to the drop down list, but am not sure if there is a way to check if it is already there. Any help is appreciated. Thanks |
|
| MDI and Word application (3 replies, VIP) |
| microsoft.public.dotnet.framework.windowsforms |
| I would like to open a Word application into a MDI application. I do this : Word.ApplicationClass WordApp new Word.ApplicationClass(); WordApp.Visible true; WordApp.Activate(); How can I open the object WordApp into a MDI application? |
|
| Big picture question - Custom control concepts (2 replies, VIP) |
| microsoft.public.dotnet.framework.windowsforms |
| Maybe it's just late but I'm having some trouble with custom control concepts. Do I understand this correctly? If you define a custom control, you are responsible for defining all events and properties, even if it inherits from an existing control that has the events you want? (ie none of the parent's basic events are exposed available automatically?) |
|
| Tab control (2 replies, VIP) |
| microsoft.public.dotnet.framework.windowsforms |
| Hi all, How to customize the "Tab head" Appearebce of the Tab Control in .NET, ie i want to changed the buttoned/flat appearence of the tab control to "/ \" shape. Thanks in Advance. regards Suresh |
|
| How do I automatically show dialog on form Application.Run (3 replies, VIP) |
| microsoft.public.dotnet.framework.windowsforms |
| I wish to display a dialog form after the main form has started and display. Where is the logical place to put my display dialog code to show the my "Login" dialog after the main form has been display. Thanks. |
|
| How do I show Access Keys at run time (4 replies, VIP) |
| microsoft.public.dotnet.framework.windowsforms |
| I have a number of access keys. For my users, I would like to have them shown when the app starts, instead of them having to hit Alt first. Thought I saw how to do this, but can't remember where. |
|