I need to get file extension from this path, like this: "./settings/partNumber/1001" code – trying to get file extension and validates that file exists…. But I need to know file extension only from filename: This is the example file that I need to extract extension After this, I need to open this file, and other ..
Category : forms
I am developing a windows Forms application, with C++/CLR. I have an array of integers, let’s say int img_array[64][64];. This 2D array contains values of a 64×64 pixels image. I need to display this array in a Picture box and I am trying to find a way to convert it into a Bitmap^ bmp; type, ..
I created a Windows Form application and within the project I have several forms (form1 (form created when creating the project), registration, application content, logging in). I want to change the order in which the forms are displayed when I start the project, that is, I do not want the "Form1" form to be displayed ..
Firstly, sorry any english mistakes since I’m not a native english speaker. The problem is that, I have a windows forms application that is responsible for control the daily workload of my customer’s employees both while working at the office than while working at home. It’s a Windows application that runs in two ways, as ..
I want to add sinose, cosinos, tanghant, and cotanghant to my calculator. I’m in the C # domain in the Windows Form environment. Source: Windows..
How to access windows 10 notification from notifications panel in c# using windows form? if (ApiInformation.IsTypePresent("Windows.UI.Notifications.Management.UserNotificationListener")) { // Listener supported! } else { // Older version of Windows, no Listener } https://docs.microsoft.com/en-us/windows/uwp/design/shell/tiles-and-notifications/notification-listener This site is not helping at all. Source: Windows..
First of all i am kinda new to C# but i understand enough to work mostly alone. Now i have a problem that i have for some time with Windows Forms. I’m trying to create a new Instance of a class called "FiestaService" which includes some variables (string, string, Label, Button). I want to insert ..
With Winform Form Window (FixedDialog with toolbars) providing options to install and uninstall the application. When a user clicks on the button to install/uninstall, the window can neither be moved nor minimized. i.e. until the event raised for activity is not completed, it’s stuck and not able to perform any action on the form window. ..
When I try to execute my windows form application, all I see is a completely white blank form. When I look in my form1.cs[Design] everything looks normal, but not when I run it? I can’t see the labels, or the buttons or anything. I’ve never had this issue before and my InitializeComponent I think is ..
C# Can Windows.Media.Audio Audiograph be used in a Windows Forms project? I get a message saying that I lack a reference for Windows.Media.Audio. Source: Windows..
Recent Comments