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

  • Users: youssef
  • Order by date
  1. youssef

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

    Yes, it is an nullexception. Best Regards
  2. 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
  3. youssef

    dlgdata.cpp error in line 43

    I made an screenshot. If you have an email I can send you the error. Best Regards
  4. 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
  5. youssef

    dynamic byte array in c#

    I would to copy the value from my arraylist to an array byte. An error appear : An unhandled exception of type 'System.InvalidCastException' occurred in ArrayList1.exe Additional information: Specified cast is not valid. How can I do for resolving the problem ? Best Regards ArrayList...
  6. 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
  7. youssef

    I looking for using a modem in c#.

    Best regards
  8. youssef

    ListView : blinking a row ?

    Manu Thanks,
  9. 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
  10. youssef

    .NET : DEBUG and RELEASE problem

    Hi, I can't see this action
  11. 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
  12. 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
  13. youssef

    LOBYTE , HIBYTE in c#

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

    Database ACCESS 97 to linked server SQL 2000

    When I clicked on the Table, a message error : Error 7373 : could not set the initialization properties for the OLEDB provider "Microsoft Jet 4.0 OLE DB "
  15. 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...
  16. 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
  17. 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
  18. 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
  19. 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.
  20. 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,

Part and Inventory Search

Back
Top