I am using Flex 3.
I would like to create an array of checkboxes so that I could use this array as the data provider for a column chart.
Instead of having static labels in the x-axis - I would like to have checkboxes as part of the labes in the x-axis of a column chart. So, that the user can...
Hello,
I would like to be able to create an expand/collaspe section within my word document ?
Has anyone done this ? So if you click on a link you can expand the section and read the contents or collaspe the section.
I am not sure this can be done...but thought i would ask.
Thanks
With the FullScreen option you can navigate thru your visio pages..and you can use the hyperlink option to achieve an interaction effect.
Is there a way to also use layers to show and hide areas ?
such that when you are in FullScreen mode you can control the display of the layers ?
Hello,
In Visio 2000, you could create a Excel file using the following format and commands :
Shape 6.2 Media Relations
Shape 6.3 Business Proposals
Shape 10 Manager Profile
Link 1 2
Link 1 3
and import this into visio using the File -Open, which would allow you to import a...
on the ONClick event i want to be able to change the background color of one layer to be highlighted and reset the background colors of the other layers.
so only the layer that was most recently clicked has the highlighted color while all others are set back to the default color.
This works...
Hi,
I have a textbox that i don't want users to be able to use the Ctrl-V (Paste) feature to enter information.
So, how do i prevent users from pasting text into a text box ?
Thanks,
Ter
Hi,
I have a grid with the usual stuff, Name, Phone Number and Address.
I want to display the PhoneNumber in the 123-1234 format instead of how it is being stored in the db field which is 1231234.
For a column in the grid, you cannot select a masked text box and can only select a text box...
i must be missing something..
here is my code...
if (strCmd == "January")
{
lnkJan.BorderStyle = BorderStyle.FixedSingle;
monthCalendar1.SelectionStart = new DateTime(01, 01,2005);
monthCalendar1.SelectionEnd = new DateTime(01, 01, 2005);
}
I also tried
monthCalendar.SelectionRange.Start...
Hello,
I tried the setting of the SelectionStart and SelectionEnd,
but still the calendar do not refresh itself to show January.
????? You would think that this would work, but i must be missing something ???
Once i set the selection range, how do i force the calendar to change ....
thanks
-ter
The MonthCalendar control for the windows form does not have a Date property ?
So, i used the following :
this.monthCalendar1.TodayDate = new DateTime(01, 01, 2005);
but the monthcalendar did not switch to January ??
Hi,
I am using the MonthCalendar and i would like to set the
month within the program.
So that when a person clicks on a Jan or Feb link, the monthCalendar control will display the selected month.
How do i do this ? in the .ASP .NET control there is a VisualDate property but no such thing for...
I am using the Calendar Control, and would like to change the colors of the highlighting that is used for selection of a range.
temp = DateTime.Parse("11/15/2005");
monthCalendar1.SelectionStart = temp;
temp = DateTime.Parse("11/20/2005");
monthCalendar1.SelectionEnd = temp;
This hightlights...
Hello,
I created a context menu, and set the context menu property for a grid to testContextmenu.
However, when the grid has focus it always brings up the default context menu, undo, cut, copy ...etc. instead of the one i defined....
Initially, the grid is empty and does not have any values...
I have two images....
And i want to determine if they are equal...
I thought i could use
Image1.Equals(Image2) but this is not correct...
OR
System.Drawing.Equals(Image1, Image2 ) and this does not seem to work.
Basically, i want to determine if the image is the same as the one on a toolbar...
Hi,
I have two forms each with a toolbar.
I load the Parent form with a ImageList A. ( it is an MDI ).
I than set the imageList for the child form to ImageList B.
It seems that when the toolbars buttons are merged - the images for the child toolbar buttons form are not using the ImageList B...
Hello,
I would like to know if there is an utility or some code which can create a COM object from the FOX's ocx objects ?
We are in the process of porting our application from
FOX 6.0 to .NET C# and would like to be able to call some of the FOX modules from .NET as we slowly port and rebuild...
Hey JCruz,
I am using the DataSource property of the grid...
I have tried the refresh and suspend....and
I have even reset the DataSource to no avail...
I am also not sure if i using the correct approach...
-ter
Hello,
I have a grid that is bound to a datatable.
I want the user to be able to move an item ( row )
in the grid up or down.
So I created an Up and Down button and in the
UP button i basically do the following :
indx = grid.currentrowindex;
I create a new record in the recordset and
than i...
Hi,
I know that I can check the status of the individuals rows in a datatable to find out if they are dirty....
modified, deleted, added etc.
Is there a global flag on the datatable ?
If ( dataTable.changes == true ) than save
On Save, at the moment I am looping thru each row and checking its...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.