Search:

Type: Posts; User: Mehmood Iqbal

Page 1 of 5 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    5
    Views
    1,349

    Youtube Video Downloading

    I've a target project to download Youtube video from a youtube video link but no idea. Can anyone suggest me the way? Any sample project in VB.NET.
  2. Replies
    1
    Views
    1,032

    VS 2008 How to load/unload a keyboard layout

    I have an application in which i need to load a specific keyboard layout only when application is running and a text box (Textbox1) is under focus. I don't have an idea to load a specific keyboarded...
  3. Replies
    9
    Views
    1,050

    Re: Compare Images Or What

    Thanks for the contribution....

    I agree with you all friends, It is too much difficult to do. I also agree that AVI & BMP are the best choice (at the start). Because the target is too much...
  4. Replies
    6
    Views
    874

    VS 2010 Re: How to check a Logo in movie clip

    Thanks for the contribution....

    I agree with you friends, It is too much difficult to do. I've got an idea to get the target step by step, i mean first we assume some things as constants. Like...
  5. Replies
    6
    Views
    874

    VS 2010 How to check a Logo in movie clip

    I wants to check a logo (like BOEING, TOYOTA, CAA etc) in a movie clip (AVI, MP4 etc) & then count the number of appearance in that movie clip. Also information needed that on which frame(s) logo...
  6. Replies
    9
    Views
    1,050

    Compare Images Or What

    I wants to check a logo (like BOEING, TOYOTA, CAA etc) in a movie clip (AVI, MP4 etc) & then count the number of appearance in that movie clip. Also information needed that on which frame(s) logo...
  7. Re: MS Access Error: Record is too Large, How to solve it?

    When try to edit Data Type (Text, Memo) in MS Access file:

    87746
  8. Re: MS Access Error: Record is too Large, How to solve it?

    The exactly problem is that, I've 26 fields into the table, all that contain Unicode data, Overall 29 tables into the DB file but Unicode data table is only one, about we are talking. When i save...
  9. Re: MS Access Error: Record is too Large, How to solve it?

    MEMO type also tried but the same problem.
  10. MS Access Error: Record is too Large, How to solve it?

    I've a MS Access database file with near about 29 tables, In which only one table contains 26 fields, & large Unicode data as text. During adding a new record an MS Access error came as shown:
    ...
  11. Replies
    0
    Views
    734

    Arabic Letter's Can't Join

    When i set the caption of a Unicode aware Button to Arabic, the Arabic letters can't join as Arabic Script. As show as :

    ﺍ ﻞ ﺲ ﻞ ﺍ ﻡ

    What that is happening? The same project is working well in...
  12. Re: Please Help need codes for showing search results while entering text

    The simple answer is that you've to put your 'search code' in Text_Change event of the Textbox. Explain your question for more.
  13. Replies
    2
    Views
    3,348

    Re: ADO data control with MS Access 2007

    Check out the following Connection Strings that may help you to find better drivers to use MS Access 2007 database file:

    http://www.connectionstrings.com/access-2007
  14. Replies
    2
    Views
    984

    Re: Converting Unicode Text to Hex

    I'm not trying to convert string, I wants to get the HEX values for Unicode text.
  15. Replies
    3
    Views
    2,398

    Re: CDO Error When Sending Email from VB

    It is because of 'NO Authentication'. Now a days all SMTP servers require authentication for SMTP to reduce the spamming (as i think). No one allow you to send email without authentication. For this,...
  16. Replies
    2
    Views
    984

    Converting Unicode Text to Hex

    I've the following project that is converting a text to ASCII, Hex, Binary etc values. But the problem is that it doesn't work for me when i put Unicode text into the textbox. It shows the values for...
  17. Replies
    12
    Views
    1,250

    Re: send Email with another form

    Sorry salsa31 ! You are unable to show that what problem is, and where or what type of error is.
  18. Re: [RESOLVED] How to set justify property for Label control?

    I hope you'll share, When you 'll get success in that. :)
  19. Replies
    2
    Views
    577

    Re: Classes and Collections

    This is a sample Class Module for beginners to learn about Classes. You will learn much more with this.
  20. Replies
    12
    Views
    1,250

    Re: send Email with another form

    I'm not confirmed that what you wants to do. You wants to send an email (As in Serial#1) or wants to search a string??
  21. Replies
    12
    Views
    1,250

    Re: send Email with another form

    Where debugger shows error?
  22. Replies
    3
    Views
    1,572

    Re: convert C++ code to VB6

    This is a Demo Tools that may work for you.
  23. Replies
    31
    Views
    13,080

    Re: The most amazing VB6 Code ever

    Only Coding, Its Really Interesting & Amazing !!!
  24. Replies
    12
    Views
    1,250

    Re: send Email with another form

    Try using like this one:



    If RS.RecordCount = 0 Then
    Msgbox "No Recod Found", VbCritical
    EmailButton.Enabled = False

    Else
  25. Re: How to set justify property for Label control?

    No code found to justify label Right-Left at the same time. I've code to justify Richtextbox but that is not valid for Label control. For Label control, you can use manual spacing between the...
  26. Replies
    12
    Views
    1,250

    Re: send Email with another form

    You wants to show all first names & email address on any form, use the following code instead of you code. In this code 2 list boxes (List1, List2) used, one for FirstNames & second for Emails. Draw...
  27. Re: How to set justify property for Label control?

    I think you are trying to justify like this:




    J u s t i f y
  28. Replies
    8
    Views
    1,386

    Re: vb6 send email help

    Mark Thread as Resolved from 'Thread Tools'.
  29. Re: give me a program of face detection using webcam or something

    @Nightwalker83
    Forgot to say that "It may dificult in VB6." I know it very much, but that is shared only for concepts. :)
  30. Re: How to set justify property for Label control?

    What type of justification you want?
  31. Re: give me a program of face detection using webcam or something

    I think, it is too much complicated task. Check Out This if that help you.
  32. Replies
    8
    Views
    1,386

    Re: vb6 send email help

    vbNewLine & vbCrlf will not work there because this line is not going to run as VB code. It is only going to email server as HTML or as Plane Text. If your email provider allow to send HTML email...
  33. Re: SQLDependecy _OnChange event fires always up (Infinite Loop).

    I've fully examined this code as i can, but unfortunately Hands Over! Wait for somebody else reply. Point maybe one line but we 've not got it.
  34. Re: SQLDependecy _OnChange event fires always up (Infinite Loop).

    I mean :



    Private Sub dependency_OnChange(ByVal sender As Object, ByVal e As SqlNotificationEventArgs)
    Dim ISync As ISynchronizeInvoke = CType(Me, ISynchronizeInvoke)

    If...
  35. Re: SQLDependecy _OnChange event fires always up (Infinite Loop).

    OK, But for One Time Only ! After one time run dependency_OnChange ( ) task, why you need to re-run GetData ( ) again? Oh, Are you trying to run following code lines after dependency_OnChange ( )...
  36. Re: SQLDependecy _OnChange event fires always up (Infinite Loop).

    But as code showing, You are removing Handler but after calling GetData( ) at the end, Handler again added. It repeat itself one time more and at the end, again removed & then GetData ( ) called to...
  37. Replies
    4
    Views
    1,121

    Re: doevents -> loop

    For VB6, I'm assuming Control as Form object. So in VB6 :




    Do 'Use Do-While or Do-Until Loops if some conditions also taking

    DoEvents

    Form1.Hide
  38. Replies
    1
    Views
    478

    Re: help creating exam database

    To make a powerful database design first of all, make a contents list that are required to be use or to be manipulated. Categorize all contents as there existence. Make a relationship layout between...
  39. Re: SQLDependecy _OnChange event fires always up (Infinite Loop).

    In Getdata ( ) function you are calling dependency_OnChange ( ) function but at the end of dependency_OnChange ( ) you are calling all time GetData ( ) again.



    Private Sub GetData()
    ...
  40. Re: Vb6 adodb to mysql odbc 5.1 driver connection problem

    Mark thread as RESOLVED from Thread Tools.
Results 1 to 40 of 166
Page 1 of 5 1 2 3 4



Click Here to Expand Forum to Full Width