CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: rohitnegi

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    9
    Views
    2,182

    Re: printer not showing the image properly.

    My Code executes completely but HiTi photo printer gives warning "Ribon type mismatch" and error code 524800.

    that was problem from printer setting. It is working now after setting the page size...
  2. Replies
    9
    Views
    2,182

    Re: printer not showing the image properly.

    After using aspect ratio, printer showing images good.
    When i try to use this code to photo printer, it does not print the image. Do i have to modify the code to make it to work for photo printer?....
  3. Replies
    9
    Views
    2,182

    Re: printer not showing the image properly.

    Using CImage i can print any kind of image. But when i try to print 4*6 image then images get distorted(stretch or shrink). What should i do?.
    Following is the code .

    void...
  4. Replies
    9
    Views
    2,182

    Re: printer not showing the image properly.

    yes, after getting the device width and height using GetDeviceCaps(), Printer showing the image as per the printer page height and width. I am able to print the .bmp file but it does not print .jpg...
  5. Replies
    9
    Views
    2,182

    printer not showing the image properly.

    Below is the code that prints image but image width and height is very less.
    Suppose if my image width = 900 and height=600 then it prints the image with width around 60 and height around 70 . What...
  6. Replies
    0
    Views
    1,035

    how to know GREEN BUTTON is pressed ?

    Hi all,
    How can my application know that GREEN BUTTON(TALK) is pressed to receive a call.


    thanks ,
    rohit negi
  7. Replies
    4
    Views
    6,370

    how to convert TCHAR[] to const char[]

    hi all,
    please tell me how to convert TCHAR[] to const char[].


    thanks,
    rohit negi
  8. error LNK2001: unresolved external symbol IID_IPOutlookApp2

    hi all,
    I am trying to access windows mobile phonebook in my application but i am getting following error:
    Error 13 error LNK2001: unresolved external symbol...
  9. Replies
    0
    Views
    2,093

    how to make a call thourgh sim card?

    Hi All,
    I have windows mobile 6.0 and i want to make an application through which we can make a call through SIM card.how can i do that? Could you please provide me any sample code through...
  10. Replies
    3
    Views
    1,107

    Re: how to make a call thourgh sim card

    Hi,
    Thanks for your quick reply,
    For the initial stage i want to make data call but if you can provide voice call sample code also then it would be good for me.I have a windows mobile(HTC)...
  11. Replies
    3
    Views
    1,107

    how to make a call thourgh sim card

    Hi all,
    I want a sample application by which i can make a call thourgh sim card.

    thanks,
    rohit
  12. how to bring application from background to foreground

    Hi all,
    how can i bring my application from background to foreground at any particular event.how can i do that.please give any solution.


    thanks,
    rohit
  13. how to create .bin file to save the values for windows mobile

    Hi all,
    I am working on windows mobile 6.0 and trying to create .bin file to store the data but it is not creating the .bin file.I am using the following code :


    try
    {
    CFile...
  14. how to access phonebook in windows mobile in vc++

    Hi all,
    I want to implement phone book in my application in windows mobile .how can i do this?


    thanks ,
    rohit
  15. How to include c project into vc++ project.

    Hi all,
    I have a DOS application that was written in C. Since it's DOS, I'm creating a GUI for the application in VC++ but would like to use all the original functions from the .C and .H...
  16. Replies
    3
    Views
    891

    Re: how to interlink the dlls

    hi all,
    sorry for wrong place for post actually I am using vs2008. when the try to initialize it gives run time error at the line AccID=m_accreg(sip,sip,"*",user,pwd,NULL,TRUE);


    ...
  17. Replies
    3
    Views
    891

    how to interlink the dlls

    hi all,
    I am working on a project whose configuration type is dll and i have one more dll whose function i have to invoke in my project so i want to know that is this possible to interlink...
  18. Re: cannot convert parameter 1 from 'int (__stdcall CAdoreDemoEventSink::* )(int,int)

    yes ,after making the function static it works . thanks for the reply
  19. cannot convert parameter 1 from 'int (__stdcall CAdoreDemoEventSink::* )(int,int)'

    Hi all,
    I have the following function that is accessed from a dll in mfc based project and works fine .
    (in header file )
    int __stdcall Register(int CallId,int...
  20. how to integrate CTI adapter to salesforce.com

    Hi all,
    I have to integrate PC softphone to salesforce.com to give the facility to the user to make call and other facilities.To integrate the softphone i have to use CTI adapter so i would...
  21. Does Winows Mobile application work on operating system WinCE v6.0 ?

    Hi all,
    I have the following question
    1)will Winows Mobile application developed on windows mobile 6.0 work on operating system WinCE v6.0 ?
    2)will Winows Mobile application developed...
  22. This application has failed to start because the application configuration is incorre

    hi,
    I have developed application using VS2005 and working fine in xp .but when this application is installed in windows 7,64 bit it gives error "This application has failed to start because...
  23. Replies
    0
    Views
    1,855

    Cab file not installing

    hi all,
    My application is not installing in windows mobile classic devices but on others devices it is working.what can be the issue?





    thanks ,
    rohit negi
  24. how to open application at the right top corner?

    Hi All,
    How can i do that an application opens at the right top corner of any window?




    thanks,
    rohit negi
  25. 32 application can run on 64 bit environment

    Hi ,
    I want to know that if an application is developed in 32 bit environment then can it be run in 64 bit environment?





    thanks,
    rohit negi
Results 1 to 25 of 74
Page 1 of 3 1 2 3





Click Here to Expand Forum to Full Width

Featured