User Profile

Collapse

Profile Sidebar

Collapse
ankitkhare
ankitkhare
Last Activity: Dec 21 '09, 08:11 AM
Joined: Sep 1 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ankitkhare
    replied to flash menu for windows form??
    hey,
    Whatver i have done can also be achieved by another way,please correct me if i am wrong...
    OnMouseHover over any picbox will start zooming the image inside it..wid a for loop i can do that...eg
    Code:
    public void picbox_mousehover()
    {
        for(int temp=picbox.image.height;picbox.image.height<100;temp++)
        {
            picbox.image=new Bitmap(picbox.image,temp,temp);
          [B]  Messag[/]
    ...
    See more | Go to post

    Leave a comment:


  • ankitkhare
    replied to flash menu for windows form??
    thanks for the tip sir,I will take care of it from the next time!
    @cloud255, no problem at all...i will be waiting !
    See more | Go to post

    Leave a comment:


  • ankitkhare
    replied to flash menu for windows form??
    here's the code..i have used few things to get the things working so please suggest modifications:
    Code:
    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    
    using System.Text;
    using System.Windows.Forms;
    
    namespace WindowsFormsApplication1
    {
        public partial class Form1 : Form
        {
    ...
    See more | Go to post

    Leave a comment:


  • ankitkhare
    replied to flash menu for windows form??
    Hey thanks cloud255,it actually worked!! Fine tuning is left otherwise i have almost achieved the behaviour! I took n picture boxes dynamically created,and on mouse move even i have calculated the distance of the position of the cursor and center point of each picture, respectively i am zooming in and zooming out....how can i share the exe with you?
    See more | Go to post

    Leave a comment:


  • ankitkhare
    replied to flash menu for windows form??
    huff....lemme try that out! !
    See more | Go to post

    Leave a comment:


  • ankitkhare
    replied to flash menu for windows form??
    one more question,i wanted to start a separate thread for this,but as you seems to be online,i thought of asking here only...
    What i want to do is that on click of any of these menu item,i want only one part of the same form to change,is itpossible?

    for eg,in a single form suppose i have 3-4 panels,in the bottom most panel i have menu,in the left panel i have some tree structure or something and i want to change only the contents...
    See more | Go to post

    Leave a comment:


  • ankitkhare
    replied to flash menu for windows form??
    ya even i thought that it should'nt be tough,so i started working towards it,but was unable to map the exact behaviour.I was trying with a n nomber of buttons aligned in the same line,and on mouse hover on a button i was trying..
    Code:
    button.mouseover(){
    for(;button[i].height<75,button[i].width<40;button.height++,button.width++)
    {
        if(button[i-1].height<60 && button[i+1].height<60)
    ...
    See more | Go to post

    Leave a comment:


  • ankitkhare
    replied to flash menu for windows form??
    google bing...never heard of....will be learning about it today...Ya its a inhouse project..i can go for image editing but i wanted to give the carousel menu...somethin g like this : http://www.shinedraw.com/animation-e...fish-eye-menu/
    See more | Go to post

    Leave a comment:


  • ankitkhare
    replied to flash menu for windows form??
    Unfortunately i am not supposed to use WPF right now,need to use only windows forms! :( any such thing for modifying UI?like i found one krytpton toolkit for improvising the various controls .NET has..
    See more | Go to post

    Leave a comment:


  • ankitkhare
    started a topic flash menu for windows form??

    flash menu for windows form??

    Hi,
    I am working on this standalone application on C#.NET in which i dont want to use the basic UI that comes with .NET framework,i would like to use either flash menu or some other impressive menu like mac style menu or something.I am unable to find any such thing as "Fancy UI for winforms", please guide me menu stylings.

    Regards,
    Ankit Khare
    See more | Go to post

  • ankitkhare
    replied to embedd java script in C # code
    Hello,
    Well i am not very sure how i am gonna do that...i mean manually converting javascript to C# code.I am totally new to C#,so dont have much idea on it.If you can guide me on this,that will be of great help.

    Regards,
    Ankit
    See more | Go to post

    Leave a comment:


  • ankitkhare
    replied to embedd java script in C # code
    Hi,
    Well i have this javascript for a "carousel menu" which i want to use in my C# standalone application.I was unable to find specifically for C# so i thought there might be some way out.
    Can you suggest me any website where i can find any widgets etc for C#?


    Regards,
    Ankit Khare
    See more | Go to post

    Leave a comment:


  • ankitkhare
    started a topic embedd java script in C # code

    embedd java script in C # code

    Hi,
    I have this javascript which i am trying to embedd in my C# code,i am not sure whether it is even possible or not! If it is possible then how can i do it?Any document or links will be helpful,

    Thanks,
    Ankit Khare
    See more | Go to post

  • Configuring WiFi router with WEP/WPA security

    Hi,
    I have recently bought Belkin N150 wifi router. I am able to access internet when i have disabled the security,but when i turn on WEP security and try to connect it through windows,it accepts the key but then it says "Limited connectivity" and i am unable to access internet. Also,1 of my laptop does'nt even detect any wireless network when i switch on the WEP security. But at the same time i can access internet without any...
    See more | Go to post

  • ankitkhare
    started a topic PHP for windriver??
    in PHP

    PHP for windriver??

    Hi,
    I have a few PHP pages with me which i want to host on a embedded webserver( using Nginx) which has "Windriver" OS. We have a cross compiler,but its not cross compiling the PHP interpretor. Do we have any alternative interpretor for PHP for windriver OS? I think not,so anyone can guide me regarding cross compiling PHP interpretor?



    ThankYou

    Ankit
    See more | Go to post
No activity results to display
Show More
Working...