Search:

Type: Posts; User: motiz

Search: Search took 0.00 seconds.

  1. Is there any way in C# to receive computer properties using Active Directory ?

    Dear Freinds,

    PLEASE TRY TO ASSIST !!!

    I am trying to receive a computer properties by using the active directory.
    The properties may be: Computer Name, DNS name, Description etc ..

    The...
  2. You are right. I added the files to the project...

    You are right.
    I added the files to the project and it solved the unresolved Thanks. Now it seems that I have another problem.
    I'll try to solve and update if necessary.
    Thanks a lot gg
  3. Link problem

    Thanks gg,


    #include "stdafx.h"
    #include "Engine\My_Include\MyInclude.h"

    VisualOptic vo;

    BOOL APIENTRY DllMain( HANDLE hModule,
    DWORD ul_reason_for_call,
  4. how can I link the distructor and compile it ?

    how can I link the distructor and compile it ?
  5. Should I include the function in the Def file ?

    Should I include the function in the Def file ?
  6. converting a win32 console application to DLL LNK 2001 unreseolved sign

    I wrote a win 32 console application in C++.
    The application was converted to DLL to work with a VB interface.
    While running the build command to the DLL i receive the following error message:
    ...
  7. create a dll for C++ simple program and call from VB

    Hi all,
    I would like to create a DLL file from the C++ program and call it via a visual basic form (with label and push button).
    When pressing the button I would like to show the message "Hello...
  8. Replies
    5
    Views
    5,219

    another quetion

    Thanks a lot for the pervious answer it was very helpful
    Small Question:

    How do you change the tab page control on a form which is consisted from 3 tabs.
    I would like to push a button on one...
  9. Replies
    5
    Views
    5,219

    Console Applicaion

    The Applicaion receives input from user (i.e from keyboard) and process some task were finnaly an output is presented. Actually the menu selection like:

    1. Order Screen
    2. Report Screen
    3. Quit ...
  10. Replies
    5
    Views
    5,219

    Adding interface to Win32 console application

    Dear all,

    I have built a win32 console application using visual studio 6.0
    Now I would like to add interface (GUI) to the application using visual studio 2008 BETA.

    I would like to receive...
Results 1 to 10 of 10