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

Search:

Type: Posts; User: bayram

Page 1 of 27 1 2 3 4

Search: Search took 0.13 seconds.

  1. Replies
    3
    Views
    1,205

    Come on, guys!

    Come on, guys!
  2. Replies
    3
    Views
    1,205

    Thanks a lot for hint. My property pages are set...

    Thanks a lot for hint.
    My property pages are set to myFont font by default. I do it from Resource view tab before I compile the project. But there is no result either. I think the font of a prop....
  3. Replies
    3
    Views
    1,205

    CPropertySheet font

    Hi everyone!
    Does anybody know how programatically to change font of a CPropertySheet object, say, m_PrpSheet. I tried the following in OnInitDialog of the Property sheet:
    1) created desired font,...
  4. Replies
    1
    Views
    1,031

    VC++ .NET and ADO .NET

    Hello!
    Can I use ADO .NET from VC++ .NET to manipulate a database?

    Best regards,
    Bayram.
  5. Thread: ADO .NET

    by bayram
    Replies
    0
    Views
    1,036

    ADO .NET

    Hi!
    Can I take an advantage of ADO .NET from Visual C++ .NET.
    If yes, how?

    Thanks in advance.
    Bayram.
  6. Replies
    2
    Views
    2,047

    Re: Crystal Report object !

    Hi there!
    Actually, it is not enough to have ocx file on your computer so that your CR object could properly work on that machine. In fact, there is a lot of dll files you have to copy to the PC...
  7. Thread: ADO help!!!

    by bayram
    Replies
    5
    Views
    798

    Re: ADO help!!!

    a connection string should look like:
    "Provider=MSDASQL;Driver=Microsoft dBase Driver (*.dbf);SERVER=myServer; UID=myUser;PWD=myPwd;Database=myDatabase; DEFAULTDIR=C:\\myFolder"

    Bayram.
  8. Thread: ADO help!!!

    by bayram
    Replies
    5
    Views
    798

    Re: ADO help!!!

    for example:
    CREATE DATABASE 'C:\myFolder\myDatabase'

    Bayram.
  9. Thread: ADO help!!!

    by bayram
    Replies
    5
    Views
    798

    Re: ADO help!!!

    Hi there! I think you'd better have a look at MSDN library help for more detail information, however, the outline of using ADO object from your code as follows:

    1) firstly create an ADO object;...
  10. Replies
    1
    Views
    504

    Anyone who deals with Computer science!

    Hi gurus!
    Subjects to discuss: Automata theory and its applications, Compiler design, Computation theory, Math logic, Set theory, AI.

    Regards,
    Bayram (goner).
  11. Re: What kind of Brain do you need to be programmer ?

    You say "things i dont want to remember i remember" that means you have already memory to become a good programmer. What you should to do is to get rid of things make you to think of other things...
  12. Replies
    0
    Views
    477

    Hello, everybody!

    Hi, gurus!
  13. Replies
    5
    Views
    1,701

    Re: How can I use ADO in a C program

    from where are you going to use ADO? VS enviroment?
  14. Replies
    2
    Views
    891

    Re: SQL Server Ado Connection fails

    1) you should specify User ID and Password values in your connection string
    2) use your database without mdf extension

    If it helps you let me know.
    Bayram.
  15. Thread: COM DLL in MFC

    by bayram
    Replies
    1
    Views
    520

    Re: COM DLL in MFC

    Just as you know ATL Wizard does all necessery work, to create a compact COM server (dll), if you dont want to use ATL, you will have to write manually from scratch every line ATL inserts when...
  16. Replies
    2
    Views
    642

    Re: SQL Server ado connect

    #define CON_STR "provider=sqloledb; server=yourServer; uid=yourUID; pwd=yourPWD; database=yourDatabase;";
    HRESULT hr = m_Connection->Open(_bstr_t(CON_STR), _bstr_t(""),
    _bstr_t(""),...
  17. Replies
    3
    Views
    674

    Re: adding CStrings to a database

    varchar(n) where n is a max string length

    Bayram.
  18. Replies
    2
    Views
    737

    Re: CString to char*

    use LPTSTR CString::GetBuffer(n) method

    Bayram
  19. My fields: VC++/MFC, ADO,COM, Compiler writing, AI, OOP, Math logic, LISP

    My principle is not to prove that 2+3=5,
    but kx+hx=(k+h)x.
    mybayram@yahoo.com
  20. Replies
    12
    Views
    1,336

    Re: Artificial Intelligence

    hi!
    My name is Bayram.
    I have a good fundametals in AI. Apart from it I have experience in Compiler and algorithm design, familiar with many fundamental problems of Computer science such as Godel...
  21. Replies
    7
    Views
    1,469

    Re: Installshield help needed !

    why do you need your cpp. h, obj files. You should include only exe release file.

    Just create another file group and add your exe file.

    Bayram
  22. Replies
    7
    Views
    1,469

    Re: Installshield help needed !

    Hi Xeon1
    well, try the following:
    1) click on Components tab
    2) click on (choose) a folder where your files you want to copy to a different dir are stored
    3) on the right side you can see...
  23. Replies
    7
    Views
    1,469

    Re: Installshield help needed !

    1)create a file group
    2)add to the group your ocx file
    2.5) click on (choose) your just created file group
    3)set the VALUE of the Self-registered field to YES
    compile and build your project
    ...
  24. Replies
    1
    Views
    668

    Help: job opportunity site

    Hi friends!
    Can someone advise me a 'job opportunity' site.
    Thank you very much in advance.

    Regards,
    Bayram.
  25. Replies
    0
    Views
    568

    ?????????????????

    Can somenone send me code that successfully connects to a SQL SERVER by means of ADO, executes a query against a db and runs under WIN95?

    Thank you in advance.

    Bayram.
Results 1 to 25 of 674
Page 1 of 27 1 2 3 4





Click Here to Expand Forum to Full Width

Featured