User Profile

Collapse

Profile Sidebar

Collapse
deegeorge
deegeorge
Last Activity: Mar 20 '10, 04:08 AM
Joined: Nov 15 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • deegeorge
    started a topic Read image from an xml using c sharp

    Read image from an xml using c sharp

    Hi,

    I have an xml document.In that xml document i have an image tag as <img src="image.jpeg ">. I want to read the image using c# code.How can i do that?

    Pls help....
    Thanx in advance.



    Regards,
    Deepa
    See more | Go to post

  • deegeorge
    started a topic Launch condition for SQLServer 2005

    Launch condition for SQLServer 2005

    Hi,

    How to give the launch condition for sql server 2005?In the launch condition window right click
    on 'Requirements on Target Machine' selected the 'Add Registry Launch Condition'.In the properties
    window of that i set the Property as SQLVERSION and RegKey as HKEY_LOCALMACHI NE\SOFTWARE\MIC ROSOFT\
    Microsoft SQL Server 2005 and i have given a launch condition by right clicking 'Launch
    Condition'.i dont...
    See more | Go to post

  • How to give the path for installation of an msi through command line?

    Hi,

    I have to msi.i am able to install both msi using a .bat file(using the command msiexec for both msi).Its installing fine.But the problem am facing is bydefault its installing to C:/Programfiles/DefaultCompanyN ame/ .How can i give the path for installing the msi's.Suppose i want to install it to D:/ProgramFiles. How is it possible to set the path to install both msi?

    Its very urgent...
    Pls help me.
    ...
    See more | Go to post

  • deegeorge
    started a topic create an msi for two different windows app

    create an msi for two different windows app

    Hi,

    I have two different windows app.My aim is to create an msi of the App1.When i click the msi of App1 it should install the msi of App2 also.How is it possible how can i do that..

    Please help

    Regards,
    Deeps
    See more | Go to post

  • Launch Condition for SQLServer 2005 while installing a windows application

    Hi,

    I am creating a windows application and i created an msi for that application.In this application am checking for some prerequisites and giving a message if its not there.For that i am giving Launch Conditions.What is the condition for checking SQLServer 2005 and .NET 2.0 redistributable package.

    Please help me....


    Regards,
    Deepa
    See more | Go to post

  • deegeorge
    started a topic Launch Conditions Editor is disabled
    in .NET

    Launch Conditions Editor is disabled

    Hi,

    I am facing a problem to put the Launch Conditions Editor in Visual studio 2005.
    I put it by selecting from the 'commands' option.But it is disabled.How can i solve this problem...

    Pls help..
    Thanks in advance


    Regards,
    Deeps
    See more | Go to post

  • deegeorge
    started a topic Windows explorer window in windows app

    Windows explorer window in windows app

    Hi,

    I am creating a windows application.
    I need to get the windows explorer(all the drives in the machine)in the formload of the form.Means when opening windows explorer its showing all the drives and in one side its showing all files and folders with plus sign. How is it possible to get in a windows application.


    Please help me,its very urgent....

    Thanks in advance.

    Regards,...
    See more | Go to post

  • deegeorge
    replied to Hide Save File as dialog when printing
    Code:
    try
    {
    string fpath="some filepath";
    FileStream f = new FileStream(fpath,FileMode.Open);
    streamtoPrint = new StreamReader(f);
    try
    {
    printfont=new Font("Arial",10);
    PrintDocument pd = new PrintDocument();
    pd.PrintPage+=new PrintPageEventHandler(this.pd_PrintPage);
    pd.PrintController = new StandardPrintController();
    
    pd.Print();
    } 
    finally
    ...
    See more | Go to post

    Leave a comment:


  • deegeorge
    replied to Hide Save File as dialog when printing
    Sorry I didnt get your explanation about that.
    And sorry that i was not aware of using tags.
    I didnt boss u.....

    Ok.....


    Deeps
    See more | Go to post

    Leave a comment:


  • deegeorge
    replied to Hide Save File as dialog when printing
    try
    {
    string fpath="some filepath";
    FileStream f = new FileStream(fpat h,FileMode.Open );
    streamtoPrint = new StreamReader(f) ;
    try
    {
    printfont=new Font("Arial",10 );
    PrintDocument pd = new PrintDocument() ;
    pd.PrintPage+=n ew PrintPageEventH andler(this.pd_ PrintPage);
    pd.PrintControl ler = new StandardPrintCo ntroller();

    pd.Print();
    }
    finally...
    See more | Go to post

    Leave a comment:


  • deegeorge
    started a topic Hide Save File as dialog when printing

    Hide Save File as dialog when printing

    Hi,


    I am printing a word document. When printing in the Print statement its showing a dialog box Save File as. How can i hide this dialog box....


    Reply fast...

    Deeps
    See more | Go to post

  • deegeorge
    started a topic How to lock an excel sheet

    How to lock an excel sheet

    Hi,

    How to lock an excel sheet(protect the excel sheet with password)....


    Regards,
    Deeps
    See more | Go to post

  • deegeorge
    replied to c sharp script inside php
    in PHP
    thanks for the reply.
    can u please explain little more and how i need to do it
    See more | Go to post

    Leave a comment:


  • deegeorge
    started a topic c sharp script inside php
    in PHP

    c sharp script inside php

    Hi,

    Is it possible to use c sharp script inside php?
    How to use it?

    Regards,
    Deepa
    See more | Go to post

  • Download the file being played from player directly

    Hi,

    I am embedding a player in my windows application. When clicking on a button 'Download' will it be able to download the file that is playing in the player.
    If possible how i will do that?


    Please help, its very urgent.
    I need quick reply....



    Regards,
    Deeps
    See more | Go to post

  • deegeorge
    replied to Database size of mysql 5
    thanks this link is very useful for me

    Thanks a lot
    See more | Go to post

    Leave a comment:


  • deegeorge
    started a topic Database size of mysql 5

    Database size of mysql 5

    Hi
    I would like to know how much can be the maximum size of a database in mysql 5.
    How much will be the limitations in no of users in mysql 5?


    Regards,
    Deepa
    See more | Go to post
    Last edited by Frinavale; Feb 9 '10, 03:01 PM. Reason: Moved from the ASP.NET forum to the MySql forum

  • deegeorge
    started a topic iPhone enabled website

    iPhone enabled website

    Hi,

    I would like to know about iPhone enabled websites. What is an iPhone enabled website. What are the technologies required to create an iPhone enabled website. WML or XHTML Basic is better to create an iPhone enabled website.


    Please reply fast.

    Regards,
    Deeps
    See more | Go to post

  • deegeorge
    started a topic Anchor tag within page not working in Mozilla

    Anchor tag within page not working in Mozilla

    Hi,

    I am facing a problem related to anchor tag.
    I am creating an anchor tag with some text. In the name am starting with #exam.
    When clicking on this link it need to go bottom of the page where the corresponding data is given.but its not going(near to the corresponding link one top button is there. when clicking top button it need to go up of the page)
    I found in google that its because of # its not working
    ...
    See more | Go to post
    Last edited by Frinavale; Dec 15 '09, 05:04 PM. Reason: Moved to HTML/CSS from .NET

  • Get the rowindex of gridview outside the gridview

    Hi,

    I created a gridview and outside the gridview i created a button.In the grid
    i am updating one value in the textbox. After entering the values when clicking
    on the button outside the grid it need to get the row index and calculate the total based on the entered value in textbox. How i can get the row index outside the gridview.


    Pls help me

    Urgent....

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