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
C

CHEICKNA TRAORE

@CHEICKNA TRAORE
About
Posts
10
Topics
9
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How a window can keep focus ?
    C CHEICKNA TRAORE

    sorry, just an error while i tried to post my message. I received error updating...

    C / C++ / MFC question

  • How a window can keep focus ?
    C CHEICKNA TRAORE

    Hi every body, I use this code to stay my window on top : ::SetWindowPos(m_hWnd ,HWND_TOPMOST,294,251,415,240,SWP_SHOWWINDOW); is there any way so that my window keep alwas the focus? Thanks in advance georges

    C / C++ / MFC question

  • How a window can keep focus ?
    C CHEICKNA TRAORE

    Hi every body, I use this code to stay my window on top : ::SetWindowPos(m_hWnd ,HWND_TOPMOST,294,251,415,240,SWP_SHOWWINDOW); is there any way so that my window keep alwas the focus? Thanks in advance

    C / C++ / MFC question

  • How my window keep focus ?
    C CHEICKNA TRAORE

    Hi every body, I use this code to stay my window on top : ::SetWindowPos(m_hWnd ,HWND_TOPMOST,294,251,415,240,SWP_SHOWWINDOW); is there any way so that my window keep alwas the focus? Thanks in advance Georges

    C / C++ / MFC question

  • Problem tu use fmode function
    C CHEICKNA TRAORE

    Hi, I have a problem to use fmode function in visual C++ If i use : fmode(-2,10) i obtain 0. But in using Microsoft Excel MODE function like this : MODE(-2;10) i obtain 8 Where is the problem. Thanks in advance

    C / C++ / MFC c++ help

  • Problem to use ListSubItem Object in ListView
    C CHEICKNA TRAORE

    Hi, I try to use ListsubItem object but i always this following error message: Compilation error method or data member not found Can anybody help me please thanks in advance Cheickna This is my code Dim si As ListSubItem Dim li As ListItem Dim i, J As Integer For i = 1 To 20 Set li = ListView1.ListItems.Add(Text:="Item " & i) For J = 1 To 4 Set si = li.ListSubItems.Add(Text:="Subitem " & J) si.ForeColor = vbRed Next J Next i

    Visual Basic help

  • i want some lesson for dynamic declaration
    C CHEICKNA TRAORE

    Hi, I have an array like this : char sArray[4][5]; I want to declare this array with new or malloc like this : char** sArray=NULL; sArray = new char[20]; or sArray = (char*)malloc(20); Can anybody help me to write correct declaration Thanks in advance

    C / C++ / MFC data-structures help

  • Problem with float ( differnce between float and integer)
    C CHEICKNA TRAORE

    Hi, Here is code : CString Valeur="1250.20"; int Fractional = ((atof(Valeur) - atoi(Valeur)) * 100); Value of Fractional variable after thsi operation is 19 ( False ) I must be 20 Where is my error Thanks in advance

    C / C++ / MFC help

  • How to get The list of domains on network
    C CHEICKNA TRAORE

    Hi, I want to get the list of domains in network. For example, on my network there are 25 computers and three domains ( Development, Customer and Save ). How programatically can i list in a listbox or example ( or in array) theses domains names? Thank in advance

    C / C++ / MFC tutorial sysadmin data-structures sales question

  • Computers names on network
    C CHEICKNA TRAORE

    Hi, I work in Visual C++ 6.0 and i want to get all computer names on a network How can i get (enumerate) theses machines names?. Is there network browsing dialogs in C++ std or MFC ? Thanks in advance

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

  • Don't have an account? Register

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