Telerik Forums
UI for WinForms Forum
2 answers
237 views
There is a small bug with the RadMessageBox. If the application theme is changed (after a RadMessageBox is shown), the button on the message box will retain the original theme. This can be demonstrated in the "Telerik Theme Viewer" demo application shipped with Q2 2014.
George
Telerik team
 answered on 03 Jul 2014
2 answers
230 views
Hello ,

I used PropertyGrid. Is it possible to add RadRadioButton In PropertyGrid


Thanks,
Nat.
natcha
Top achievements
Rank 1
 answered on 03 Jul 2014
1 answer
207 views
Hi,

I am using telerik Radtreeview. and i am performing drag and drop from radtreeview to RadScrollablePanel.
it is working fine but i the treenode which i drag and drop in panel goes to top-left location every time.
i want to place it where i leave the cursor.
means the location of treenode when i drop should be the where i leave my cursor.
(like google map pin).

Please reply.

Thanks
Anuj
Dimitar
Telerik team
 answered on 02 Jul 2014
5 answers
271 views
Dear All

Can some one tell me how i can enable Areo mode on a RadForm so that i get that glass effect in the title bar??

Stefan
Telerik team
 answered on 02 Jul 2014
3 answers
237 views
Hi,

I applied the Windows8 Theme in my form.
Is it possible to change the ForeColor and BackColor of the Form Title?
Thanks.
Saif
Top achievements
Rank 2
 answered on 02 Jul 2014
3 answers
126 views
When I populate a richTextBox with 10 pages. Everything is very slow when manipuling the text inside the control. Deleting 3 lines takes  30 secondes !! 

Here is below how I populate the control : 
            bool hiddenTextFound = false;
            FileToConvert = @"K:\Mes Documents\GED\Paces UE3Bis.pdf";
            List<string> pages = PDFAHelper.GetPdfDocumentPagesText(FileToConvert, out hiddenTextFound); // This function extracts text from a PDF Text
            foreach (string page in pages)
            {
                radRichTextBox1.Insert(page);
                radRichTextBox1.InsertPageBreak();
            }

What's wrong with my code? 
Thanks Jacques 
George
Telerik team
 answered on 01 Jul 2014
2 answers
131 views
Hi. I'm trying to get a sample application for pinch and zoom working. However, so far I have not had my handlers to be called even once.

Am I doing something wrong here?
        public Form1()
        {
            InitializeComponent();
 
            radPanel1.EnableGesture(GestureType.Pan);
            radPanel1.EnableGesture(GestureType.Zoom);
 
            radPanel1.PanGesture += new PanGestureEventHandler(ProcessPan);
            radPanel1.ZoomGesture += new ZoomGestureEventHandler(ProcessZoom);
        }
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 01 Jul 2014
1 answer
223 views
hi... i 'm developing mullti language windows application so i need change the UI language of all controllers at run time at user selection in whole  windows application.how to do it....?
Dimitar
Telerik team
 answered on 01 Jul 2014
1 answer
136 views
I want to show waiting message or working message until my method executed. I tried with RadWaitingBar. But its not started as I am expecting. Here is my code.
try
                {
                    WaitingBar(true);
                    Save();
                    WaitingBar(false);
                }
                catch (Exception)
                {
                    WaitingBar(false);
                    RadMessageBox.Show("Error Occured");
                    throw;
                }

private void WaitingBar(bool input)
        {
            if (input == true)
            {
                radWaitingBar1.Visible = true;
                radWaitingBar1.StartWaiting();
                radWaitingBar1.Invalidate();
                radWaitingBar1.Update();
                radWaitingBar1.Refresh();
                Application.DoEvents();
            }
            else
            {
                radWaitingBar1.Visible = false;
                radWaitingBar1.StopWaiting();
            }
        }

Can we lock Rad Windows form until my method finished and show some animation?
Thanks
George
Telerik team
 answered on 01 Jul 2014
1 answer
125 views
Hi!
I would like know if is possible disable the textbox of RadSpineditor? I need to enable only ArrowKey.

Tks.
Maia.
Dimitar
Telerik team
 answered on 01 Jul 2014
Narrow your results
Selected tags
Tags
GridView
General Discussions
Scheduler and Reminder
Treeview
Dock
RibbonBar
Themes and Visual Style Builder
ChartView
Calendar, DateTimePicker, TimePicker and Clock
DropDownList
Buttons, RadioButton, CheckBox, etc
ListView
ComboBox and ListBox (obsolete as of Q2 2010)
Form
Chart (obsolete as of Q1 2013)
PageView
MultiColumn ComboBox
TextBox
RichTextEditor
PropertyGrid
Menu
RichTextBox (obsolete as of Q3 2014 SP1)
Panelbar (obsolete as of Q2 2010)
PivotGrid and PivotFieldList
Tabstrip (obsolete as of Q2 2010)
MaskedEditBox
CommandBar
PdfViewer and PdfViewerNavigator
ListControl
Carousel
GanttView
Diagram, DiagramRibbonBar, DiagramToolBox
Panorama
New Product Suggestions
VirtualGrid
Toolstrip (obsolete as of Q3 2010)
AutoCompleteBox
Label
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
SplitContainer
Documentation
Map
DesktopAlert
CheckedDropDownList
ProgressBar
MessageBox
TrackBar
Rotator
SpinEditor
CheckedListBox
StatusStrip
CollapsiblePanel
LayoutControl
ShapedForm
SyntaxEditor
Wizard
TextBoxControl
Conversational UI, Chat
DateTimePicker
TabbedForm
CAB Enabling Kit
GroupBox
WaitingBar
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
RibbonForm
Styling
Barcode
PopupEditor
TaskBoard
NavigationView
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Overlay
Security
LocalizationProvider
Dictionary
SplashScreen
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
SpeechToTextButton
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?