Search:

Type: Posts; User: Gensor

Page 1 of 13 1 2 3 4

Search: Search took 0.08 seconds.

  1. Thread: Sql count

    by Gensor
    Replies
    2
    Views
    560

    Sql count

    I have 2 tables like this (I removed a lot of fields to make it easier to understand)

    tblProducts
    -----------
    ProductNumber
    ProductName


    tblProductsSold
    -----------------
  2. Thread: SQL Help

    by Gensor
    Replies
    3
    Views
    616

    SQL Help

    I have a big one for you.

    I have 3 tables each describe like this (I removed some fields to be easier to understand) :

    tblProducts (List the products in stock)
    - ProductID
    - ProductName...
  3. Thread: Sql count

    by Gensor
    Replies
    7
    Views
    854

    Re: Sql count

    The SQL statement is working when I add all fields from the Customers table. The problem now is that it only gets the customers who have orders. I would like to have value 0 in the count for customer...
  4. Thread: Sql count

    by Gensor
    Replies
    7
    Views
    854

    Sql count

    I'm using Visual Basic 2015 and the database I'm using is Access 2013

    I have 2 tables, one containing customers like this :

    CustID
    Name

    And the other is containing orders like this :
    ...
  5. Thread: Database

    by Gensor
    Replies
    5
    Views
    1,864

    VS 2015 Re: Database

    So do I need to connect my database to my project first or I open it each time with the ADO.NET connection string ?

    If I have to use the Data Connections and Data Sources (in the left pane), how...
  6. Thread: Database

    by Gensor
    Replies
    5
    Views
    1,864

    VS 2015 Database

    I'm lost with database connections.

    I used to code with VB6 about 10 years ago and I had to connect the database like this :

    Set DB = New ADODB.Database ...

    Set myRecordset =...
  7. Re: Active Directory Users and Groups Functions

    Is it something that can be done ?
  8. Active Directory Users and Groups Functions

    I searched the forum for a solution and I only found basic info on this. I want to be able to list users and groups from the AD (2000 and 2003 Server) and I want to be able to :

    - Add / Delete...
  9. Replies
    1
    Views
    515

    Detect device by IP

    As a technician, I need sometimes to scan a network and find what's on it.

    Is it possible to do an application that would check all IP address in a network and see if it's a computer, a server, a...
  10. Replies
    5
    Views
    723

    Re: Variable not defined

    What is httCheckVersion ? An ocx control, a class module ?

    If it's a control, you have to put it on your form and if it's a class, you have to declared a variable like this :



    Dim...
  11. Re: Setting out source code correctly question

    Not than I'm aware of !
  12. Replies
    6
    Views
    2,287

    Re: Modal without vbModal

    Yes, it helps ! Thank you MartinLiss
  13. Replies
    6
    Views
    2,287

    Re: Modal without vbModal

    I'll have to try tomorrow at work because it was not working and at home, I try to do something similar and it's working. The timer is running even if there's a modal windows opened !
  14. Replies
    6
    Views
    2,287

    Modal without vbModal

    I have a timer on the main form that runs important program code that must always be runned.

    On this form, there's button that opens other forms that must be in front of the main one.

    If I open...
  15. Replies
    4
    Views
    508

    Re: Detect if line is in use

    Is there a parameter that will return me false if there's no tone ?

    By the way, the InternetGetConnectedStateEx always return True. It's checking for internet connection which I have. What I want,...
  16. Replies
    4
    Views
    508

    Detect if line is in use

    I have to make a call using a modem and MSComm and I would like to be sure no one is on the phone before calling.

    Right now, when the phone is open, the modem is beeping like a busy line but I...
  17. Replies
    5
    Views
    692

    Re: Buying Visual Studio

    What's the differerence between the version Express, Standard and Professional ?
  18. Replies
    5
    Views
    692

    Re: Buying Visual Studio

    I'm a professional programmer who want to migrate to .Net (I'm a VB6 programmer)
  19. Replies
    5
    Views
    692

    Buying Visual Studio

    What's the difference between Visual Studio Standard 2005 and Visual Studio Professional 2005 ? There's a difference of 700$ CDN.

    Also, I searched the internet to find only the Visual Basic 2005...
  20. Replies
    10
    Views
    1,525

    Re: Open VideoLAN from VB

    Finally, I found an older ActiveX that fits with the older version of VLC.

    What I'm doing right now is that when the position of the clip is over 99%, I set it back to 0. So, it loops until the...
  21. Replies
    10
    Views
    1,525

    Re: Open VideoLAN from VB

    I'm stuck again.. in the latest version (with the ActiveX), the window cannot be opened twice. So, if I put the ActiveX on 2 forms and start the two videos in full screen, only one is working !
  22. Replies
    10
    Views
    1,525

    Re: Open VideoLAN from VB

    I finally found an activeX for VLC in the last version of the software, but I can't manage to play a file !
  23. Replies
    10
    Views
    1,525

    Re: Open VideoLAN from VB

    That's why I want to use VideoLAN, it can be opened twice in full screen mode !

    I only need to be able to open it through VB and set the full screen, the repeat, the position and the video to play...
  24. Replies
    10
    Views
    1,525

    Re: Open VideoLAN from VB

    For your information, I tried it and only 1 video at a time can be in full screen mode ! :(

    I set the left of one form to be on the left screen and the other on right screen. I set the parameter...
  25. Replies
    10
    Views
    1,525

    Re: Open VideoLAN from VB

    Can I play them in full screen mode ?
  26. Replies
    10
    Views
    1,525

    Re: Open VideoLAN from VB

    Does anyone have a better ID ?

    I want to show text on a screen (like PowerPoint) and photos on the other.

    I tried :
    - 2 PowerPoints (Only 1 at a time is working)
    - PowerPoint and WMP...
  27. Replies
    10
    Views
    1,525

    Open VideoLAN from VB

    I need to play 2 videos at same time on two different screen connected to one computer.

    Is it possible to open a video with VideoLAN on left and right screen and in full screen mode?

    I must use...
  28. Replies
    9
    Views
    1,344

    Re: Lock workstation

    My friend have a computer company and one of his client ask him for a program. Because he don't know how to code, he asked it to me.

    And by the way, I finally found how to do all I need.

    I'll...
  29. Replies
    9
    Views
    1,344

    Re: Lock workstation

    I guess this will be used to block access after 30 minutes of inactivity. I've been asked to do a timer of 30 minutes, and then change password, send it to another computer with winsock and lock the...
  30. Replies
    9
    Views
    1,344

    Re: Lock workstation

    Actually, I don't know. I've been asked if I can do this in VB !
  31. Replies
    9
    Views
    1,344

    [RESOLVED] Lock workstation

    Is it possible with VB6 to lock the workstation with the Windows standard lock window ?

    Also, is it possible to change the password before locking it ?
  32. Replies
    1
    Views
    396

    Re: Delete Recipient

    I found the solution myself.

    If any of you wants to know, here it is :



    Call otlDistList.RemoveMember(otlDistList.GetMember(iRecipient))

    Call otlDistList.Save
  33. Replies
    1
    Views
    396

    Delete Recipient

    I'm trying to delete a recipient in a distribution list but it's not working.

    Here's the code I use :



    Call otlDistList.GetMember(iRecipient).Delete


    It doesn't returns any errors, but...
  34. Thread: Trial Version

    by Gensor
    Replies
    7
    Views
    1,116

    Re: Trial Version

    My database is an MS access database.

    And Martin, I want to let users have full functionnalities for a limited period of time.
  35. Thread: Trial Version

    by Gensor
    Replies
    7
    Views
    1,116

    Re: Trial Version

    Yes, but on install, the database will be replaced with a new one
  36. Thread: Trial Version

    by Gensor
    Replies
    7
    Views
    1,116

    Trial Version

    How do I create a trial version of 3 month for my application ?

    I want to do it like Norton. If I uninstall the application and reinstall it, I don't want it to reset the trial.

    How is it...
  37. Replies
    6
    Views
    653

    Re: Can't use Array in Function?

    Your array needs to be declared public in your form in order to use it in your module.

    Here's the declaration :



    Public WordArray() As String
  38. Replies
    6
    Views
    2,291

    Re: How to browse to "My Documents" folder

    When I tried the RhinoBull example, it was not working.

    I create an application like it asked to do on the page, in the List1, there's a lot of constant. When I click on one of them, it shows the...
  39. Replies
    6
    Views
    2,291

    Re: How to browse to "My Documents" folder

    I think I'll just checked if the folder exist with the English name and if not, I'll use the french name.

    I'll be a lot easier !
  40. Replies
    6
    Views
    653

    Re: Can't use Array in Function?

    Is your Kaka function in a different form that Form1 ??

    If so, is your array declared Public ?
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width