a visualized UI creating tool (commonly windows forms creators)

learn more… | top users | synonyms

0
votes
2answers
49 views

Persisting a control property to the Designer.cs file

I have a custom control which contains a property of type PointF. When this control is added to a form and is saved, the designer.cs file doesn't say something like: ... ...
-1
votes
0answers
38 views

FlowLayoutPanel Content wrapping fails

i have got a problem with a Design in my C#-Project: I am using a normal Panel as Parent Container. Inside the parent Panel i have got a FlowLayoutPanel which is dynamically filled with labels which ...
0
votes
0answers
8 views

Sharepoint Designer Workflow- List Users In Group

I know you can find out if the current user is in a Sharepoint group but I need to know how do I get all of the users from a specific SharePoint group? Thanks in advance
0
votes
0answers
17 views

where is gwt class designer size stored?

This is a bit hard to describe and I do not know what the "thing" I am asking about is called, however... If you create a new java class and you extend from composite, then click on the design tab ...
0
votes
0answers
23 views

In Azure - Dashboard Designer connectivity to an SSAS data source

In MS Azure, when I started preparing PerformancePoint Services on SharePoint 2013, the first step listed was Install ADOMD.NET from the SQL Server 2012 Feature Pack I could not install ADOMD.NET in ...
0
votes
0answers
23 views

Page construction surface with javascript

I have been using several CMS systems that allow admin to design a web page in an interactive manner by placing columns and blocks onto a page surface. I want to implement the same design feature on ...
0
votes
0answers
13 views

DesignAtribute(string designerTypeName) Where does it search

I am trying to implement a Designer for a UserControl I am creating for my application. I want the app to use the client framework so I am splitting the designer in to its own dll. Need to use the ...
1
vote
0answers
15 views

Sharepoint site and designer keeps asking for credentials [migrated]

I'm not a sharepoint admin so I'm very new to this. My sharepoint site keeps asking for username/password. The site is obviously listed as local intranet. I am also not able to open the site in sp ...
0
votes
0answers
11 views

Sharepoint Designer Set Task Field drop-down is showing empty [migrated]

Using SPD 2010 I created an Approval process. I have added few custom field to my task list and now under "Before Task is assigned", the action "Set Task field" is not showing anything on the ...
2
votes
2answers
28 views

Strange VS2010 behavior with datagrid and designer

I am working on a winforms app with a DataGridView control on it, and I am experiencing some frustrating things. First off, I want to turn off AutoColumnGeneration, but it's not listed in the ...
1
vote
0answers
71 views
+50

Visual Studio 2012 XAML designer doesn't seem to update

I seem to have a sudden issue with my XAML Designer view in VS2012, and a similar behavior in Blend as well. the view has stopped updating and I'm unable to see any changes immediately if I change any ...
-1
votes
0answers
24 views

Implement Screen Designer in Silverlight

Does anyone know if its possible to implement the screen designer use in Visual Studio in an actually application? I don't want to have to write my own if i don't have too and was wondering if I you ...
0
votes
0answers
52 views

Collection was modified; enumeration operation may not execute in VS WinForms Designer

since converting our company inhouse winforms application from a VS2008 to VS2012 project I have problems using the winforms designer. Sometimes the designer falls into an error state giving the ...
0
votes
0answers
55 views

Sharepoint designer - Collect data from user error

I' am new in sharepoint workflow development. I created my workflow in sharepoint designer 2010. My problem is the following: My workflow has a few steps, in every step I use the collect data from ...
0
votes
1answer
24 views

System.ComponentModel.DesignerCategory(“Code”) Still Opening Designer

I'm trying to use the System.ComponentModel.DesignerCategory Attribtue to prevent an extended Tab Page componenet from automatically opening up in the designer. The suggestions on other ...
0
votes
1answer
13 views

WP7.1 Manifest Designer

I have VS 2010 + WP7.1 SDK installed but I can not locate Manifest Designer. I clearly remeber using it some month ago, but now it is entirely gone. I can view only manifest file in xml editor but I ...
0
votes
1answer
28 views

