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

Search:

Type: Posts; User: imran_qau

Page 1 of 3 1 2 3

Search: Search took 0.08 seconds.

  1. Replies
    11
    Views
    7,014

    Re: converting binary to image data

    YES

    ACCORDING TO CAMERA DOCUMENTATION THIS SIZE (64*1510) IS OK.

    It is the resolution of camera. This thing is confirmed that i have received right data.

    actual thing is how to convert it...
  2. Replies
    11
    Views
    7,014

    Re: converting binary to image data

    Yes

    This is the structure.

    Public Structure TDICLibImageInformation
    Public data As String
    Public dataLength As Integer
    Public width As Integer
    Public height...
  3. Replies
    11
    Views
    7,014

    Re: converting binary to image data

    Hi Gemmill

    I have saved that string in txt file and file is attached here named 112.txt. Please have a look at it. Thing is that the liberary i am using supports bmp and tiff format. So it could...
  4. Replies
    11
    Views
    7,014

    Re: converting binary to image data

    Hi Gemmill

    The data is in unreadable format. As Unmanaged Structure I am using is to hold image data from camera that is why I suppose that it is image data. The actual structure member (written...
  5. Replies
    11
    Views
    7,014

    converting binary to image data

    I am catching some real time snaps from camera which is connected through com port. I am able to interact with camera and getting data using camera api. Thing is that I need to display image in...
  6. Replies
    1
    Views
    3,280

    how to use callback function in vb.net

    Hi

    I am trying to use a thirdparty dll which accepts function pointer as parameter. That dll is written in vc++.

    I tried to use addressof operator to set the callback function but there is...
  7. Replies
    0
    Views
    545

    .Net Deployment Problem

    Hi
    I am using Vb.net to make a setup project for windows application which is also developed in vb.net.
    The problem is that I created a shortcut in user'desktop folder and set its target property...
  8. Replies
    1
    Views
    1,919

    how to change row color in datagrid

    Hi

    I want to change row back color in datagrid control. I think there is no method available to change row color. The only is to alternativerowcolor method.
    Can anybody tell me ,how to change the...
  9. how to connect vb application with mysql( running on Solaris)

    Hi
    I want to retrieve data from MySQL (running on Solaris) from my application developed for windows using vb 6.0.
    Can anybody guide me , how to connect with database while window and solaris are...
  10. I want to connect vb.net application with MySQL(running on Solaris)

    Hi
    I want to retrieve data from MySQL (running on Solaris) from my application developed for windows using vb.net.
    Can anybody guide me , how to connect with database while window and solaris are...
  11. how to enter alphanumeric characters using telephone set??

    Hi

    I want to enter alphanumeric characters using ordinary telephone set. Alphanumeric characters are written on telephone key pad. I want to know , how to switch numeric mode to alphanumeric...
  12. Replies
    0
    Views
    461

    problem with email client

    Hello

    I have developed a mail sender program using cdosys.dll in visual c++. It takes SMTP address and send mail. It works fine with SMTP server provided by ISP.
    The problem is that...
  13. Replies
    579
    Views
    647,831

    crystal report question

    Hi

    How can I generate report on a pc where crystal report software is not installed. Is it possible. Or what is the other way.
    I am calling report in my program using crystal report ocx...
  14. Replies
    0
    Views
    676

    crystal report connection problem

    Hi ,
    I am trying to call crystal report 8.5 from visual basic 6.0. Database is oracle. I designed the report using crystal report designer . It works fine but when I call it from visual basic...
  15. sending mail using standard C ( on Unix)

    Hi

    I want to send mail using standard C language , operating system is SCO unix 7.1.1 . I am using cc compiler. Can anybody tell me how can I send mail . Any sample code or helping article....
  16. Replies
    0
    Views
    663

    communication with modem

    Hi

    I want to communicate with modem using linux C programming. Can anybody tell me what is the way of communicating with modem. Is using sockets a better idea. Kindly send me helping...
  17. Replies
    1
    Views
    1,094

    SMS application development (how to start)

    Hi

    I am going to write an SMS application using ANSI C and operating system is Unix. I am new to this type of application and dont know from where to start . Can anybody tell me how can...
  18. getting private data from switch using Tsapi

    Hi

    i want to retreive private data(UUI) from G3 PBX . I am using Tsapi sdk. I have got caller device id and called device id. But how to get User to user Info associated with call ???. Can...
  19. Replies
    0
    Views
    594

    OCI Functions Library ???

    Hi !

    I am trying to access oracle database using C language on UNIX. But when I compile my program , It return unreferenced symbol errors. Can anybody tell me the name of Lib file I have...
  20. windows based c editor to debug unix program

    Hi !

    Can anyone tell me or send me the windows based editor to debug a c program written for unix system. I have to write a c program which will run on unix system. I dont want to use vi or...
  21. Replies
    2
    Views
    720

    accessing oracle using c (unix based)

    Hello !

    How can I access oracle database using C . Remember operating system I am using is Unix. Can anybody provide me helping material or any helping website or any article
    Thanks
    ...
  22. Replies
    0
    Views
    549

    extracting text from tiff file ?

    Hi
    How can I extract some text from Tiff File. Please tell me about some website or related article or send me some material if anyone have. Should I understand the whole tiff format
  23. Replies
    0
    Views
    463

    Dll loading clarification ?

    Does anybody know about where the DLL is loaded when the DLL is registered on both the server and client computers (two separate computers), but client instantiatews this DLL remotely.

    1.Is the...
  24. how to get system information programatically

    Hi

    I want to get system infrormation programatically
    I mean harddisk size, freespace, type ets.
    what api are available for this in vc++.
    can anybody tell me
  25. Kindly send me winfax.lib and winfax.h files

    Hi

    Can anybody send me winfax.lib and winfax.h files via mail attachment. The problem is that these files are present in Microsoft SDK. It is not possible for me to download this sdk as its...
Results 1 to 25 of 61
Page 1 of 3 1 2 3





Click Here to Expand Forum to Full Width

Featured