Search:

Type: Posts; User: sacramento

Page 1 of 13 1 2 3 4

Search: Search took 2.91 seconds.

  1. VS 2008 Re: Visual Basic Power Packs V.9.0

    OK thanks OptionBase1
  2. VS 2008 [RESOLVED] Visual Basic Power Packs V.9.0

    Hi to all,

    After seraching in a lot of places i can't find for download Power Packs Version 9.0...It's easy find for download version 10.0 but 9.0 i had find it.
    Anyone know where i can download...
  3. Replies
    14
    Views
    1,239

    VS 2008 Re: Label Click

    Thanks Shaggy Hiker, work Perfectlly

    Thanks to all for your help
  4. Replies
    14
    Views
    1,239

    VS 2008 Re: Label Click

    hi,

    Sory the delay of the answears...

    Techgnome:

    Yes, we have a group Box
  5. Replies
    14
    Views
    1,239

    VS 2008 Re: Label Click

    Hi,

    Thanks for your help...unfornuttly don't work.
    When i click in each label nothing appens
  6. Replies
    14
    Views
    1,239

    VS 2008 [RESOLVED] Label Click

    Hi to all:

    I have this code to work when i click in a label...the code make that i want, the problem is that a have 80 diferent labels that i can click it...Wich way i can loop with this 80 labels...
  7. Replies
    4
    Views
    997

    Re: Exclude Null Values in DB

    Hi guys,

    Thanks for your suggestion and help work perfecttly
  8. Replies
    4
    Views
    997

    [RESOLVED] Exclude Null Values in DB

    Hi to all:

    I have this query, that have some records, in DB, with null values, but when i execute the query the null values apears, in blank values, this case, on my the list view.
    Something...
  9. Replies
    7
    Views
    619

    VS 2008 Re: Problem in execute Openfiledialog1

    Hi guys,

    That's weard but the problem is with the variables, the line marked as red


    FileCopy(path_image_diretoria, DIRETORIA_LOCAL + "\Fotos\" + Nome_da_imagem)

    I had resolved the problem...
  10. Replies
    7
    Views
    619

    VS 2008 Re: Problem in execute Openfiledialog1

    Hi,

    Thanks for your help but infornuttely the error remain

    I had exclude this line

    PictureBox1.Image = System.Drawing.Bitmap.FromFile(path_image)

    and put
  11. Replies
    7
    Views
    619

    VS 2008 Problem in execute Openfiledialog1

    Hi to all,

    I have this piece of code, for choose a Photo from Computer. The code work well but when the code start the last instruction (marked as Bold), for copy the photo from a folder to...
  12. Replies
    5
    Views
    912

    VS 2008 Re: Read .txt file

    "indexoutofrangeexception was unhandled"

    in this line:


    LVItem.SubItems.Add(strTemp(1).ToString)
  13. Replies
    5
    Views
    912

    VS 2008 Re: Read .txt file

    I'm definitely not one of those...I just like to make some programs for personal use.
  14. Replies
    5
    Views
    912

    VS 2008 Read .txt file

    Hi to all,

    I have this .txt file to import to a listview, but he is not separate by commas:




    I had write a little code but he only import, all the line, to a single Item in listview, the...
  15. Replies
    8
    Views
    1,172

    Re: Date in Query

    Hi,
    Not good idea store dates in text....i had change the data type for date and the code work very well

    Thanks for your help
  16. Replies
    8
    Views
    1,172

    Re: Date in Query

    HI,

    In fact i would like filtering records

    Database is Access and the data type of those columns are Text
  17. Replies
    8
    Views
    1,172

    Re: Date in Query

    Hi jmcilhinney,

    Thanks for your help

    Unfornuttely the result is the same with date.today...Records with year 2022, continue to sort

    Thanks
  18. Replies
    8
    Views
    1,172

    [RESOLVED] Date in Query

    Hi to all,

    I have this little query to sort dates that are greather than the actual date, but i don't know why the query don't sort the list like desired.

    Example:

    Date today - 11-01-2023
    ...
  19. Replies
    11
    Views
    1,198

    VS 2008 Re: Sending Email Problem

    Hi guys,

    Thanks for your replys and i had find that the problem concern with the authentication in Gmail, and the only way that i had find to resolve the problem it was create a password in the...
  20. Replies
    11
    Views
    1,198

    VS 2008 Re: Sending Email Problem

    Yes I have it
  21. Replies
    11
    Views
    1,198

    VS 2008 Re: Sending Email Problem

    Yes...but i had add to the code, and the problem remain
  22. Replies
    11
    Views
    1,198

    VS 2008 Re: Sending Email Problem

    You mean this:


    SMTP.Host = "smtp.gmail.com"
  23. Replies
    11
    Views
    1,198

    VS 2008 Sending Email Problem

    Hi to all,

    I have this code to send emails, but unfortunately without sucess, once app retrive the message that as not send the email...I had verify credentials for email, and permissions on...
  24. Replies
    16
    Views
    3,129

    VS 2022 Re: Adobe Reader Control

    Hi Peter,

    Finally the component has work.
    Sory if i had no understand you, but english is not my native language in for times, in this kind of language (specific) i have sometimes difficult to...
  25. Replies
    16
    Views
    3,129

    VS 2022 Re: Adobe Reader Control

    Hi Peter,

    NO...the framework is the same on VS2022...in this case 3.5, that's the framework i use in VS2008



    Peter sory but maybe you don't had read very well my post...The component was...
  26. Replies
    16
    Views
    3,129

    VS 2022 Re: Adobe Reader Control

    Hi...thanks for your reply.
    I had made that you had say, but unfornutely i don't have good news to see:
    1 - WHen i start a new project in VS2022 the framework for choose is only 6.0 or 7.0
    2 - If...
  27. Replies
    16
    Views
    3,129

    VS 2022 Re: Adobe Reader Control

    Yes I get the error that i had post here...Yes is the same project that i had convert from 2008 to 2022
  28. Replies
    16
    Views
    3,129

    VS 2022 Re: Adobe Reader Control

    Simply (I think)...the component are in the Toolbox and i put it in the design form
  29. Replies
    16
    Views
    3,129

    VS 2022 Re: Adobe Reader Control

    I had found this code, but sory my Unknowledge where i put it? And is the right code?


    Try
    Catch ex As Exception
    If TypeOf ex Is...
  30. Replies
    16
    Views
    3,129

    VS 2022 Re: Adobe Reader Control

    The code that i have is the beginning of a new form, in the project, that i would like to insert the "Adobe PDF Reader", and in the design form, when i add the component give the error that i had...
  31. Replies
    16
    Views
    3,129

    VS 2022 Re: Adobe Reader Control

    Yes, and i had find a lot of things but notthing illuminating ( or maybe i don't understand very well), that's why i had post here
  32. Replies
    16
    Views
    3,129

    VS 2022 Re: Adobe Reader Control

    Hi...sory once more...in fact i had done nothing, because, sincerelly, i don't know what i can do

    The Error says:

    "Failed to create component 'AxHost'.The error message
    follows:...
  33. Replies
    21
    Views
    3,003

    VS 2022 Re: App.Config

    Ok...no no problem...many thanks for the resolution of the question
  34. Replies
    16
    Views
    3,129

    VS 2022 [RESOLVED] Adobe Reader Control

    Hi to all,

    When i try to put a Adobe PDF Reader on my Windows.Form i get this error:

    186534

    Any help to resolve the problem

    Thanks
  35. Replies
    21
    Views
    3,003

    VS 2022 Re: App.Config

    OK...that i have in the Target Framework is:
    .NET Framework 2.0
    .NET Framework 3.0
    .NET Framework 3.5
    .NET Framework 4.7.2
    .NET Framework 4.8

    The projet use 3.5
  36. Replies
    21
    Views
    3,003

    VS 2022 Re: App.Config

    Sory, but i had try to put a picture bigger but I can't....the system redimension for the same size...Any way to put bigger pictures?
  37. VS 2022 Re: Problem in references on System

    OK...Work...Thanks
  38. Replies
    21
    Views
    3,003

    VS 2022 Re: App.Config

    That i have in my project, concerning framework is:

    186518
  39. Replies
    21
    Views
    3,003

    VS 2022 Re: App.Config

    OK...I go see
  40. Replies
    21
    Views
    3,003

    VS 2022 Re: App.Config

    I simply reopened it in VS2022, and the app had made the conversion
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width