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

Search:

Type: Posts; User: GeoNav

Page 1 of 4 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    8
    Views
    4,027

    Re: Take Picture from Digital Camera

    I think it is talking about viewing the pictures already in the camera. My requirement is to automate the actions of the camera, like taking a picture, zoom, etc.
    But still your suggestion is in...
  2. Replies
    8
    Views
    4,027

    Re: Take Picture from Digital Camera

    Nothing could be found in the documentation of the camera regarding automation......... Is it worth attempting WPD API?
  3. Replies
    8
    Views
    4,027

    Re: Take Picture from Digital Camera

    Thanks for the input.

    Currently, using WIA, I am not able to even get the camera device details listed......
  4. Replies
    8
    Views
    4,027

    Take Picture from Digital Camera

    How can I take pictures using a digital camera based on a button click in WinForm application? I tried googling, and got WIA. Used WIA 2.0 and wiaut.dll, and it is working fine for webcams. But I am...
  5. Re: How to displaye image dynamically in crystal report 11.5

    You can have two approaches.
    The first one is to use the graphic location formula approach.
    Second would be design a crystal report based on a dataset with a column defined as System.Byte[]. At...
  6. Re: How to displaye image dynamically in crystal report 11.5

    Is it on a winform or on a web application?
  7. Replies
    1
    Views
    1,449

    Problem with Menu Control and Crystal Report

    Hello all,

    I have a master page with asp.net menu control, which drops down the menu items. It works absolutely fine. But if I am viewing content pages with Crystal Reports, the menu items which...
  8. Replies
    13
    Views
    2,236

    Re: [RESOLVED] Memory problem?

    Thank you. I did not know that about that about image memory.
    GeoNav
  9. Replies
    6
    Views
    11,205

    Re: Draw lines over image in picturebox

    Hi BigEd781,
    Thanks a lot for the suggestions and advices. You made my life so much simpler.

    I am trying to measure the distances between different lines dynamically presented as result of Fast...
  10. Replies
    13
    Views
    2,236

    Re: [RESOLVED] Memory problem?

    Thank you very much for the suggestion. Will remember in future posts.
    GeoNav
  11. Replies
    6
    Views
    11,205

    Re: Draw lines over image in picturebox

    If it is not asking much, can you show a sample?
  12. Replies
    6
    Views
    11,205

    Re: Draw lines over image in picturebox

    Does it mean that I can draw these lines only in the pain event and not recommended to draw it in the MouseMove event?
    Since I want to show these lines when the moue enters the PIcture box, can you...
  13. Replies
    6
    Views
    11,205

    Draw lines over image in picturebox

    Hi all,
    I want to draw lines over an existing image in a picturebox (VS2008, .net3.5). No issues as far as drawing it once is concerned. But I want these lines to be shifted to the mouse position as...
  14. Replies
    13
    Views
    2,236

    Re: Memory problem?

    Thanks a lot. TheGreatCthulhu . I changed the initiation of Graphics too many times and the project is working nicely now. Thanks again.
    GeoNav
  15. Replies
    13
    Views
    2,236

    Re: Memory problem?

    Hi TheGreatCthulhu,
    Thanks a lot for your valuable effort and advices. I will try your advices and will revert soon.....
    GeoNav
  16. Replies
    13
    Views
    2,236

    Re: Memory problem?

    Is setting unsafe code likely to cause a problem like this?
  17. Replies
    13
    Views
    2,236

    Re: Memory problem?

    Hi BigEd781, have you gone through the code?
  18. Replies
    13
    Views
    2,236

    Re: Memory problem?

    Hi, Thanks for the reply.
    I am doing FFT on the output of the sound card and then plot it on a picturebox.....
    I am cleaning up after adding the new update to the graphics..... The code is placed...
  19. Replies
    13
    Views
    2,236

    [RESOLVED] Memory problem?

    Hi,
    In my current project I am displaying the frequency components of sound card output on a picturebox. On a regular interval, I am adding a new portion to the top of the picture box using a...
  20. Replies
    0
    Views
    634

    Use Tax Calculation Schema

    Hi,
    I have a project on preparation of tax returns using the schema given in "http://incometaxindiaefiling.gov.in/master". Could anyone give me some advice as to how to link get the schema to my vb...
  21. Replies
    4
    Views
    2,824

    Re: SQL Express Backup from vb.net 3.5

    I know how to call a stored procedure. But the question is how do I create a back up of an mdf file - apart from copying both the mdf and the ldf files in a desired location....
  22. Replies
    4
    Views
    2,824

    Re: SQL Express Backup from vb.net 3.5

    I am in doubt now - is it that there is no way to do it or I am asking a dumb question?
  23. Replies
    4
    Views
    2,824

    SQL Express Backup from vb.net 3.5

    Hello all,
    I have an mdf file in the vb.net 3.5 project I am working on. I wanted to write an stored procedure that will create a back up of the db in a selected location.
    How can I take a back up...
  24. Replies
    1
    Views
    1,509

    Custom Chart Types to List Box

    Is it possible to add Excel Custom Chart Type names to a list box at run time? That is, Microsoft.Office.Interop.Excel.Chart.XLChartType values to a list box?
  25. Replies
    0
    Views
    483

    Create Set up wit hInno Setup

    Hello all,
    Has anyone used Inno Setup to install .net 3.5 Windows Project? I wanted to know which are the files to be included and in what order. Can anyone help me?
    Thanks
    GeoNav
Results 1 to 25 of 95
Page 1 of 4 1 2 3 4





Click Here to Expand Forum to Full Width

Featured