-3
votes
0answers
30 views

Microsoft.ACE.OLEDB.12.0 provider not registered' [closed]

I have developed a windows application for which MS ACCESS is the data base . Everything work fine for me. But in client's machine it's throwing error The 'Microsoft.ACE.OLEDB.12.0' provider ...
0
votes
3answers
32 views

I want a selected item in combobox on formlogin to be automatically changed in Main form

I Have 2 form, first the login form which is contain combobox1 that user will select... and then the Main form which will be display the selected item in combobox1 on the label1 in loginform... i ...
0
votes
0answers
29 views

mdi child doesn't show maximized

We're having the following issue in our application: When we open an mdi childform it comes in maximize windowstate as it should be but it is shown in normal state.Tthe background from the parent is ...
1
vote
4answers
79 views

C# exceptions and code breaking

I have a method called TryMe which has try catch block and catches his exceptions. I call him from another class, but when an exception occurs it doesn't stop the code execution. Example: public void ...
1
vote
2answers
50 views

Making a program operate from system tray in C# .net

I'm working on a small internal use utility ATM, and I'd like it to appear in the system tray rather than the task bar. I'd also like it to be minimised there from startup rather than loading the main ...
1
vote
0answers
48 views

How to start building a small digital circuit designer? [closed]

I have to build a small digital circuit designer in C# with Windows Forms (using Visual Studio 2012). I already have some knowledge in C#, but never really did a fully-fletched user interface, so I ...
1
vote
2answers
61 views

remove duplicate from AutoCompleteStringCollection c#

