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 SkipVought 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. omeryesil

    Attach Databse vs Upgrade

    Hi, We use SQL Server 7.0 and we want to upgrade SQL 2000. Now, there are 5 databases on the SQL 7.0 We have just realized that there is an 'Attach Database' functionality in SQL 2000. In this case; when we attach to SQL 2000 our SQL 7.0 databases , will there occur any problem in future...
  2. omeryesil

    MDI

    Can I add toolbar into a dialog like as SDI/MDI applications Omer YESIL http://members.fortunecity.com/omeryesil Visual C++, SQL, TCP/IP, Delphi, Pascal, Assembler, 3D Studio Max.
  3. omeryesil

    Serialport

    Hi, Search CSerial class in www.codeguru.com page. This class is very useful. And should be a good example. Omer YESIL http://members.fortunecity.com/omeryesil Visual C++, SQL, TCP/IP, Delphi, Pascal, Assembler, 3D Studio Max.
  4. omeryesil

    TRACE macro

    Hi, Kapadia is right, also you should check the "tracer" that you will find it under Ms Visual Studio tools. When you run it you will see MFC trace options program. Then you can select tracing options. For example if "Enable Tracing" is not checked then you can't see TRACE...
  5. omeryesil

    sending data over sockets in MS VisualC++

    Hi, I don't know this will solve your problem, Use a file, and read value ( 1024 byte, for example ) from the file by ordering and send it end of the each reading. Omer YESIL http://members.fortunecity.com/omeryesil Visual C++, SQL, TCP/IP, Delphi, Pascal, Assembler, 3D Studio Max.
  6. omeryesil

    Call another program without using system()??

    Use ShellExecute function. It is better thant others. With this function you dont need to determine which application will operate, for example if you enter document.doc it will be opened with your default word application Omer YESIL http://members.fortunecity.com/omeryesil Visual C++, SQL...
  7. omeryesil

    MessageBox error (hard one)

    Use only MessageBox ( "Message", "Title"); Omer YESIL http://members.fortunecity.com/omeryesil Visual C++, SQL, TCP/IP, Delphi, Pascal, Assembler, 3D Studio Max.
  8. omeryesil

    Returning Arrays from class functions?

    Use CString class for your string variables. CString function ( ) { CString your_string; return your_string; } Omer YESIL http://members.fortunecity.com/omeryesil Visual C++, SQL, TCP/IP, Delphi, Pascal, Assembler, 3D Studio Max.
  9. omeryesil

    clw file

    Hi, i changed somethings in clw file manually. After when i open the class wizard it is asking me "This file has been modified outside of the source editor. Do you want to reload it?" Yes , No. When i pressed Yes or No button each one, there is no any change on the status, it is asking...
  10. omeryesil

    Missing DLL file

    If you send your e-mail me, I will sent to your e-mail. But, perhabs your program can need another DLL file. Yu should reinstall Visual C++ o_yesil@mail.com Vote me <p>Omer YESIL<br><a href=http://members.fortunecity.com/omeryesil>Programming, Samples, Downloads, Entertainment</a><br>Visual...
  11. omeryesil

    Help on &lt;graphics.h&gt; visual C++ does not have it

    what do you want to do, Visual C++ is graphic based. If you want to draw somethings you should use CDC based classes. <p>Omer YESIL<br><a href=http://members.fortunecity.com/omeryesil>Programming, Samples, Downloads, Entertainment</a><br>Visual C++, SQL, TCP/IP, Delphi, Pascal, Assembler, 3D...
  12. omeryesil

    RS232/IEEE488 port programming

    Hi Use CreateFile to access to ports. You can find sample codes on the internet.
  13. omeryesil

    Bringing window to top: how?

    Hi, Use CWnd::SetWindowPos. You can find more information in MSDN.
  14. omeryesil

    printer help

    Hi, You can use CDC class for printing.
  15. omeryesil

    Allocator for NT (fragmentation 1:80)

    Hi, Search Memory Allocation in MSDN. You can find detailed informations about memory allocation
  16. omeryesil

    Parallel Port Programming

    Follows are Parrallel port information. If you dont use WinNT or 2000 only use _outp and _inp commands ,or use Assembler to read/write. You should know that when the pin is free it is logic 1 1– Data strobe 14 - Auto line feed 2– D0 15 - Error 3– D1 16 - Initialize Printer 4– D2 17...
  17. omeryesil

    Do someone know which function is called when we click on something

    WM_LBUTTONDOWN, WM_LBUTTONDBLCLK try these.
  18. omeryesil

    Reading a binary file

    Try CFile class.
  19. omeryesil

    CBitmap in source code

    How can i draw a bitmap by using source codes. ( For example i will use it for an osciloscope ). And how can i set color of line ( MoveTo, LineTo )
  20. omeryesil

    Message Operations

    Hi,<br>Are Message operations different Windows 9X and Windows 2000/NT. Becouse of i developed a terminal program it's thread message function is working under Windows2000 but is not working under Windows98. Where should problem be.<br><br><br>

Part and Inventory Search

Back
Top