Jump to content
Xtreme .Net Talk

wessamzeidan

Avatar/Signature
  • Posts

    382
  • Joined

  • Last visited

Everything posted by wessamzeidan

  1. Hi, how can I change the color of text in textbox when its enabled property is set to false... Thanks
  2. I want to add text and media to a presentation dynamicaly, can it be done?
  3. Any one else please, its really important.........
  4. thanks for the help any way. And yeah, I've tried the Appearance property and it didn't work
  5. 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.
  6. Does any one have an example on how to automate powerpoint?
  7. 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??
  8. ok, I got it...
  9. 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.
  10. Does any body know a good voice morphing software that can change voices to sounds like Mickey and Goofy.
  11. 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
  12. thanks alot
  13. 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
  14. 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?
  15. How can I search for a string in a dataset....
  16. Thank alot, it worked. But why does the event get raised twice, is it a bug!!!!
  17. 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???
  18. this forum is made entirely for the .NET technology, but I was wondering why is the whole site made using php!!!! Shouldn't it be done using asp.net
  19. Thank you, I searched planetsourcecode.com and found exactly what I want.
  20. Can you please tell me where I can find tutorials about this, links or something like that. I would be gratefull
  21. 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
  22. How can we paly wmv files in windows applications?
  23. do you have a tutorial or a sample I could use
  24. 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
  25. I've tried this way, but its so slow, and I need a more efficient way to do it.......
×
×
  • Create New...