Create class from form object

Using Visual Foxpro 9, I have a complicated grid (currently on a .scx-based form) which I would like to convert into a class (.vcx, not .prg) so I can re-use the grid on other forms. I really don't ...
0
votes
1answer
27 views

phpMyAdmin designer for showing specific tables only - is this possible?

I want to see the relations to the table mdl_user in moodle's database but when I open the designer in phpMyAdmin it shows all the tables and makes it almost impossible to find it in all 200+ tables. ...
0
votes
0answers
14 views

How to define custom UITypeEditor for closed-source controls at DESIGN-TIME

I've read this question, and the only modification i need is to achieve the same, but not at run-time, but at Design-Time. VS WinformsDesigner rewrites my designer.cs file, but for example when i ...
0
votes
2answers
25 views

Delete control on form designer

I was wodnering what is the best way to delete an unused control (more specifically, a timer) on Visual Studio 2010. I usually go to the control in the designer and delete it from there, but the code ...
0
votes
0answers
67 views

C# WinForm: Table Layout - cannot add aditional elements

I've got some strange problem with WinForms. My Form is built like this: http://www.imagebanana.com/view/rju2ufus/View.JPG I need to add some other elements in the right corner (several progress ...
1
vote
1answer
40 views

button adds a row and inputs cell values from text fields

i asked a similar question before however the solution no longer works for my application, i need a button click to create a new row (FailureInstance) in a table (failuretable) and i need it to ...
0
votes
1answer
112 views

Domino designer/notes xpages @DbColumn

I would like to ask for a help with some beginner issue. I have server named 'xx/yy' and i would like to view in combobox list of users from names.nsf . I created custom controller in designer and ...
0
votes
1answer
76 views

Generating code when using Netbeans Swing GUI builder

Is there a way to get rid of the designer after creating a Swing GUI using the Netbeans GUI builder, without having to copy the source code into a new class?
0
votes
0answers
46 views

Database Explorer in Visual Studio 2012 Express EDitio [closed]

"Create New Sql Server Database" option is disabled in my Database Explorer in Visual Studio 2012 Express Edition. Also all the Panes related to SQL like(Query Designer,Table designer) are all ...
0
votes
0answers
26 views

IBM Maximo Application Designer CSS

I have been trying to change the field color for text boxes within certain views. Using cssclass = "bggreen txtwhite" . I haven't been successful with changing the css when inputmode = "readonly". I ...
1
vote
0answers
72 views

In visual studio 2010, when I open a form in design view - some numbers showing up next to each control

I keep seeing these odd looking numbers on just one of the forms in my application. Any idea why this appears - this doesn't cause any trouble in running the application, but I need to make some ...
0
votes
0answers
32 views

Entity Framework Designer, entity not mapped to table for inheritance

Please, this is for Model First, DataBase First. How can i create a class that is going to be inherited from some classes inside my designer surface model? The idea is that this is class is not ...
2
votes
4answers
102 views

Manual editing of *.designer.cs file

I'm aware, that the .designer.cs file contains data generated by the visual form designer in Visual Studio. However, I have some additional methods though, which I want to put into the .designer.cs ...
0
votes
0answers
78 views

Sharepoint designer multi approval workflow

If the task is assigned to an approver take the action approve or reject I want to do branch on basis of his action, issue is how can I get the current task response action like if how I know he ...
0
votes
1answer
42 views

Visual Studio designer changes my win Form

I'm working at huge project, which was converted from VS 2008 to VS 2012. Everything worked fine before, but now I have a problem in VS 2012. Opening a form in VS Designer causes changes are made in ...
0
votes
0answers
22 views

VS2008 BIDS Query Designer mess up the Where Clause when parentheses are used

