Telerik Forums
UI for WinForms Forum
1 answer
81 views

Been all over the Intertubes and none of the codeproject BandObjects seem to work.  And IE uses COM for the toolbar integration (so last millenium).

I'm looking for a tool that would enable me to build a custom IE toolbar.  My company is willing to buy (having wasted enormous man-hours on open source).

So, is there a Telerik tool I can use to build and install a custom IE toolbar?

I need VS2010 C# compatible advice/tools.  And we use IE8.

Thanks, Jay
Jack
Telerik team
 answered on 16 Aug 2012
1 answer
88 views
There are many Action events according to the appointment-states (Deleted, Moved, Resized,...), but I can't find any event according to a create or add state.

What's the according event?

Best regards
Friedhelm
Stefan
Telerik team
 answered on 16 Aug 2012
3 answers
403 views
Hi,

how to bind data using load on demand from data set to RadGridview in winforms on click of a button

Regards,
Sudarshan Gali
Stefan
Telerik team
 answered on 16 Aug 2012
3 answers
138 views
i'm having problem whit RadRibbon and Aeroglass.
please look the images.

whit ribbonform and winforms

using this code: (Visual Studio 2010 - c#)

public partial class RadRibbonForm1 : Telerik.WinControls.UI.RadRibbonForm
    {
        private VistaApi.Margins marg;
 
 
        public RadRibbonForm1()
        {
            InitializeComponent();
 
            marg = new VistaApi.Margins();
            marg.Top = 0;
            marg.Left = 0; 
            marg.Right = panel1.Width;
            marg.Bottom = panel1.Height;
            VistaApi.DwmExtendFrameIntoClientArea(this.Handle, ref marg);
 
        }
 
        private void RadRibbonForm1_Load(object sender, EventArgs e)
        {
            Color c = Color.FromArgb(255, 221, 220, 220);
            this.TransparencyKey = c;
            panLateral.BackColor = c;
        }
 
 
}


thank
Jack
Telerik team
 answered on 15 Aug 2012
1 answer
171 views
I'm wondering why when I set the text property of a RadLabel to the following the underline is one character too long (as if there was a space between Suite and </a>),

<html><a href="http://www.telerik.com">Awesome WinForms Control Suite</a></html>

but if I omit the close tags

<html><a href="http://www.telerik.com">Awesome WinForms Control Suite

the underline is exactly the right length?  Am I not meant to use close tags in this context?
Peter
Telerik team
 answered on 15 Aug 2012
3 answers
818 views

With the default Microsoft combo box, you are able to use eithr Alt+Up or Alt+Down to toggle the drop down of the combo box.  I have tried to implement this functionality for the DropDownList control a couple of ways, but I am running into an issue.

First:

Private Sub RadDropDownList1_KeyDown(sender As Object, e As System.Windows.Forms.KeyEventArgs) Handles RadDropDownList1.KeyDown
    If e.Alt And e.KeyCode = Keys.Down Then
        ' When the user presses both the 'ALT' key and 'arrow' key,
        'Drop down list
        e.Handled = True
        RadDropDownList1.ShowDropDown()
    End If
End Sub

I also tried:

RadDropDownList1.DropDownListElement.ArrowButton.Shortcuts.Add(New RadShortcut(Keys.Alt, Keys.Down))

I can get the drop down to toggle but in both cases the control still selects the next item in the list. Is there any way to get the control to toggle drop down state without selecting a new item from the list?

Thanks

Peter
Telerik team
 answered on 15 Aug 2012
1 answer
769 views
Hi to one and all,

I've kept a waiting bar in the status strip then on upload click i've written radWatingBar.StartWaiting() when i click upload button and i upload a 10,000,000 records of zip to a grid and it takes 15minutes and after that i've written radWaitingBar.StopWaiting(). i successfully uploaded the zip file to grid but the waiting bar is not moved an inch further...... so what can i do now please help me out, all files in the zip are images of type .jpg
Boryana
Telerik team
 answered on 15 Aug 2012
3 answers
78 views
Hello,

I have downloaded the winforms demo programs (for vs2010) and am evaluating these on my primary development PC. The actual project for which I need your tools will be developed on a PC that has no network connections as it has high security needs. Upon purchase will it be a problem to install your components(do not need the demos) on such a machine?

Thanks,
bartj

Stefan
Telerik team
 answered on 15 Aug 2012
3 answers
316 views
hi,

There is RadCombobox. Database has three columns empname, empid and image. Now when I set datasource property of combo that particular table, it should show me that image and that empname.

Is there any way that I just assign datasource and it will display image and text.


Stefan
Telerik team
 answered on 15 Aug 2012
1 answer
97 views
Hello, Is there a way to set the height of a RadPageViewPage element in the Backstageview?
Stefan
Telerik team
 answered on 15 Aug 2012
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)
Chart (obsolete as of Q1 2013)
Form
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
Diagram, DiagramRibbonBar, DiagramToolBox
GanttView
Panorama
New Product Suggestions
Toolstrip (obsolete as of Q3 2010)
VirtualGrid
AutoCompleteBox
Label
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
Documentation
SplitContainer
Map
DesktopAlert
ProgressBar
CheckedDropDownList
TrackBar
MessageBox
Rotator
SpinEditor
StatusStrip
CheckedListBox
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
DataEntry
ScrollablePanel
ScrollBar
WaitingBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
PopupEditor
RibbonForm
Styling
TaskBoard
Barcode
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
NavigationView
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
Licensing
BarcodeView
BreadCrumb
Security
LocalizationProvider
Dictionary
Overlay
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
SplashScreen
ToolbarForm
NotifyIcon
DateOnlyPicker
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?