AutoCompleteStringCollection treatmentCollection = new AutoCompleteStringCollection(); if (con.State == ConnectionState.Closed) { con.Open(); } SqlCeCommand cmdTreatment = new SqlCeCommand("select ...
2
votes
1answer
67 views

Are native Windows Controls still used in .NET GUIs?

Is the stuff that is displayed when you create a GUI with WinForms or WPF still based on the native controls like Common Controls or any of the system provided Window Classes or is everything that is ...
0
votes
1answer
38 views

2D grid with selectable items in c# Wforms?

How can be done a 2D of 10x10 selectable elements each element with text in a windows form? Is there an easy way of doing this? I need to select some elements in an orderable way (indexed) in the ...
2
votes
1answer
51 views

Are basic .NET Windows Forms controls native Win32 controls?

Do .NET Windows Forms applications use the equivalent native Win32 controls for basic controls such as Textbox and Button? WPF is non-native but Windows Forms looks and feels very native. The ...
0
votes
1answer
58 views

Profiling how a user interacts with a C# Windows Application

I just inherited a C# windows application codebase. It's a relatively large application with lots and lots of UI "elements" that I believe may have been added by the previous developer with little to ...
0
votes
1answer
82 views

C# - replace multiline string and copy to another textbox

I am having a brain-aching problem, which I hope you guys could help. I have a textBox1 containing multiline string as follow: filewith.dl_ somefiles.sy_ morewith.ex_ textBox1 contains a files ...
4
votes
2answers
67 views

Window Flicker on loss of focus?

I have been working on a windows form application based in c# and I am in need of some assistance. I am trying to recreate the window flicker that most windows applications have when a form loses ...
-1
votes
0answers
24 views

Windows form not getting focus

In my application, i have to display a 'Login window' before loading the main application window. It is loading correctly, but the problem is it does not get the focus. I have tried TopMost = true, ...
1
vote
1answer
90 views

Pound and Euro symbol not shown in windows form instead showing a J

We wrote a program that behaves differently on two equal machines. On one machine is shows the price with a pound symbol. We set the symbol based upon a list e.g. { "£", "€", "€" }; Both machines ...
1
vote
1answer
48 views

Drawing on top of literally everything

I want to create a utility program for gamers that runs in the background. What I need to do, is display visible messages in-game on certain occasions. So my window does not need to be visible at all ...
1
vote
2answers
45 views

Is there a way to open Windows date and time settings dialog from a WinForms application?

I'm working on an embedded software, where we would like to avoid exposing Windows features and interfaces as much as possible. However, users need the ability to change the system date and time, and ...
1
vote
0answers
74 views

Windows Form c++ How get label from function

I had try to call Form like this.Its ok and work.I use it in another function in loop.So i can update it.Just call and close. OutlookAddIn::MyForm p1; System::String^ str =gcnew ...
1
vote
3answers
93 views

How to display specific database entries into a textbox on a WinForm application

UPDATE: Thanks everyone, the code was not the issue, although the information regarding SQL injection was useful, my issue was that I was using an older version of my database which did not have the ...
0
votes
0answers
54 views

C# Socket Server Form Does Not Show?

I am creating a socket server using C# for a game I am developing. I can connect to the server and it seems to accept connections perfectly. Only issue I am having is that the form I created does not ...
0
votes
0answers
27 views

windows, copy/paste app/script/macro general design advice

Recently made friends with some folks in the call center and I've noticed that they have a word document full of 'canned responses' a block of text, where they insert the name/incident number into the ...
0
votes
1answer
92 views

How to get Header text as required in CSV file in Windows Application?

I am using the following code to generate CSV file: private void button1_Click(object sender, EventArgs e) { Stopwatch swra = new Stopwatch(); swra.Start(); string ...
0
votes
2answers
113 views

call subroutines via URL across local network?

I'm writing a program in Visual Basic .NET to perform actions on a PC on my local network. I'm looking basically for some sort of extremely simple solution to allow me to: call ...
2
votes
1answer
40 views

How to automatically start own executable after windows restart?

Let's assume that I have a C# .NET 2.0+ application running on windows. And at some certain point in time it forces Windows to restart. How can I automatically start this application again after ...
0
votes
2answers
62 views

blocking screen access from win form [duplicate]

I have a win form that pops up after a certain action is performed. I would like this, which is centered on the screen, to lock access to any other window until the form is closed. Basically stay on ...
-1
votes
2answers
88 views

what is used in windows app on the place of Session?

i am new to windows programming, as we use Store user's details in Session when user successfully logged into a web application and check the session in master page every time, if it will null then ...
0
votes
2answers
38 views

Windows GUI control option for selection of one or none

Say, if I have a GUI control where a user is allowed to select none, or only one of the multiple choice options. What do I use? Check-boxes: Or radio boxes?
6
votes
1answer
166 views

Allow selection in Explorer-style list view to start in the first column

In Windows 7's Windows Explorer list view (what allegedly is not list view at all) in Details view, you can start selection marquee in the first (Name) column. You just need to start outside the ...
0
votes
1answer
352 views

Upload a file to specific folder in windows forms and upload file name to sql server

I have a Windows Forms Application and it is written in C#. I am also using a sql server with a datagridview. I have an Add form in my program that allows a user to enter in data to a multiple of ...
0
votes
1answer
63 views

Most efficient way to rebuild large archive? [closed]

I've written a c# application to allow for the replacing of files in a custom archive, the archives range from 3-4GB in size so they're not small by any means. Up till now I've only allowed the ...
4
votes
3answers
708 views

Transitioning from Windows Forms to WPF

For a long time now, I have been stuck with Windows Forms development (started with VB6, and has continued through to C# .NET 4.5), and I have pretty much hit the limit of what Windows Forms can do, ...
1
vote
0answers
220 views

Keyboard shortcuts don't work in Windows 8

I have a winform application written in C# that was developed under Windows 7. Many of the menu commands have keyboard shortcuts which are defined in the control properties When I run this application ...
-2
votes
1answer
74 views

Windows multiple forms app design [closed]

I am asked to develop a windows form application. this app will have 4 sessions in sequence for users to complete their task. Should I create this 4 sessions into different forms or what other options ...
2
votes
1answer
63 views

Asynchronous WCF calls are mishandled in the client

Here is the scenario. I have a WinForm application(C#, .NET 3.5) that follows the Asynchronous Event-Based design pattern. The main control(MainResultControl) creates multiple instances of child ...
0
votes
2answers
273 views

C# Start Process with logged on user credentials

I am running a winforms application with elevated user rights (emulated Run As as a different domain administrator account), however I want to start a sub process of opening a webbrowser to a URL with ...
1
vote
1answer
124 views

Can you make a Winform draw on top of full screen DirectX layer?

I have a native C++ application that is rendering 3D using DirectX. The app can switch between windowed and fullscreen using IDXGISwapChain::SetFullscreenState(). However some of my UI is in a .Net ...
0
votes
2answers
179 views

Change string color in rich text box if it contains X

I have a Jar file that gives output and a rich text box to which the output is written to. Each string that the Jar file gives is a new line in the rich text box. I want, if the line contains certain ...
0
votes
0answers
85 views

Windows Forms SplitContainer issue

I have some for loop that dynamically creates textbox elements inside form. this.splitContainer1.Panel2.Controls.Add(tb); It positions textboxes so that result looks like rectangle. To ...
1
vote
2answers
158 views

Windows forms generate text boxes dynamically by given value

What I'm trying to do is, for ex, if I passed 5 as matrSize then it must generate 25 textboxes named MatrixNode[11], .. MatrixNode[12]... (just like matrix in math) like this The text boxes will ...
-8
votes
1answer
54 views

FileStreaming in C# [closed]

Guys can you help me with these problem. I have problem in filestreaming. I have a windows form where it have a textbox where it search for the name of the person within the text file and display all ...
0
votes
2answers
72 views

Why does code stop executing at a certain line?

I have the following code: int main(array<System::String ^> ^args) { // Enabling Windows XP visual effects before any controls are created Application::EnableVisualStyles(); ...
0
votes
1answer
124 views

Adding int and string into mySQL from Windows Form

Okay so i am trying to connect to my university db server and allow users of my program to submit a highscore which will then be stored in the db. The problem i am having is that the data IS NOT being ...
0
votes
1answer
64 views

How to access a textbox from a .cpp file?

How can I access a Text Box that is in Form1.h (on the Windows Form) from a .cpp file? I would like that when a user presses a button on a form, some text is added to a textbox on the same form. When ...
0
votes
3answers
69 views

Setting ID Number for each instance of a program running

Basically, what I need to do is set a number for each instance of my program running, so I can tell which program is doing what. I am simulating a Petrol Pump App and I need to have it so each time ...
0
votes
1answer
130 views

Controlling Multiple Views in Windows Forms Application

I am very new to Windows programming but have a lot of experience in Mac OSX and iOS programming. I am creating my first Windows application and have run into an issue. I have a Windows Form ...
1
vote
1answer
54 views

Creating UI Themes for Windows Themes

Is there any way to create UI components like Telerik,DevExpress for Windows Forms. Are there any specific namespaces for this in the .NET framework . If there any please add them in here.
-2
votes
1answer
96 views

how to make start up program which starts when os starts

Say i ve a C# program which does something, I want this program keep running by itself or start executing automatically when the computer starts. And how can i make this program not detectable i.e., ...
0
votes
1answer
39 views

Extract and compare eventargs data

I have a problem comparing data I get from an eventargument, to be more specific, I have 2 classes that uses an interface, lets call it 'IInt'. I also have a list that is filled with objects of these ...
1
vote
0answers
86 views

Winforms buttons stuck on Enabled = false WS_Disabled?

In our 'big' Winforms .Net application a couple of buttons are stuck in a strange state. After setting the container panel to Enabled = False and setting the button to Enabled = True and then setting ...
0
votes
2answers
49 views

How to let Windows know that a file is “being used” by my application?

I'm making a simple VB.net application, which basically asks the user for multiple files and later it will need to access the selected files and modify them. Right now, I'm saving the full paths of ...

1 2 3 4 5 16