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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by youssef

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

Part and Inventory Search

Back
Top