Would greatly appreciate any insights why the Query Designer is messing up my Where Clause: I have written the where clause to look like that : Select ... From .... Where (warehissues.partitionkey = ...
0
votes
0answers
13 views

How do you navigate to specific form controls in the designer to the code, like go to declaration in R#?

I am working on a large windows forms project in VS 2012 which contains a large number of custom controls. I didn't write the original application and navigating the design and code is becoming a real ...
1
vote
0answers
13 views

custom content type with designer workflow

I am developing a designer workflow with 3 approvals here is my flow. Requester will submit his request through Asp.net form. Request will go first for 1 Approvar for approval. if he approved then go ...
0
votes
0answers
62 views

c# WinForms UserControl and resources

Here is the situation. I have an usercontrol, where is public property of type System.Text.Encoding. I wrote TypeConverter class so property now looks like ...
1
vote
2answers
45 views

Controls in designer are not shown on form

I have a panel contains many controls, the designer file has its code and I can not find them on the form and I can not see them on document outline window although when trying to add a new panel with ...
0
votes
0answers
46 views

Free/Open Source GUI designer with xml output that could be customized (screensize, widgets)?

we are developing GUI using eGUI under MQX RTOS (ARM Cortex M4). Instead of hardcoding widgets, callbacks etc on each screen we would like to use a tool to desing GUI screens graphically, then ...
0
votes
1answer
31 views

Error with the icon of my app in XP

I've done two apps in Win7 x64 with VS2012, but when I try to run it in XP I was getting an unknown error when trying to open the apps. Finally I found the problem and is in this line generated by ...
1
vote
1answer
34 views

Designer and inherited ContextMenuStrip

I have a problem, what designer doesn't add inherited ContextMenuStrip to the components. Here is how to reproduce the problem: Create new project (windows forms application). Add to the form ...
0
votes
1answer
56 views

How to interact with a component inside a User Control in the Designer

I would allow the push of a button located in a User Control from the designer to change the current TabItem of a TabControl. How can I do ? Thanks.
0
votes
4answers
53 views

Events automatically detaching

When I attach a event on a control in my Windows Form I've got the problem that, after a few time, it detaches from it automatically. Let me explain, For example if I've got this line of code: ...
0
votes
1answer
30 views

Oracle Designer 9i - Export layout information of ERD

We have a repository of hundreds of Entity Relationship Diagrams with a specific layout and we have to migrate them to Oracle Data Modeler including layout information. Actually we have to redraw ...
0
votes
2answers
160 views

SharePoint Daily Checklist [closed]

I have the requirement to build a daily checklist for the key operating procedures at my firm. Basically, I need to be able to present an easy-to-update - ie one click per task (there are around 20 ...
0
votes
1answer
116 views

Different behavior of Windows Store and WPF app designers for the same view model

I am using MVVP pattern to share most of the code between Windows Store (aka Metro) and WPF applications. One of the controls has its visibility controlled by state of a view model member: ...
0
votes
1answer
39 views

Prevent setting of properties in designer when control is dropped

I have created a custom control in WPF inheriting from a button. Unfortunately I also seem to have inherited the setting of button size etc. when dropping it onto my window in designer mode. For ...
0
votes
0answers
75 views

“Does not exist in the namespace” errors in XAML when project compiles fine

I keep getting XAML errors and "Invalid Markup" in design view when working with projects which compile and run just fine without any compiler or runtime errors. Specifically the project I am trying ...
0
votes
1answer
75 views

c# extended control in designer

I extended a control like so public partial class NewControl : OriginalControl { public NewControl() { } } and changed these lines in the MyForm.Designer.cs from private ...
0
votes
1answer
38 views

Change Panel Type in Design Mode

I have designed a Form class using a TableLayoutPanel. It is looking how I want it too, but I realized while running the application that it flickers when re-sizing and swapping out panels. So I ...
4
votes
1answer
105 views

C# Designed doesn't recognize custom event in custom user control

I'm having trouble with VS2012 designer. I have a user control that I designed and in it is a text box (among other things) where the user is meant to enter an IPv4, IPv6, or DNS. I needed to ...
0
votes
1answer
76 views

Recover corrupted Dataset from Designer generated code

Anybody have ideas as to how to recover Visual Studio (2010) DataSet XSD files from the Designer generated code files. I have several Dataset's some of which have been corrupted, the corruption have ...

1 2 3 4 5 14