Hi, I was wrote a service, I want write an application to communicate with this service, I use Socket mechanism but when I start service it generate error. Have you resolve for this problem? Please help me. Thank you :rose:. L.H.Dung
Hoang Dung
Posts
-
Windows Service -
Read and write in .INF fileHi, Howto I can read and write section in .INF file with C#? Please help me. Thanks. H.Dung.
-
Get folder and filename in CD ROMHi, I use VB.6 and I want get all directories and files in CD ROM but I don't want scan all content of CD ROM. Please help me. Thanks. H.Dung
-
How to read data in excel fileHi, How do I read data in cells of Excel file by using Microsoft Excel Object 9.0 component? Please help me. Thanks H.Dung
-
Get folder and filename in CD ROMHi, How to I can get all folders name and files name in CD ROM, but not scan all content of CD. Because scan all data is very slowly. Please help me for this problem. H.Dung
-
Dynamic ArrayHi, Thank you very much. I have been used the ArrayList class in System.Collections namespace, and I have everything which I need. H.Dung.
-
Dynamic ArrayHi, How to I allocate a dynamic array in run time. I want to allocate an array, but length of array unfixed. Please help me. Thanks. H.Dung
-
Get databse nameHi, How do I get all database name in SQL server 7? Thanks. H.Dung
-
memset functionHi, do C# exists an function like memset in C? I want fill initial value for an matrix, has another way to fill value for matrix except use 2 loop? Thanks. H.Dung
-
How to know numeric of instance...Hi, Thanks you very much. H.Dung
-
Compile C# run under Windows 98Thanks for your suggest very much. Now I can run my app in win98. H.Dung
-
Compile C# run under Windows 98Hi, I don't compile C# run in Windows 98 because I install it in Windows 2000. Now I want compile C# project for run in Win98. Please help me. Thanks.
-
Compile C# run under Windows 98Hi, Please tell me about compile an project in C# for run under Windows 98, Win98 SE. I try compile but it don't run, it's missing very library. Thanks. H.Dung
-
How to know numeric of instance...Hi, I write an application in C# but I don't want user run it more one instance. How do I know numeric of instance of this app when user fire it? And how to I resolve this problem? Please help me. Thanks. H.Dung
-
Using DataGrid with OleDBI'm use an OleDbDataReader variable for get data from OLAP cube. I want show this data to DataGrid control, but I don't know a way. Can you help me? Thanks.
-
Using MSHFlexgrid in C#I want to uses MsHFlexgrid in C#, but it don't. How I uses it in C#? Please help me. Thanks.
-
Convert data typeThank you for your answer, but I want to convert a string to a class/struct because I write an application using Socket, Server module wrote in MFC 6.0 and client module I write in C#, data from Server send to Client are records which converted to string and pass throught metwork. Now, I want convert this data to struct/class after receive string data from server. Please help me. It very importance for me. Thanks.
-
Convert data typeWhen I programed in C, I use memcpy function to change a struct to a string. Ex: struct A { int x; ... }; ... A a; char str[50]; memcpy(str,&a,sizeof(A)); ... However, when I write in C#, I also want to convert a class/struct to string but I don't. Can you help me? Thanks