User Profile

Collapse

Profile Sidebar

Collapse
furqanms
furqanms
Last Activity: Feb 22 '10, 05:08 AM
Joined: Jun 17 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • furqanms
    started a topic WPF Popup problem
    in XAML

    WPF Popup problem

    I have a little problem in a XAML application. When I use a popup in a
    WPF application, I am not able to get rid of the popup from the view
    even if I do Alt-Tab to move focus to other applications.

    Even I have set stayopen=false

    Following is the code which I have done.
    [code=xml]
    <!-- Middle Product List -->
    <GroupBox Grid.Column="1" Grid.Row="2"> ...
    See more | Go to post
    Last edited by Frinavale; Dec 2 '08, 08:52 PM. Reason: added [code] tags

  • furqanms
    started a topic USB Autorun
    in .NET

    USB Autorun

    How to disable USB Autorun using vb.net
    See more | Go to post

  • furqanms
    started a topic File Copy
    in .NET

    File Copy

    I am checking hash check for file. I want to know is the file completely copied in a drive and than I want to hash check on that file.

    I am using System.IO.File. Copy function for file copy

    Thanks in advance
    See more | Go to post

  • furqanms
    started a topic Pop-up window effect
    in .NET

    Pop-up window effect

    I am working on touch-screen system. I want the pop-up windows effect as on the following site.The pop-up window will come after clicking on the picture.

    2008 Presidential Candidates - Designed and Developed by 352 Media Group

    Please help me to achieve this functionality in WPF form.


    Waiting for your prompt and valuable thoughts.

    Thanks in Advance
    See more | Go to post

  • furqanms
    started a topic Problem with binding in WPF
    in .NET

    Problem with binding in WPF

    Hello,

    I am new to WPF ,I am developing touch screen system using WPF. I am facing problem in Binding relative reference.

    Here is my code :

    <UserControl x:Class="uctlBr owser"
    xmlns="http://schemas.microso ft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microso ft.com/winfx/2006/xaml" Width="300" Height="300">...
    See more | Go to post

  • furqanms
    started a topic Dotnet Window Application XML/HTML
    in .NET

    Dotnet Window Application XML/HTML

    <<Windows Application>>

    hi

    I have the following xml data :

    <Name>CDATA[
    <b>My name is furqan</b>]]
    </Name>

    I want to process this html tag and display in lable [in windows application].

    So the text should be display in label as :
    My name is furqan

    Waiting for your positive and early response.
    ...
    See more | Go to post

  • furqanms
    started a topic MDI Form Problem
    in .NET

    MDI Form Problem

    I have file menu items in my mdi form as

    File
    -------------
    Log - In
    --------------
    Exit
    ---------------



    after click on Log-In , Log -in form will be appeared. If user is authenticated with database with correct user and password.


    I want want to visible this menu item on mdi form which is invisible before.


    File
    -----------------...
    See more | Go to post

  • furqanms
    started a topic Problem - Creating Circle in Picture Box
    in .NET

    Problem - Creating Circle in Picture Box

    Hello

    I want to create a circle in picture box.I am trying to do the same but not getting the right output.

    The code is as follow :

    pictureBox1.Hei ght = 200;
    pictureBox1.Wid th = 200;
    pictureBox1.Bor derStyle = BorderStyle.Fix edSingle;
    Graphics g = pictureBox1.Cre ateGraphics();
    Rectangle rect = new Rectangle(0,0, 200,...
    See more | Go to post

  • furqanms
    started a topic Image Processing
    in .NET

    Image Processing

    Hello Friends

    I want to identify objects in image from picture file using C# window application.So please guide me for the same and give the reference from where i can get the information about this.

    Thanking you in advance.
    See more | Go to post

  • furqanms
    started a topic Sql Server database creation Problem

    Sql Server database creation Problem

    Hello Friends

    I am developing a project in asp.net 2005 with c# and sqlsever 2005.In a project I have multiple companies in a group. As Below
    [HTML]
    <pre>

    [Company Group : A] [Company Group : B]
    [Company : 1] [Company: 2] [Company :1] [Company :2]

    </pre>
    [/HTML]
    So I want to create database...
    See more | Go to post

  • It is remote web base application. For run-time database creation in sqlserver I have got this 2 namespace SMO and DMO but still dont know how much it secure if the website is going to host on webserver and admin has given control to create database from the site....
    See more | Go to post

    Leave a comment:


  • Create database with SMO in sqlserver with asp.net c#.

    Hi,

    I want to create database Using SMO (Sql Management Object).How can I do this in asp.net web project and it is feasible by the point of security.

    Waiting for your reply.

    Thanking you in Advance.
    See more | Go to post

  • Creating Sqlserver database from asp.net webapplication

    Hello friends

    I want to create sqlserver a database at run-time from asp.net web application. I am using visual studio 2008.Is there any library available in dotnet 3.5 for the same. And also guide me that creating database like this is feasible or not by the point of security.

    Waiting for your early response.

    Thanking you in advance
    See more | Go to post

  • furqanms
    started a topic Report Generation in asp.net
    in .NET

    Report Generation in asp.net

    Hello friend

    I want to generate reports dynamically at run-time in asp.net. So the user can modify the reports according to their need.So please help me how can I do the same. Is it possible with crystal report or ajax if yes then how ? I have search for the same but I have not got any idea. and it is urgent so I want quick idea about it . So please help if you have any idea or know the source from where I can get the full information...
    See more | Go to post

  • furqanms
    replied to SQL Query Problem
    [HTML]<pre>
    Stone
    /\
    colorstone Pearl
    / \
    Ruby
    </pre>
    [/HTML]


    Now I want to search Root node(stone) from leaf node(ruby).In the table code stand for level where 0 means root node....
    See more | Go to post

    Leave a comment:


  • furqanms
    started a topic SQL Query Problem

    SQL Query Problem

    Hello Friends

    I have following data in the table.


    ID--------Name---------Code
    ---------------------------------------------
    1---------Stone------------0
    2---------Jewelry----------0
    3---------Color Stone----1
    4---------Ruby-------------3

    Here 0 stands for primary type (stone) now I want to search primary type for ruby which is stone so how can I get that...
    See more | Go to post

  • furqanms
    started a topic Reading contents of other window controls
    in .NET

    Reading contents of other window controls

    Hello Friends,
    I have an exe which is developed in VB6 now I want to read a textbox from this VB6 application using C#.
    If anybody knows the API for this than please help.

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