I'm using every thing you mentioned above, the problem is that if I don't initiate the style the images appear, but when I initiate it they disappear. And by the way, toolbars don't have the flat-style property, so I can't set it.
Hi, I have a toolbar that has buttons with images that are from an imagelist. They appear on the buttons when I run the application, but when I call EnableVisualStyle(), the images disappear. Not only the images on the toolbar disappear but also in a listview I'm using. Does any one know what causes this??
Hi, I have a picturebox and a toolbar in a form. When I make the dock property of the picturebox to fill a part of the picturebox is covered by the toolbar. How can I make it so that when the picturebox is docked its not covered by the toolbar.
yes I know, I know in which databale and in which column, but I need to search for part of a string, ex if the search string is 'fr', all the datarows that contain 'fr' in that column should be returned
Thats what I did, but this was I loose their order, I want them to be added in a certain order. I remove them and add them with checkboxes, so the user can click randomly on the checkboxes and the tabs will be added in the order he clicked the checkboxes
I'm using the visible property to hide a tabpage in a tabcontrol, but its not working, its hiding the controls in the tabpage but not the tabpage itself.
Is there something else I can do?
How can I get the selected item in a listview. I'm using the SelectedIndexChanged event of the listview to get the current selected index but the first time I click I always get the first item no matter which item I click, and the second time I click I get an error telling me that nothing is selected...
Any one has any idea???
I'm using the flash activex control to load swf files. I want it to be dynamic, I'm adding the control at runtime,and it works ok, but I can't load the movie into the control. I tried the Movie property and the loadMovie method but both gave me this error
'An unhandled exception of type 'InvalidActiveXStateException' occurred in axinterop.shockwaveflashobjects.dll'
What am I doing wrong here
Hi,
I doing a program that has alot of media files (images, sounds, videos, animations). I want to encrypt these media files so that they can be opened only by my application. Is there a way I can do that?
Thanks