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 Chriss Miller 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: *

  • Users: youssef
  • Content: Threads
  • Order by date
  1. youssef

    remoting : object reference not set to an instance of an object ???

    I create a client remoting. I set a method with the frontcontroller from a client. When I executing the method this message appear : "object reference not set to an instance of an object " Best regards
  2. youssef

    dlgdata.cpp error in line 43

    Hi, when I compile my program all are ok. And when I execute my program an error appear : dlgdata.cpp error in line 43 I have 2 PCs with VC++ and I have the same problem when I executed the program. Best Regards
  3. youssef

    dynamic byte array in c#

    I looking how can I do for create a dynamic byte array. and can add some byte by this function : byte.Add(2); best regards
  4. youssef

    I looking for using a modem in c#.

    Best regards
  5. youssef

    ListView : blinking a row ?

    Hi, I looking for : 1/ blinking a Row of ListView; 2/ Show the last row inserted in the ListView when inserted a rnew row. Best Regards
  6. youssef

    .NET : DEBUG and RELEASE problem

    Hi, I create in the folder DEBUG or RELEASE some settings files for my executable. When I compile my project, the compiler delete the settings files and recreate a new folder DEBUG or RELEASE with the compiled files So how can I do for disable this option. Best Regards
  7. youssef

    CreateFile : Comport limitation ???

    Hi, When I use the CreateFile for Open, Read, Write and Close , when I using COM1, to COM9 no problem. But when I would like to use COM10 to COM34. I cannot open Comport. I using this command : CreateFile(\\\\.\\COM10,...) or CreateFile("COM10",...) cannot workink. Can you help me
  8. youssef

    LOBYTE , HIBYTE in c#

    I calculate a checksum and I would like to retrieve the LOW BYTE. Best Regards
  9. youssef

    Database ACCESS 97 to linked server SQL 2000

    Hi, I have a SQL SERVER 2000, I have a Database ACCESS 97 ( db.mdb) I use Entreprise manager for link the DB ACCESS 97 by linked servers to SQL2000. The only choice for PROVIDER NAME I have Microsoft Jet 4.0 OLE DB but for ACCESS 97 it is not good. I don't have the possibility for chabge the...
  10. youssef

    create a help files from a Word document ???

    Hi, I create a user manual in a Word Document. I would like to convert it in a .chm or .hlp files for use it with the F1 key. Please, it is possible to do that if yes anyone can help me ? Best regards
  11. youssef

    ccalendar and cmonthcalendar ?

    Hi, 1/I use CCalendar (OCX) I would like to disable the calendar but it doesn't work. Can you help me ? 2/ I would like to use cmonthcalendar but when I click to a day when I show the date, the date is wrong. Why ? Best Regards
  12. youssef

    CMonthCalendar : How to use it ?

    Hi, I use a MonthCalendar but the date isn't correct when I read the value. anyone can help me for that or a link. Best Regards
  13. youssef

    OUT OF MEMORY in RELEASE VERSION but OK in DEBUG ??

    Hi, I complided my software in DEBUG and RELEASE mode all are OK. But when I execute my RELEASE version, an error message appears " OUT OF MEMORY". Anyone can help me for debbugging this error or how can I do for checking my memory when I execute my software.
  14. youssef

    read/write datas from TCP/IP

    Hi, I would like to read/write datas from TCP/IP. I looking for little samples or litteratures. Best Regards,
  15. youssef

    check if two process exist and close the last opened and show the firs

    Hi, I execute my pgm two times . I would like to know how can I do for inhibe the second pgm execution I would like to show the first pgm and close the second pgm. Best Regards
  16. youssef

    Utility Project

    How can I do do for using in a structured project ? Best Regards
  17. youssef

    fatal error C1083

    I create a project where I include a file.h in another folder in the same project. when I used #include "myfile.h" the compiler don't find the file. How can I do for find it ? Best Regards
  18. youssef

    Hi, I create a Dialog box with s

    Hi, I create a Dialog box with some controls. I would like to use my Dialog box for another application in VC++. How can I do for import this dialog with all controls ? Best Regards
  19. youssef

    CEdit : Detect the VK_ENTER , VK_TAB+, VK_LF from a string

    Hi, I receive from a Barcode Reader a string with a end of message character LF, TAB+, ENTER, RETURN, CR/LF in an editbox. For example : *B00001*+<CR> or *B00001*+<ENTER>, ... When I receive the string and the End of Message is RETURN, CR, ENTER, the program is closed. Ok I use Pretranslate...
  20. youssef

    Retrieve prompt message in a file from command MsDos

    Hi, I create a batch file , execute the batch file with shellexecute and I would like to retrieve the prompt message to a file for checking the status of the processing. Best Regards

Part and Inventory Search

Back
Top