I have posted the question on the project Forum on Sourceforge, but there seem no one visit it :( and I downloaded source from CVS
xyz
I have posted the question on the project Forum on Sourceforge, but there seem no one visit it :( and I downloaded source from CVS
xyz
Hi everybody, I'm new bie to SCORM and I have to create a project like xmlScormstudio. I have downloaded the project from CVS on http://sourceforge.net/projects/xmlscormstudio. But i can't build it. It seems to be omitted many files. Are there any one know how to build it? Please help me!!! Thank you!
xyz
Hi all I had written a FTP directory listing program.Problem here is its working fine on my FTP server,but its not working working on client ftpserver i.e.,iam unable to get directory listing there.... I used following classes: class CFileFind; class CInternetSession; class CFtpFileFind; pf = is.GetFtpConnection((LPCTSTR)servername, (LPCTSTR)username, (LPCTSTR) pwd, portno, session_mode); although i have set session_mode both TRUE and FALSE, it still doesn't work or throw any exception Thanks,
xyz
Hi every body, Now, i want to write a program, it can send message to Yahoo users, but I don't know how to do it. Every body have experience about it, please tell me. Thanks & Best Regards
xyz
Hi everybody, I use database oracle8i, and use System.Data.OracleClient to connect db, but when i insert, updat data, It can't save unicode font. Do you what is problem? how to fix it? Thanks! xyz
Hi everybody, I use database oracle8i, and use System.Data.OracleClient to connect db, but when i insert, updat data, It can't save unicode font. Do you what is problem? how to fix it? Thanks! xyz
Hi everybody, I use database oracle8i, and use System.Data.OracleClient to connect db, but when i insert, updat data, It can't save unicode font. Do you what is problem? how to fix it? Thanks! xyz
Hi every body! Please tell me! how can i get list of all tables in oracle database and all fields of a table? Thanks! xyz
Please tell me! how can i get all tables name in access file (.mdb) ? Thanks! xyz
Please tell me! How can i get first 5 records in SELECT query? (I'm using SQL server 2000) Thanks
Hi! I’m deploying a asp.net app to shared server. I meet a problem. When I deploy my app to shared server, I copy all folder aspnet_client to that server, and change the path to java script in web.config file (). Problem is, all validator controls work but i can’t submit info to server although I input all corrected data. Could you tell me what is problem and how to fix this bug? Thanks! xyz
Hi every body! I want to write a web chat program using asp.net, but i don't know how to begin! have you got any source code or link about this? please send me! Thanks! xyz
Hi every body! I want to write a web chat program (.net), But i don't know how to begin! have you get any source code or link about this? please send me! Thanks! xyz
Hi every body! My company wants to write a chat program. There will be about 300 people using this program. I see that we can use remote object technology to write this program. But I don’t know whether I will have to face with any problem when I deploy this program, what is advantage, disadvantage of the technology. Could you give me some opinion? Should I use remote object or socket technology? Thanks a lot!! xyz
Hi every body! I'm learning about remote object. In a sample i'm learning there a statement Type.GetType("SharedAssembly.SharedObj,SharedObj") all time when this statemet is excuted, it return null SharedAssembly: namespace. SharedObj: a class in above namespace. Could you tell me how can i fix it? Thanks! xyz
Hi every body! please tell me how can i get a data type of a field in data base!!! Thanks! xyz
Hi every body! Please tell how can i get data type of a field in table of DB! Thanks! xyz
hi every body! I want to write a program that can take all unread mail from OutLook, but don't know how to do it, any one have experience about it, please give me some suggest! Thanks alot! xyz
Hi every body! I have created a global hook function (in Dll) to capture Keyboard events. Every a key has been pressed, the hook function send a user-defined message to my application. My problem is: My application can only receive the message, when it has focus. Could you tell me why? And How can I correct it? Thanks! //Hook function static LRESULT CALLBACK KeyboardHook(UINT nCode, WPARAM wParam, LPARAM lParam) { if( (nCode >=0) && (nCode == HC_ACTION) && (wParam == VK_SNAPSHOT)) PostMessage(hWndReceiver, UWM_CAPTURED,0,0); return CallNextHookEx(hookKeyBoard,nCode,wParam,lParam); } //Message Map BEGIN_MESSAGE_MAP(CTestHook, CDialog) ON_REGISTERED_MESSAGE(UWM_CAPTURED,OnCapture) //{{AFX_MSG_MAP(CTestDllDlg) ON_WM_SYSCOMMAND() ON_WM_PAINT() ON_WM_QUERYDRAGICON() //}}AFX_MSG_MAP END_MESSAGE_MAP() // afx_msg bool OnCapture(WPARAM wParam, LPARAM lParam); xyz
Hi every body! pls tell me how to show list member in VC++, I have checked auto lists member check box! but i can't show them! thanks! xyz