CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: ccosmin

Search: Search took 0.03 seconds.

  1. Replies
    8
    Views
    857

    the problem

    well the problem is this: i cannot install software from the Visual Studio 6.0 CD's on every computer i need to run my application cause i don't have licences for all of them. this is why i'm looking...
  2. Replies
    8
    Views
    857

    i discovered something else

    by installing from the visual studio 6 CD1 only "ADO, RDS and OLE DB Providers" from Data Access option the program works fine. Can i found this component in a sepparate place. I want to install it...
  3. Replies
    8
    Views
    857

    funny thing...smthing to die for...

    Actually, the P&D Wizard does "know" that msstdfmt.dll is required for the application. BUT: i make the deployment kit, a nice and quite bic *.cab file is made and i try to install it...and it won't...
  4. Replies
    8
    Views
    857

    Add-up

    some details i forgot to post:
    -my program was developed under WinXP Professional
    -i'm using *.mdb files

    -recently, i've installed MDAC and VBRUN60 from the Visual Studio 6 Pro CD and now i'm...
  5. Replies
    8
    Views
    857

    Program deployment

    I've just finished working to a program, compiled it and i want to copy it to another computer, but i'm getting errors on other computers like "Class not registred. You need the following to install...
  6. Replies
    21
    Views
    13,176

    it's working

    Thanks a million Cimperiali :thumb: I've done what u said and it's working now.
    Also i've tried the code Dmorley mentioned and that too is working. It's more like Cimperiali 's code, but more...
  7. Replies
    21
    Views
    13,176

    forgot to mention this

    I forgot to tell you that i'm using the "End" command only when i want to close the main form and exit the program. The other forms are still using the "Unload Me" command to close. Is this less...
  8. Replies
    21
    Views
    13,176

    second thoughts

    I guess there is a good reason why my program won't end well when i call the Unload command, but i can't figure it out why...all my forms have the unload command yet the program isn't ending. ...
  9. Thread: Path problem

    by ccosmin
    Replies
    8
    Views
    751

    I've solved it!!!

    I've tried a little bit with the assembly but it didn't work. Instead i've modified the connection string from the ADODC Proprieties for the control of the *.mdb file. I've erased the static path...
  10. Thread: Path problem

    by ccosmin
    Replies
    8
    Views
    751

    Oki, so one of my problem was solved with the...

    Oki, so one of my problem was solved with the App.Path + "\" + "file.mdb" . i'm now able to open a *.mdb file located in the same directory with the *.exe file.

    I have another problem with the...
  11. Replies
    21
    Views
    13,176

    Success

    For the last 3 posts:

    1) The Exit commands didn't help. I think that this command only interrupts a for, if, or sub execution without doing anythig else.

    2) I'm not quite sure where to put that...
  12. Replies
    21
    Views
    13,176

    I have a main form within i call several other...

    I have a main form within i call several other forms. I'm using variabiles from one form in another form. I don't know if that can generate circular references.
  13. Replies
    21
    Views
    13,176

    no activex or slow network

    I'm not using any activex neither access over a network. The database files are access files (mdb). I think that the problem comes from there somewhere, a connection to that database is not closed,...
  14. Thread: Path problem

    by ccosmin
    Replies
    8
    Views
    751

    A little more details

    My files (*.exe and *.mdb) are stored in one place (in one directory) "E:\--- My Documents ---\Gestiune stoc\".
    VB by default set up the path to that directory for the mdb files, e.g. "E:\--- My...
  15. Replies
    21
    Views
    13,176

    Yep, i've checked

    I've double checked. All the forms have only one exit button and they all have tis kind of code:

    Private Sub exit_Click()
    Unload Me
    End Sub

    Even if i start the aplication and click the...
  16. Replies
    21
    Views
    13,176

    Closing program trouble.

    HY!

    My program works with access files *.mdb. Everything is working, but when i push the close button the program close itself, but it remains in memory (i can see this when i press Ctr+Alt+Del)....
  17. Thread: Path problem

    by ccosmin
    Replies
    8
    Views
    751

    Path problem

    hy!

    I'm having a little trouble with the paths in my vb6 program. I'm working with access files *.mdb and I don't know how to make the program to set the default path to the directory where the...
  18. Thread: Scroll Problem

    by ccosmin
    Replies
    0
    Views
    488

    Scroll Problem

    Hi
    I'm writing an application where at some point i have to display many controls (one CStatic,one CProgressBar,one CProgressBar or a row, and i have to display many rows). The problem is that not...
  19. Replies
    1
    Views
    867

    ProgressCtrl with text

    Hi!
    I'm looking for the most simple and easy way to add text to a Progress Bar (the text should change from 0% to 100% acordingly to the progress bar).
    Also i want to know if i can add a simple...
  20. Replies
    1
    Views
    805

    Sniffer for W2K

    Hy,

    I'm trying to build an application that captures the IP packages received/sent by the network card installed on the system and makes an analisys of them (dest IP, source IP, MAC address, etc)....
Results 1 to 20 of 20





Click Here to Expand Forum to Full Width

Featured