Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. piticot1

    A problem about Outlook

    In VBA I use Outlook objects for sending the mails created. Is It possible to verify if the mail inserted is good or not? For example I want to send a mail at a@yahoo.com. But it doesn’t exists. When I send this mail I want to receive an error in VBA. This error could be like in Outlook...
  2. piticot1

    About ListView

    I want to create a listview and to have the possibility to modify the text of an item. For example: I have the following ListView: Item1 New Item2 Old And the user wants to change the text "New" with "New1". Can I use another object similar with ListView?
  3. piticot1

    I want to modify propYAxisMax when I use GSWAG32.DLL

    I have a graph and I define it using SDKPaint and using Graphics Server. The property YAxisMax is not took into account. How could I define the maximum value on the axe-Y in these conditions?
  4. piticot1

    Migrating from VB6 to VB.NET

    I have a huge application in VB6 and I want to migrate to VB.NET or C#. What do you advice me?
  5. piticot1

    Help-slideer control Visual Basic6

    Hi! I have a trouble in Vb 6.0. I have a slider control and when I load the current form I define the ticks. For the following example: sliAccuracy.Min = 1 sliAccuracy.Max = 24 sliAccuracy.TickFrequency =1 sliAccuracy.TickStyle=1 It will show 24 ticks like _____________________ ' ' ' ' ' ' ' '...

Part and Inventory Search

Back
Top