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
F

fat888

@fat888
About
Posts
7
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • What type of c source do you prefer?
    F fat888

    There are two c types, one is: if(...) { ... } else { ... } the other is: if(...){ ... ... }else{ ... ... } Witch one do you prefer? And why?

    Hi guys. I'm a very man. Do you like fat men?

    C / C++ / MFC question

  • How to compile the source code of ms windows 2000?
    F fat888

    I have downloaded the source code of windows 2000. How can I compile them? Whitch tool may I use? thanks. Hi guys. I'm a very man. Do you like fat men?

    C / C++ / MFC question tutorial

  • ADO related question
    F fat888

    By default, the recordset objects are present on the server side. When you fetch a record from the recordset object, the data are got from the server via the network. You can let them be present on the client compute by changing the CursorLocation property of the recordset object. In VC++: _RecordsetPtr pRs; pRs.CreateInstance(__uuidof(Recordset)); pRs->CursorLocation = ADOCG::adUseClient; //set the cursor to be client side pRs->CursorLocation = ADOCG::adUseServer; //server side, the default Hi guys. I'm a very fat man. Do you like fat men?

    C / C++ / MFC question database c++ sysadmin

  • How to make a CPropertySheet's help button invisible?
    F fat888

    There's no help files in my project. And I want to make the help button invisible,or get rid of it. How can I do? Thanks. Hi guys. I'm a very fat man. Do you like fat men?

    C / C++ / MFC question help tutorial

  • Remove Transaction Log in SQL Server
    F fat888

    I have a SQL Server database. It is too large now. How can I remove the transaction log without backing up the database? In fact, I do not need any logs. Can I prevent the database from making transaction logs? Can SQL Server automaticlly remove the logs?

    Database database question sql-server sysadmin

  • How to prevent the user from accessing database directly?
    F fat888

    I have an application which is accessing a SQLServer and an Oracle. Of course, the application must know the password. I want to prevent the users from accessing the database directly. When they want to read/write data,they have to use my program. What can I do? Thanks. Hi guys. I'm a very fat man. Do you like fat men?

    Database database oracle tutorial question learning

  • How to select a ListCtrl's item?
    F fat888

    Hi guys. I have a CListCtrl control in my application. I would to let one of its items be selected when the user click some buttons. How can I do? CListCtrl::SetHotItem doesn't work. Hi guys. I'm a very fat man. Do you like fat men?

    C / C++ / MFC question tutorial
  • Login

  • Don't have an account? Register

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