User Profile

Collapse

Profile Sidebar

Collapse
dj12345
dj12345
Last Activity: Jan 23 '12, 04:38 PM
Joined: Jan 5 '08
Location: India Pune
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • dj12345
    started a topic HTML 5 Canvas Touch Events Rotate Scale

    HTML 5 Canvas Touch Events Rotate Scale

    Hi,
    I am creating an Image creator using canvas HTML5. In which I am drawing images inside the canvas. You can check the following example for demo.

    http://radikalfx.com/files/collage/demo.html

    What I want is that it should support the Touch Events of IPAD. For this I know I must use events like

    Code:
    canvas.addEventListener('touchstart', drawOnIpadStart, false);
    canvas.addEventListener('touchmove',
    ...
    See more | Go to post

  • dj12345
    replied to How to start Process Under windows User.
    Hi pconno,

    The Setup & Deployment project was not working for me.. Creating setup project using Visual Studio 2005 was only working under windows xp and not under windows 7. So finally I used "Inno Setup" application to create setup. and this works under xp and windows 7. creating setup project using "Inno Setup" solved my problem. It is free and you can easily create setup and you can also write some programing...
    See more | Go to post

    Leave a comment:


  • dj12345
    replied to How to start Process Under windows User.
    Hi Sashi..

    Thanks for your reply.

    Actually I dont want to create a service.. I am creating a Setup & Deployement project. When user install the setup then after completing the installation the program which is just installed should start immediately.

    So in this Setup project i am adding Custome Action. In this the installer after install will start the actual program. so I am starting the program using Process.Start() ....
    See more | Go to post

    Leave a comment:


  • dj12345
    started a topic How to start Process Under windows User.

    How to start Process Under windows User.

    Hi,

    Can anybody solve my problem.

    I have one small windows Application. In this application i have added Installer Class. which start a program after the setup project installation is completed.

    Code:
      private void Installer1_AfterInstall(object sender, InstallEventArgs e)
            {
                
                   
            Directory.SetCurrentDirectory(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location));
    ...
    See more | Go to post
    Last edited by tlhintoq; Feb 15 '10, 02:43 PM. Reason: [CODE] ...Your code goes between code tags [/CODE]

  • Hey Frinavale,

    I found the solution finally,

    we have to change ModalBackground for madal pop up as
    Code:
    .modalBackground
    {
        background-color: Gray;
        filter: alpha(opacity=70) !important;
        opacity: 0.7;
        top: 0px !important;
        left: 0px !important;
        position: absolute !important;
        z-index: 1 !important;
    }

    ...
    See more | Go to post
    Last edited by Frinavale; Jun 2 '09, 01:09 PM. Reason: Added code tags. Please post code in [code] [/code] tags.

    Leave a comment:


  • I placed it in style sheet, but it is still not working. On Mozilla Firefox it is working properly but on IE it is not working...
    See more | Go to post

    Leave a comment:


  • Hi Frinavale,

    Thanks for you suggestion.

    I have one more question.

    I have one aspx page on which there is ModalPopUp Extender, Buttons, and Update Panel. What I am doing is on Button Click showing the ModalPopUp. and it shows the ModalPopup Properly. But when the Asychronous postback happens it shows the popup but the popup background is not properly displayed.

    Can you please check my Code....
    See more | Go to post
    Last edited by Frinavale; Jun 1 '09, 01:08 PM. Reason: Added code tags. Please post code in [code] [/code] tags.

    Leave a comment:


  • Problem with Update Panel - dynamic data fetch

    Hi can anybody answer to my question on the following link

    <Threads merged>

    Thanks
    See more | Go to post
    Last edited by Frinavale; May 25 '09, 06:14 PM. Reason: Merged Threads

    Leave a comment:


  • rendered html code

    Hi,
    Thank you for reply,

    Here is Html rendered code



    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <html xmlns="http://www.w3.org/1999/xhtml" >
    <head id="Head1"><title>
    	Untitled Page
    </title>
    ...
    See more | Go to post
    Last edited by gits; May 25 '09, 01:39 PM. Reason: added code tags

    Leave a comment:


  • dj12345
    started a topic Problem with Update Panel - dynamic data fetch

    Problem with Update Panel - dynamic data fetch

    Hi,

    (Asp.net + Ajax)

    I am creating a page which will fetch data from server without postbak of a page..

    I have 2 controls on this page TextBox and Lable. I have assigned TextBoxWatermar k extender to TextBox. Inside a Update panel i have Lable.. and the update panel refreshes each 3 seconds and it fetches data and displays it. But my problem is whenever the data is fetched from Server the textbox watermark...
    See more | Go to post
    Last edited by Dormilich; May 25 '09, 05:44 AM. Reason: Please use [code] tags when posting code

  • Asp.net, Webservice, Ajax, Fetching data dynamically..

    Hi,

    I have 2 Gridviews on my asp.net page. In this gridview i am showing list of links. I want to update these links dynamically after 5-10 seconds, without refreshing the page(without postbak) i want to fetch these link dynamically and want to bind it to Gridview..

    I have little bit idea about this that. use the webservice to fetch record like we do it in Ajax AutoComplete. But how to fetch record dynamically and bind...
    See more | Go to post

  • dj12345
    started a topic How to preserve cursor position

    How to preserve cursor position

    i have function to make character in lowercase if a text is in uppercase


    Code:
       function upperCase(x)
        {   
            try
            {
                var y=document.getElementById(x).value;
                document.getElementById(x).value=y.toLowerCase();
            }
            catch(Error)
            {
            }
        }

    i am calling
    Code:
    <asp:TextBox
    ...
    See more | Go to post
    Last edited by Dormilich; Mar 17 '09, 09:20 AM. Reason: added [code] tags

  • dj12345
    started a topic Requested registry access is not allowed. ??
    in .NET

    Requested registry access is not allowed. ??

    Hi

    I am trying to open the Registry of Network pc, but it is giving me error as " Requested registry access is not allowed"

    my code is

    Code:
    environmentKey = RegistryKey.OpenRemoteBaseKey(RegistryHive.LocalMachine, remoteName).OpenSubKey("SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall");

    Kindly Help. how to get access .
    See more | Go to post

  • dj12345
    started a topic how to access Network Information ?
    in .NET

    how to access Network Information ?

    Hi

    I want to take the all the Software and Hardware information of network connected pc's. just like an network inventory, but i don't want to run client code. Directly want to access information from server. I know i have to make use of Registry but how can i access this registry in C#. what is the method to access the registry. Please Kindly help / suggest me

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