Tagged Questions

0
votes
2answers
26 views

C# List View Ordering

I'm coding in VS2008 using C#. On my form, I have a ListView control. Now, it's purpose is for the user to add items to it. However, each new item is added AFTER the last item in …
0
votes
1answer
19 views

How to enable Drag & Drop for all the children controls

Hello, My situation is as follows, I have win-forms applications with DockPanel Suite and lots of controls, which cover the entire screen, I want to enable D&D of files from …
2
votes
1answer
64 views

Banishing the Command Prompt Window (WinForms)

Hi All, I have a problem over here. You see, I wanted to create my own sample application in C# but without Visual Studio creating the files automatically for me. So I figured tha …
1
vote
3answers
46 views

How to develop accumulator codes?

Hi everyone! This is for vb.net I've been working to develop a system which involves computation. I would just like to ask for any ideas or source code or a link perhaps that c …
0
votes
3answers
17 views

Maximize Components Too

I have a Windows Forms application that on it I have a RichTextBox, like this: At this size it's all ok, but if the user maximaze or resize the window, the RichTextBox stays at t …
1
vote
3answers
26 views

Terms Conditions Disclaimer for Application?

Hi All, I was told that I need to have terms and conditions or disclaimer for my program that the user needs to accept before they can install it, is this true? And are there any …
0
votes
1answer
14 views

Where To Put C# Compiled Library DLLs

I've compiled the RibbonLib, then I got two DLLs(Microsoft.WindowsAPICodePack.dll and Ribbon.dll), but where I need to put this DLLs to use they in my Visual Studio 2008? I'm usin …
0
votes
4answers
43 views

.net c sharp windows Form Application : opening multiple instance of same form

I want to open Multiple Instance of a single from , and running simultaneously , independent of each other. is it possible in .net windows Form application , if yes how can I achie …
3
votes
12answers
161 views

C# Windows Application Developer - 3rd Party Tools

Scenario I have recently graduated from university with a degree in Computer Science. My degree mainly focused on C#. I want to learn more and get better at what I do. I notice a …
0
votes
1answer
13 views

Caching Control instances

Hi all, My application has a navigation framework where each data entry screen is implemented as a usercontrol. Some of these UserControls are very large, and on slow systems ca …
0
votes
5answers
25 views

Tab control to handle child windows in an MDI form (VB.NET)

My application uses an MDI form, and there are instances where the end user will need multiple child windows open at a time. I need an easy way for the user to switch between wind …
4
votes
8answers
82 views

Does closing the application stops all active BackgroundWorkers?

Simple question, to repeat the title: Does closing the WinForms application stops all active BackgroundWorkers? (I know that many StackOverflow's threads talk about BackgroundWor …
0
votes
3answers
23 views

Winform DataGridview incredibly slow compared to MS Access Grid

When I connect to an Oracle Database though ODBC with 100000 rows with MS ACCESS, I can see results instantly and go to the end of the records in 1 seconds. Doing the same thing w …
2
votes
2answers
24 views

Right-aligned labels in WinForms

The most obvious way to right-align a Label in WinForms doesn't work: setting anchor to Top/Bottom Right and TextAlign to TopRight. If the text changes the label's Left coordinate …
0
votes
1answer
12 views

how to merege cell in datagridview in winform using c#?

Dear All, I have to create scheduler for my projects.For different time sloat i have to show releated information so there is need to merege cells of datagirdview.Is there any thir …

1 2 3 4 5 317 next
15 30 50 per page