Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
S

Silly Boy

@Silly Boy
About
Posts
25
Topics
24
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • xmlScormStudio
    S Silly Boy

    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

    C# csharp help tutorial question

  • xmlScormStudio
    S Silly Boy

    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

    C# csharp help tutorial question

  • Ftp program
    S Silly Boy

    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

    C / C++ / MFC sysadmin help

  • send message to Yahoo user
    S Silly Boy

    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

    C / C++ / MFC tutorial

  • oracle8i&system.data.oracleclient
    S Silly Boy

    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

    Visual Basic database help question tutorial

  • oracle8i&System.Data.OracleClient
    S Silly Boy

    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

    C# database help question tutorial

  • Oracle8i&System.Data.OracleClient
    S Silly Boy

    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

    ASP.NET database help question tutorial

  • Oracle schema
    S Silly Boy

    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

    Database database question oracle xml

  • tables list in access
    S Silly Boy

    Please tell me! how can i get all tables name in access file (.mdb) ? Thanks! xyz

    Database question

  • query
    S Silly Boy

    Please tell me! How can i get first 5 records in SELECT query? (I'm using SQL server 2000) Thanks

    Database database question sql-server sysadmin

  • deploy validator control
    S Silly Boy

    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

    ASP.NET help asp-net question csharp java

  • Web chat!
    S Silly Boy

    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

    ASP.NET csharp asp-net tutorial question lounge

  • web chat!
    S Silly Boy

    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

    C# csharp tutorial question lounge

  • remote object
    S Silly Boy

    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

    C# question help lounge

  • Type.GetType
    S Silly Boy

    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

    C# question help learning

  • get DB schema
    S Silly Boy

    Hi every body! please tell me how can i get a data type of a field in data base!!! Thanks! xyz

    Visual Basic database xml question

  • get DB Schema
    S Silly Boy

    Hi every body! Please tell how can i get data type of a field in table of DB! Thanks! xyz

    Database database xml question

  • Read Email
    S Silly Boy

    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

    C# tutorial

  • Hook problem
    S Silly Boy

    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

    C / C++ / MFC question help

  • How to list member?
    S Silly Boy

    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

    C / C++ / MFC c++ tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups