Tagged Questions
0
votes
1answer
18 views
SendKeys getting into infinite loop
I am trying to write an WinForms application which simulate keyboard button clicks.I tried SendKeys.Send()/SendWait(), but, it leads to infinite loop.I tried to sleep the thread for 5 sec., but, it ...
1
vote
1answer
67 views
Accessing WPF controls from a hosting WinForm application
I have a WinForm application in which I am trying to replace my toolbar with a WPF toolbar.
My solution now contains two projects:
A WPF user control project that defines the WPF toolbar
A Windows ...
0
votes
0answers
38 views
How to set the height of a hosting Windows Form according to the actual height of a WPF user control?
In my WinForm application I have the following class:
public class ItemProperty
{
public string Name { get; set; }
public string Value { get; set; }
}
I've added a WPF user control that is ...
-1
votes
1answer
145 views
How to apply Windows Forms Control to WPF Custom Control Library?
I'm trying to encapsulate Windows Forms Control (from previous version of project) to WPF Custom Control Library. Because I want to use it in future Wpf applications (like drag&drop from toolbox ...
0
votes
2answers
206 views
ScaleTransform on Canvas resize shrinks Canvas at higher rate than children
I have a WPF control docked into a WPF host control in a WinForms app. The WPF control is set to stretch both horizontally and vertically, and the host control is docked in an anchored group box.
My ...
1
vote
1answer
150 views
WPF User Control in WinFORMS: Project Structuring
SCENARIO
I decided to work on WPF technology for my new application. This application has to be called on Menu click from a WinForms window. So I created a WPF UserControl Library and integrate it to ...
0
votes
1answer
46 views
Cybele TN Bridge Host Integration in WPF
Has anybody out there worked with Cybele Software TN Bridge Host Integration Pack in WPF(.Net)?
The package consists of three dlls.
Cybele.TNBridge.dll
Cybele.TNBridge.Vcl.dll
Mono.Security.dll
...
0
votes
0answers
79 views
Develop an event when moving GANTT chart [closed]
I would like to develop an ms project add-in with VS 2010. It can show a messagebox when I move a component of a GANTT chart (From 12.00 To 17.00).
I think I need to intercept an event on moving the ...
0
votes
0answers
84 views
controls under windowsformshost does not show in overflow panel
I have a windowformhost component in wpf application within a toolbar like this
<ToolBar Grid.Row="1" x:Name="FilterToolBar" Visibility="Visible" VerticalAlignment="Stretch" ...
0
votes
1answer
497 views
How to customize file dialog in wpf
In Windows7 I am using a customized Open File Dialog( WPF application). My Open File dialog is derived from Microsoft.Win32.CommonDialog.
The dialog have old look, how to change this to new look ...
0
votes
2answers
83 views
equivalent frame in windows application and navigate from page to another page?
what is equivalent "frame" in C# application?
I must navigate from page to another page in windows application. I create master page and use some panel in page. I want to navigate from every panel to ...
2
votes
2answers
128 views
Add UserControl to a variable location in C#
So I am trying to add a UserControl to a windows form, however I want to add it in a variable location when a button is clicked.
So I have a groupbox in one location and I want the first one to go to ...
0
votes
0answers
58 views
Drag a WPF control to a WinForm
I would like to create an application in which the user will drag controls from a Controls Toolbox to a WinForm screen (which is a screen of an existing app).
I find it problematic to drag a WPF to a ...
0
votes
0answers
75 views
Combine different style tags in one userControl resource
I'm building a userControl from 2 xaml files, one of them inherits from window class and the other from userControl class, the reason I'm doing this is to embed the WPF in a winForm. I'm merging the ...
0
votes
1answer
428 views
C# control / code to display local HTML file with image tags and CSS
I am developing an application and part of the design is there is a local folder with HTML files and a folder for images that the HTML files use.
The HTML files can have in-line CSS declaration ...
0
votes
2answers
429 views
Choosing Layout Control for WPF Item
I am trying to learn WPF.. Although, Im having trouble with the layouts and which one to choose. I dont want to use canvas because the whole point is the get the hang of WPF..
I have decided to ...
0
votes
1answer
174 views
Using WPF custom controls in Windows forms?
I made a custom button, and custom combobox in Expression Blend 4 using the blank WPF application template. I tried opening that project in Visual Studio 2010 but the design view wouldnt work with it. ...
-1
votes
2answers
81 views
Simulating Data Readings from the Some Electronics Device ? Which Langauge to choose?
In Our QC Department , we are using some kind of QC equipment which take transformers Parameter reading . and we have to take 12 different parameters values each time for ever 200 - 300 different ...
-2
votes
1answer
359 views
Infragistics WPF and WinForms controls [closed]
I need an Infragistics Controls expert to answer this question.
We are thinking of upgrading from Infragistics WinForms controls from 2010-Jan version to 2011-Jan version. Is it worth it? Have there ...
1
vote
1answer
284 views
Pin Pad. A custom control like this one
I recently tried out a Free-To-Play MMORPG game called AIKA
While trying the game out, I found a very nice PIN Pad that allows for you to protect your characters. I have a screen shot attached:
It ...
1
vote
1answer
172 views
WPF Control hosted in Windows Forms SplitContainer
I have WPF control placed on Windows Forms SplitContainer with ElementHost. When I dragged the splitter, I got unpleasant artifacts on place of my WPF control. How can I manage with that trouble.
1
vote
0answers
425 views
How to transform coordinates from WPF Image control to its Source and back?
How to accomplish this simple functionality (simple in Winforms) in WPF?
Image is displayed with Stretch = "Uniform". After clicking on the image the coordinates (with respect to the source image) are ...
3
votes
1answer
120 views
Mute sounds in a website programmatically
I have a desktop application, which embeds a web browser control. I do a search and iterate over the search list and display it in the embedded browser.
My problem is, some of the sites automatically ...
1
vote
2answers
149 views
Use WinForms custom textBox in WPF?
I have a WPF application that is in need of syntax highlighting. THIS is exactly what I'm looking for... however its for WinForms. Can I, and if so, how do I add it to my WPF program?
0
votes
2answers
2k views
Keyboard Focus navigation problem with ElementHost hosted WPF view with WindowsFormsHost hosted controls
I have a keyboard focus problem with Windows Forms application that hosts WPF UserControls. When I press tab, the navigation works well if there are only WPF controls in the UserControl. If I add a ...
0
votes
1answer
259 views
3rd Party Media Controls For WPF?
Dear Guys
Could you help me to find out a good 3rd Party control for wpf i don't want to use media elements due to media player installation and many windows in Europe specially didn't install windows ...
0
votes
2answers
484 views
Can I capture events from a WPF combobox in a winform?
I had implemented a wpf combobox into a winform and now have to somehow make it call a function or an event in my winform when the box is changed, as well as be able to change the value from the ...
2
votes
2answers
1k views
Can I use a WPF control in WinForms to achieve transparency effects?
Is it possible to use WPF in WinForms, to implement the idea used in this question. I am trying to create a semi-transparent panel.
0
votes
1answer
93 views
Constraining windows wpf
I have a window that needs to be constrained within another window. In order to do this,
I hook into the SizeChanged event on the top level window....and in that event I need to adjust the second ...
8
votes
1answer
725 views
Window Focus problem with .NET 4.0 and WindowsFormstHost
I'm getting some strange behavior that I'm having trouble with:
Add a simple Forms control with
text box to a WindowsFormsHost;
Add a button that opens another
WPF Window (not setting owner);
...
0
votes
1answer
204 views
BitmapSource::Create compile error C2665 - Array parameter invalid?
First post here:
-Deep Breath-
In order to 'windowise' an app that works pretty well fullscreen in OpenGL (which essentially takes data from a webcam, mucks about a bit before displaying it) I've ...
0
votes
1answer
189 views
Problem with casting activeX object onto my object
I'm trying to use Windows From as ActiveX control inside SAP B1. Inside that control I host WPF control. It works great except when I try to cast activeX object onto my class so I can use all the ...
0
votes
1answer
229 views
is there any opensource or free license Control project
is there any opensource or free license Control project that has fantasy looking and feel just like DevExpress?
could you give some links.. if it isn't opensource, free licensed DLL is ok.
thanks
1
vote
2answers
580 views
Visual Studio On/Off Control in Windows Forms
How can I add the the sleek On/Off control to a Windows Forms application?
Or do I need to use WPF?
Example
Ignore the red highlighted area, look at the on/off controls (screenshot lifted from ...
2
votes
2answers
713 views
Issue with mouse move event
I have a WPF control1 (has a moving control) that is hosted through elementhost on a windows form. My aim is to capture the mouse move events for the elementhost.
I found out from the following link ...
1
vote
1answer
302 views
Winform custom control in WPF
I'm inserting a custom winform control in a WPF/ XAML window, however i'm realising that the sizing seems to be very different, what i designed in winform to be 730pixels wide for instance, when ...
0
votes
1answer
794 views
WPF User Control is causing Out of Memory Exception
Looking for a free spell checking solution, I thought I was so smart in doing this but I guess not.
I have created a windows form based application and I want the form to add a user specified amount ...
1
vote
1answer
1k views
Fast WPF Image Control
I'm looking for an Image control for WPF which can rapidly change images. The built in WPF one is quite slow for the image sizes im using (scaled). I only need about ~3 FPS. I have considered dropping ...
0
votes
1answer
533 views
Creating graphics control in WPF and integrate to other winform application
We have a existing applicaiton in winform .net. It has a form which displays a kind of flow chart diagram. Now we want to create a control which has enhanced graphics to display this flow chart. With ...
1
vote
2answers
2k views
Black background before loading a wpf controll when using ElementHost
I'm using WPF in WinForms with ElementHost. When the form loads, there is a flash of black background where the ElementHost is about to load. This looks kind of bad. Any suggestions on how to get rid ...
1
vote
1answer
1k views
Problem with text input in textbox control
I'm working in a WPF project, which basically is a class library project that implements the MVVM pattern. For clarity purposes I'm gonna say that I just have a single window with a single textbox ...
4
votes
3answers
2k views
Is there any Visual Studio like code editor control?
I want to write an IDE in C# for my custom scripting language. Is there any code editor control with the IntelliSense popup, colors, etc for WPF/WinForms? Thanks.
10
votes
2answers
3k views
Free Syntax Highlighting .NET Editor
I need incorporate a syntax highlighting editor control into my application. It is required that the control be free and native .NET code only so the Scintilla.NET control is not feasible. The reason ...



