User Profile

Collapse

Profile Sidebar

Collapse
HabibBhutto
HabibBhutto
Last Activity: Feb 13 '10, 01:46 PM
Joined: Jan 17 '09
Location: Karachi
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Yes, I m sure classid is absolutly ok it is downloaded on client machine sometimes but not appears on page :(...
    See more | Go to post

    Leave a comment:


  • I cant use SilverLight in this project, plz tell me solution without using SilverLight..
    See more | Go to post

    Leave a comment:


  • i have set browser settings to allow activeX controls....... .. ! all settings are enabled regarding to this.... ! :(
    See more | Go to post

    Leave a comment:


  • no there is no errors in the code... ! actualy when i browse the page on client machine, the ActiveX control doesnt appear on the page, when i check the library file in tmp internet files, it is downloaded.
    See more | Go to post

    Leave a comment:


  • ActiveX control does not appear on client machine

    Hi Guys,

    Lot of Thanks in Advance... ! :)

    dear i have a problem regarding to ActiveX control, I developed a user control using WPF project and embeding it in my ASP .Net page, after deployment when I browse the page on the server machine "http://Localhost/etc", the ActiveX control appears on the page, but when I browse it on the client machine on the intranet or internet it does not appears... ! :(
    ...
    See more | Go to post

  • HabibBhutto
    replied to Help Needed abt IIS
    in IIS
    Thanks Brother.. !

    I m glade to u.. ! :)
    See more | Go to post

    Leave a comment:


  • HabibBhutto
    replied to Deploying Application
    You also right... ! I installed .NET 3.5 CLR and problem is solved.. ! :)
    Thanks alot... ! :)...
    See more | Go to post

    Leave a comment:


  • HabibBhutto
    replied to Deploying Application
    you are right I done it... !

    Thanks.. ! :)...
    See more | Go to post

    Leave a comment:


  • HabibBhutto
    started a topic Help Needed abt IIS
    in IIS

    Help Needed abt IIS

    Hi Guys,

    Thanks in advance... !

    Dear I want to download IIS 6, plzz suggest me url where from i can download it!


    waiting for your reply... ! :)
    See more | Go to post

  • HabibBhutto
    started a topic Deploying Application

    Deploying Application

    Hi Guys,

    Thanks in advance...! :)


    I am developing a web application for IPhone using componentOne IPhone and ASP.Net 3.5
    there is problem into deploying the site after deplying when a browse my site it display an Error Page
    ////////////////////////////////////////////////////////////////////

    Server Error in '/fileTransfer' Application.
    Runtime Error
    Description: An...
    See more | Go to post

  • yaar I have my own IDEA that is so strong but i tried for best... !

    LATEST NEWS IS THAT

    I m not participating.. . ! :( cause of some circumstances at home... ! :(

    but thank ful to u all people who respomed me ... ! :)

    by the way my IDEA was about to develop a tool for Software Engineers "Agile Modeling Tool"... ! which provides use case development user managment and multi user...
    See more | Go to post

    Leave a comment:


  • Suggest a project for An International Competition

    Hi,

    Thank u in advance.... !

    Dear I m Participating in International Competitation.. . ! plzzzz suggest me a project for that can beat in that compitation... ! and the scope of the project no more than one month... !

    Thank u again .. !

    I m waiting for IDEAS ... !

    Regards,

    Habib Ahmed Bhutto
    See more | Go to post

  • HabibBhutto
    replied to How to read jpg file in C using turbo C
    in C
    george, from where i may get the c/win32 api???
    is it third party api ???
    yaar i m tried to do it i got fifty percent work
    but there is a problem
    for example there is a bmp image file, its size is (x = 354, y= 322)
    i opened it and i count its number of rows and columns per row
    i found 1024 columns/row and total number of rows are 335

    so in this regard 1024/354 = near to 3 it mans each pixel...
    See more | Go to post

    Leave a comment:


  • HabibBhutto
    replied to Create matrix from txt file
    in C
    Oh sorry dear.. !

    u r not stupid .. ! actualy i m... ! first u should to include a graphics hearder file
    and initialize the graphics i think... !

    #include<graphi cs.h>


    void main(void)
    {
    int gd=DETECT, gm=0;

    initgraph(&gd,& gm,"C:\\tc\\bg i ");
    // or specify the drive in which u have installed the TC D: E: whatever

    //place...
    See more | Go to post

    Leave a comment:


  • george666
    george666 posted a Visitor Message for HabibBhutto
    If it's under Windows, you must use Win32 api
    You can ask on specialized Win32 api newsgroup :
    news://comp.os.ms-windows.programmer.win32
    where it has often been discussed
    See more | Go to post

  • HabibBhutto
    HabibBhutto posted a Visitor Message for mia023
    I have replied in the against of ur Q u may read it may be my suggestion will work for u.. !
    See more | Go to post

  • HabibBhutto
    replied to PEANO order
    in C
    Hi Dear,

    just refer the book
    C++ Projects
    by Reeta Sahoo
    publisher: khanna book publishing co. (p) Ltd

    there is a project in this book with respect to matrix manipulation he/she demonstrated all basic operation with respect to matrix... !

    It will help u alot... !

    :) pray for me if my sugesstion works for u.. !
    See more | Go to post

    Leave a comment:


  • HabibBhutto
    started a topic How to read jpg file in C using turbo C
    in C

    How to read jpg file in C using turbo C

    Hi all,

    Thanx in Advance.. !

    anyone can tel me that what is the architecture of jpg image file and .bmp image file. I want to display images in c evironment using conventional graphics and by programming the vga card. But i dont know the arcitecture of image files. plzzzzzz help me... in this regard... !

    I will be thankful to u... !

    Thanks again... in advance... !
    See more | Go to post

  • HabibBhutto
    replied to Create matrix from txt file
    in C
    Hi, its so easy... ! dear
    Read ur file in the sequence of char

    like this
    int column = 1;
    int row = 1;

    /* Open and read ur text file here*/
    while( feof( fileptr ) )
    {
    int c = fgetc(fileptr);
    putpixel(r,culu mn,c);
    culumns+=1;
    if (column >= 100)
    {
    column=0;
    r+=1;
    }
    }


    this is simple logic u ma enhance...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...