Search:

Type: Posts; User: lokesh R

Search: Search took 0.02 seconds.

  1. VS 2010 Re: Check If three is no voice input in the mic _Visual Basic 2010

    okay , I will look into that - as per your suggestion I am thinking is there a way I can use the speech. recognoizer and then check from this class to when the sound is not comming -can you help me...
  2. VS 2010 Check If three is no voice input in the mic _Visual Basic 2010

    HI

    Hope you are doing well.

    I have been working on voice recording programme.

    It works and plays the sound as a recorder but I want to know how to check if there is a voice input coming on...
  3. Replies
    7
    Views
    1,474

    VS 2010 Re: Draw On Camera Preview screen in VB2010

    it darws the shpe but it erases as soon as the video comes in
  4. Replies
    7
    Views
    1,474

    VS 2010 Re: Draw On Camera Preview screen in VB2010

    yes, I will try to do so but the problem is these are not just the images to be drawn over picturebox. this is a camera feeding to the picturebox so will that solution work ? i will try and confirm...
  5. Replies
    7
    Views
    1,474

    VS 2010 Re: Draw On Camera Preview screen in VB2010

    I apologies for the comment and the attitude
  6. Replies
    7
    Views
    1,474

    VS 2010 Re: Draw On Camera Preview screen in VB2010

    ohh come on >> Any one please a little help here ?
  7. Replies
    7
    Views
    1,474

    VS 2010 Re: Draw On Camera Preview screen in VB2010

    The drawing code is in - button_info_click()>> help me with it. I do not know much to it
  8. Replies
    7
    Views
    1,474

    VS 2010 Draw On Camera Preview screen in VB2010

    Hello everyone,

    Hope you all the doing awesome !!

    179881



    I am working on capturing video via accessing the camera of my laptop in visual basic 2010. the code works fine but when I try to...
  9. Replies
    20
    Views
    7,961

    VS 2010 Re: A Generic Error Occurred In GDI+

    Thank you !!
  10. Replies
    20
    Views
    7,961

    VS 2010 Re: A Generic Error Occurred In GDI+

    Got it . I was not able to close a form and the other picturebox was on this second form this was not getting dispossed. Now it is working fine.

    Thank you Paul >>
  11. Replies
    20
    Views
    7,961

    VS 2010 Re: A Generic Error Occurred In GDI+

    I have been redefining it but no luck !!! can someone please fix it
  12. Replies
    20
    Views
    7,961

    VS 2010 Re: A Generic Error Occurred In GDI+

    Somebody Help me ->>>>> :(
  13. Replies
    20
    Views
    7,961

    VS 2010 Re: A Generic Error Occurred In GDI+

    Yes, I got it - VS2010 does not do auto intent but i have enabled them in Tools-> Text Editor->Basic->Editor->Indent Type="Smart"-> Interaction ="Line Numbers"

    its good to know information will...
  14. Replies
    20
    Views
    7,961

    VS 2010 Re: A Generic Error Occurred In GDI+

    I tried , but the error comes first and it does not work. And one more thing do you know how to enable the indexes in VS-2010 I have attached a screenshot i do not think that my Visual Studio 2010...
  15. Replies
    20
    Views
    7,961

    VS 2010 Re: A Generic Error Occurred In GDI+

    okay , will try that and then confirm
  16. Replies
    20
    Views
    7,961

    VS 2010 Re: A Generic Error Occurred In GDI+

    okay , got it the indexes along with the lines of the code. Will take care from now on !
  17. Replies
    20
    Views
    7,961

    VS 2010 Re: A Generic Error Occurred In GDI+

    I am sorry !! may be i do not know the indentation word meaning >> are your referring to the tabbed code as in visual basic 2010 with "-" sign on the left
  18. Replies
    20
    Views
    7,961

    VS 2010 Re: A Generic Error Occurred In GDI+

    NO - Absolutely not >> This is not the case, may be I have not briefed it. You see the things is there are two pictureboxes

    one picturbox uploads the picture and second picturebox show the...
  19. Replies
    20
    Views
    7,961

    VS 2010 Re: A Generic Error Occurred In GDI+

    As you suggested here is my code again with proper indentation >



    Option Compare Binary
    Option Explicit On
    Option Infer On
    Option Strict On
    Imports System
    Imports System.Collections.Generic
  20. Replies
    20
    Views
    7,961

    VS 2010 Re: A Generic Error Occurred In GDI+

    Ummmm I tried the way you told me but still not working.

    I think you are missing a point that i am uploading an image via picture_box3 - the address of image file is in variable "add". see below
    ...
  21. Replies
    20
    Views
    7,961

    VS 2010 [RESOLVED] A Generic Error Occurred In GDI+

    Hi

    Hope you all are doing great.


    I am trying to do a comparison between to image files for some specific Pixl values. I have been successful in it however it runs in the first go ( first go:...
  22. [VB.NET] Generic Error in GDI+ While Saving An Image

    Hi

    Hope you all are doing great.


    I am trying to do a comparison between to image files for some specific Pixl values. I have been successful in it however it runs in the first go ( first go:...
  23. VS 2010 Re: Stop Flicker of the windows form in visual basic 2010

    Forgot to ask - how do i mark it as "resolved" ?
  24. VS 2010 Re: Stop Flicker of the windows form in visual basic 2010

    Yes, I will !
  25. VS 2010 Re: Stop Flicker of the windows form in visual basic 2010

    Yes, I have 15 forms in my project and other controls as well. I will post a video once i have created it all. for the time being "Boops Boops" has suggested the code replacement into load event -...
  26. VS 2010 Re: Stop Flicker of the windows form in visual basic 2010

    WOOOOOOW >>> It worked . Thank you so much.
  27. Replies
    6
    Views
    2,234

    Re: Splitting a Multidimensional Array

    Your array w(,) is two dimensional as you said there are columns so each column might have different length of elements .what I is that

    -you are initiating array L() on the basis of Ubound of...
  28. VS 2010 Re: Stop Flicker of the windows form in visual basic 2010

    okay , so can you tell me how to do that in code ?
  29. VS 2010 Re: Stop Flicker of the windows form in visual basic 2010

    umm okay , so specifically where i must look for and please make me understand in the code.
  30. VS 2010 Re: Stop Flicker of the windows form in visual basic 2010

    you are right - i have reduced the number of labels to 1 only - and all the the text now in one label control
  31. VS 2010 Re: Stop Flicker of the windows form in visual basic 2010

    Okay - here are things that i have now

    - I have reduced the label control to only 1 that is on design time
    -yes, that double buffered is se to true from IDE- VB2010 see the attached

    and as you...
  32. VS 2010 Re: Stop Flicker of the windows form in visual basic 2010

    umm okay , so specifically where i must look for and please make me understand in the code.
  33. VS 2010 Re: Stop Flicker of the windows form in visual basic 2010

    you are right - i have reduced the number of labels to 1 only - and all the the text now in one label control
  34. VS 2010 Re: Stop Flicker of the windows form in visual basic 2010

    Okay - here are things that i have now

    - I have reduced the label control to only 1 that is on design time
    -yes, that double buffered is se to true from IDE- VB2010 see the attached

    and as...
  35. VS 2010 Re: Stop Flicker of the windows form in visual basic 2010

    I am running it on windows-10 > visual studio 2010 :>> it has labels created at run time that ranges from 20 to 50. The shaped form works well but when I click on scrollbars it flickers and the code...
  36. VS 2010 Re: Stop Flicker of the windows form in visual basic 2010

    I am running this on windows-10 and the number of controls go at runtime that form 20 to 50 labels. you see the most important part is the shape of the form and it keeps it but when i click the...
  37. VS 2010 [RESOLVED] Stop Flicker of the windows form in visual basic 2010

    179844


    HI

    Hope you all are doing fine.


    I have been trying to make a sifi look form for my project. it works however it flickers as i scroll it down or up. below mentioned is the code...
Results 1 to 37 of 37



Click Here to Expand Forum to Full Width