Jump to content
Xtreme .Net Talk

amitairoa

Members
  • Posts

    22
  • Joined

  • Last visited

Everything posted by amitairoa

  1. Tabs to right Hi! I have a tab control in a WPF application in Expression Blend 2. I want that the tabs should be on the right side, not the left, like they are by default. How do I do this in WPF/Expression Blend? Thanks!
  2. How do you convert a window to a user control? I didn't really understand what you meant after that. Thanks.
  3. Hi! I have a WPF application that I'm building in Expression Blend 2. There's a main window (Window 1). On Window 1 there are a number of buttons. Those buttons each open Window 2 in a new window, but depending on each button, Window 2 gets different images/media. Right now, The buttons open Window 2 in a new window. I want to change that. I want the whole application to be built on tabs. So that Window 1 will be in a tab, and the user can click a button and it will open a new tab that has Window 2's contents. And on a different button, it opens another instance Window 2 in a new tab, just with a few changes. Is there a simple and easy way to do this? Please help. Thanks! P.S. If I didn't explain this so well, just ask what I mean.
  4. Hi! After adding the rectangle around the word, how can I determine if the mouse is inside the rectangle from code? In WPF of course... Please help. Thanks!
  5. It's static. So, do you think I should draw rectangles(hidden) on the words I want and then access the points from code? Could you please tell me how to do this in WPF? Thanks!
  6. What do you mean? Dynamically?
  7. I want the tooltip to appear when the cursor is over a certain word.
  8. Hi! I have a picture in WPF. The picture has words on it. I want that when the user hovers over certain words that I choose, a tooltip will appear with something. How should I do this? Should I draw a rectangle over the words that I want and then access there points through code? Any other ideas? Please help. Thanks a lot!
  9. Hi! Thanks for the blogs! They look great! But I think what I'm really looking for are some blogs about WPF and Expression Blend. If you could please suggest some of those kind. Thanks!
  10. Hi! I'm looking for a very good .net developer's blog to follow. Which blog to you recommend to follow? Thanks!
  11. Hi! I have a WPF application in Expression Blend. I want to use some of the Xaml in that application for a Silverlight 2.0 application. I understand that the Xaml is different- but is there anyway to copy some of the Xaml graphics and animations from the application to a Silverlight application? Any help appreciated. Thanks!
  12. Hi! I have a project, in which a user can click a button- even if he's using different program- that button in the program will simulate a keyboard shortcut and and use it in that current program he's using. I wanted to ask how to do this: How do I simulate a keyboard shortcut in Expression Blend/WPF, and how do I simulate that key in another application-for instance if he's using Microsoft word- by pressing a button in my program- that button does CTRL +Z-and that works as undo in Word. How do I do this? I'd appreciate any help. Thanks!
  13. Any ideas?
  14. Hi! I want to create an ink application in WPF. I also want the application to recognize the ink that's on the ink canvas. From what I understood- to recognize the ink I need to install the Tablet PC SDK. I downloaded v. 1.7 on my Vista, and ran setup. But in the middle of the setup- it said: "Windows installer has stopped working"- and it closed. What should I do? Is it not compatible with Vista? Are there other ways to recognize ink in WPF? Please help me. Thanks!
  15. Hi! I have a program in C# which has two forms. I would like to put a button on Form1, and then the user can change the button's settings On Form2. The problem is- how do I access the button that's on Form1- from Form2? On Form1- the code is: Button Button1 = new Button(); On Form2- for instance- the user can choose the buttons text- and write it in a textbox on that form. When the user clicks ok- I want to implement the text written in the textbox on Form2- to button1- on Form1. How do I do this when the button is on the other form? Please help. Thanks!
  16. amitairoa

    Wpf

    No. There's an audio file, and when the speaker says something- a different image appears. At one point- I want tthe image to be at a different position.
  17. amitairoa

    Wpf

    Hi! The timer doesn't drive an animation. The timer just changes an image into a certain picture. It's basically a program for teaching something to kids.
  18. amitairoa

    Wpf

    Re: No absolute positioning in WPF I'm still new to WPF- can you please help me? How do I do this: I want an image to be at a certain point on the screen- which it is already. Then- at a timer tick- I want the image to move to a different location. Maybe you could please explain a bit more about the WPF positioning? Thanks!
  19. amitairoa

    Wpf

    Hi! I'm working on a WPF program in C#. I'm still a bit new to WPF. I wanted to know how to set a control's position(image for instance)- from code. There isn't a "img.left" in WPF. I don't know how to control an image's position by code. Can someone please help me? Thanks!
  20. Thanks! I looked at that. But in that media player the slider doesn't move throughout the movie- like the progress in Windows Media Player, you can only click on it to jump to a part of the movie- that's only half of what I want... Thanks anyway... Any more ideas?
  21. Hi! I'm new here. I have a WPF C# project, in which there's a "media player" for audio that I made with the WPF media element control. I have play, pause and stop controls which work fine. I want the player to have a progress bar like in Windows Media Player that shows the progress of the audio file playing, and the user can also click on the bar to jump to certain parts of the audio. I tried using a progress bar control and a timer- but I didn't really succeed in creating the progress bar for my media player. Can someone please help me? Please reply. Thanks!:)
×
×
  • Create New...