control

ASP.NET AJAX Calender Extender not unloading

How to unload ASP.net AJAX calendar extender after user selects the date into textbox? (Doesnt do it automatically - Im using AjaxControlToolkit.Binary.NET4 ) ...

Use git-svn to also control directory versioning.

I want to use git-svn to sync my local computer with my company's remote svn repository. I used to do that, but had to stop because git did not put directories under revision control. The problem is that when I added a new directory git worked just fine, but when I removed a dir the directory would still exist in the svn repository, cau...

how to control LabView VI front panel switches (on/off, bar adjuster) using Python cripts ?

I have a front LabView front panel controlling switches and sensor voltage adjustors to the hardware and need to control these with Python script. I do not have much knowledge of LabView. Please explain how this could be done. Thanks in advance for your help ! ...

Login control on the same page as an update panel does not work?

Hi, I'm stuck with a quite obscure problem. I have master page that contains a login control. One of the content pages, in this case the Home-page, contains an Ajax UpdatePanel. After I added the updatepanel the login control stopped working. When I click the Login-button the page is reloaded but I am not authenticated. In fact the OnAu...

How to Detect Conflict/Overwritten Files in Hudson or Cruise Control

Hi, Lets say two front end developers are working on the same file just for changing a css propery without knowing each other.They both work in their own branch in the source control. First developer's css changed file deployed to the test system, and it is still in test phase. Before the first developer's change is approved and deplo...

Polygon shape usercontrol

Hi Is there any way to set style for my UserControl to look like polygon, for example triangle or sth more sophisticated? I was reading that in WPF there is almost no limits when it comes to modifing graphical interface ...

How to set tooltip for user control (from style file)

Hi I created my control which looks like that <UserControl BorderBrush="#A9C2DE" HorizontalAlignment="Left" x:Class="WPFDiagramDesignerControl.Components.UcWBSBlock" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Height="86" Width="151" > <UserControl.Resourc...

In C#.net how to handle browser objects innerHTML like xml to use DOM or etc.?

Hello, I have a webbrowser control. I navigate it to some address. When it loaded i want to pick only urls from inside this codes. Is it possible to handle the html like xml? If it is possible i can use othe DOM properties too. Any xml like ingredient container object to pass the html into it? Thank you. ...

What control for date picking is good for MVC2?

What control can I use to select dates for ASP.Net MVC2? ...

List Control Adds a Space for an Image to Column 0 When Subsequent Columns Have Images

Hi, I’ve come across a problem with Windows list controls (I am specifically using MFC, but it looks like it applies to all list controls in the Windows common controls library). In my specific case, I want to create a list control that has two or more columns. The first column (0) is text-only and is used to allow the user to jump to ...

How to implement cruiseControl in flex project Building

I need to deploy my project automatically using cruise Control .Please give a example ...

WPF: image click

Hi, in WPF I draw an image with an Image Control: <Image x:Name="Image1" Width="150" Height="180" VerticalAlignment="Bottom" HorizontalAlignment="Center" Stretch="None"/> Sometimes, the image is smaller than the control. So, what would be the best solution to show an Hand cursor (and get Click-Events) only if the mouse is on the imag...

Query a winforms control with CheckedListBoxItemCollection.AsQueryable().Provider.CreateQuery(...

Hello, I need to query a winforms control(CheckedListBoxControl) having a CheckedListBoxItemCollection which I want to query for a certain Id that is within the property "Value" of the CheckedListBoxItem. CheckedListBoxItemCollection items = myCheckedListBoxControl.Items; foreach(Department dep in departmentList) { bool isDepExisti...

UseMnemonic property of a GroupBox in C#.Net 2010

I use a GroupBox and its text property is supposed to be "Word1 & Word2". But it seems the UseMnemonic feature takes effective that the result looks like "Word _Word2". So how can I disable UseMnemonic feature of a GroupBox? Or any workaround. (I know there is property UseMnemonic for a Button control, but I cannot find the correspond...

Reading remote control signals from java application

hey there can i write a java application that using RxTxComm to get signals from a remote control send to my serial receiver ? i have a rs-232 receiver i am listening on that com port for incoming bytes . while i am pressing buttons on the remote control i don't see any data arrived to my serial port what am i missing here ? sho...

How Windows Static Control Prevent Input Focus

We know that Static Control in Windows does not receive input focus. But since Static Control in Windows is just a child window, according to what I understand so far, any window should be given input focus when we click on it. So how does Static control achieve this effect of rejecting input focus? I suspect it has special processing ...

Can you set a DDB on Static Picture Control

I have the picture control created with SS_BITMAP style and bitmap created on a memory DC. so can or how can you set the HBITMAP of a DDB for the control? It doesn't work with using: Edit: HDC hDC = GetDC(hPB); //hPB, Handle to static control. HDC hMemDC = ::CreateCompatibleDC(hDC); HBITMAP hDDB = ::CreateCompatibleBitmap(h...

User Control's Contents Not Created Or Even Parsed

I have an ASP.NET 4.0 application with some simple user controls. The user controls work fine on the design surface (VS.NET 2010), but when they're loaded during application execution, nothing shows up. Futhermore, the various child controls of the user controls are null when referenced inside the code behind for the user control. The ...

C# RichTextBox selection problem

I have a RichTextBox control on an application and here's my problem: when the application runs, if I start selecting with the mouse some of the characters inside a word and continue selecting outside it, the selection automatically includes the whole word in which I begun selection and any other words from which I want to select just a ...

How do I control flow of PHP multi-page form?

Hi There, I am a bit of a PHP newb I have developed a multi-page form which works fine at the moment - each stage is on another page (I use the session to retain the data). However I know that users don't always use these forms the way you want! I want to control the flow of the form. I would like the user to be able to use the browse...