Search:

Type: Posts; User: Born_2B_Alone

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,066

    Timetabling

    Hello. Maybe someone know some algorithms fro timetabling? or tutorials about timetabling? of course it better be that all of it will be in C++. oh..or maybe tutorials about recursion in C++? I think...
  2. Replies
    21
    Views
    5,656

    About education in USA

    Hello. I wanna to know about possibilitys to study programming in USA. I`m from Lithuania, yet I`m only in 11 form (16 y.o.). So... maybe some of you knows good universitys or colleges where I can...
  3. Replies
    2
    Views
    1,834

    Raw Packets

    #include <stdio.h>
    #include "winsock2.h"

    int main() {

    WSADATA wsa;
    SOCKET sock;
    sockaddr_in RecvAddr;
    char sendbuf[40] = "lalalala";
  4. Replies
    1
    Views
    1,162

    Scroll bar structure?

    Hi I`m just wondering about scroll bar structure. Is it build form 3 child windows, and each time when i scroll down/up, one of child windows is moved? (: I wanna to get more info about controls then...
  5. Replies
    1
    Views
    3,128

    Load font from *.ttf file

    So...I have searched in board about fonts, but haven`t find any thing useful (maybe I searched bad...) anyway.... I wanna to set editbox font form ttf file is it possible? for e.g. iWant to place...
  6. Replies
    1
    Views
    1,116

    HBITMAP question

    Hello. I wanna to ask about bitmaps. so... I want to load bitmap just one time and then draw it in to diferent windows. same bitmap in parent window and in child window. thnx C ya
  7. Replies
    2
    Views
    1,548

    Thnx

    Roger that! (:
  8. Replies
    2
    Views
    1,548

    Register Window class in Constructor

    Hello.
    I have class witch creates a child window, I don`t subclass it, just create new class for that windows, and I wonder if I create window class in class constructor is it good and racional?...
  9. Replies
    1
    Views
    1,353

    EditBox background

    Hello. I wanna to change EditBox background image, is that possible? I tryed with WM_ERASEBKGND massage, it`s ok, image appears in edit box, but I can`t see what i write in it. :/ any better...
  10. Replies
    1
    Views
    1,776

    HBITMAP in Class

    Hello. So...I wanna To load 3 bitmap`s in one function. Ant after that Select it from another function I did like that:

    [lalala.h]

    class Bitmap {
    HBITMAP hBitmap;
    public:
    void...
  11. Replies
    2
    Views
    1,017

    Menu XP Style

    Hello. How can I set XP style for menu or dialog box? THNX C ya.
  12. Replies
    2
    Views
    926

    About arrays

    Hello. A bit stupid question but sorry... I haven`t got much time to slove it. So... is there ant way to check is a value in array for example: if(a in b[]) {...} something like this...? THNX C ya
  13. Replies
    3
    Views
    1,203

    Hi... I wanna ask...how about the buttons? I...

    Hi... I wanna ask...how about the buttons? I wrote my code for highlight and repaint pushed buttons, but I think this is not the best way, it work a bit slow. So...any suggestions about how to load...
  14. Replies
    8
    Views
    6,208

    Hi I started to use TinyXML parser, lear to read...

    Hi I started to use TinyXML parser, lear to read to .xml doc but I can`t read from it :/ for eg. I wanna read the value <x>50</x> how should I read that value that can assign 50 to integer? THNX C ya.
  15. Replies
    3
    Views
    5,750

    conio.h in Visual C++ ?

    Hello. I`m useing Visual C++ and I need to use outportb function, but in Visual`s C++ conio.h there isn`t that function, in Borland C++ that function is. Any suggestions ? THNX
  16. Replies
    8
    Views
    6,208

    Hi there, so... If I will use TinyXML in my...

    Hi there, so... If I will use TinyXML in my program, I must have .NET Framework version 1.1. on my computer?
  17. Replies
    8
    Views
    6,208

    Win32 API & XML question

    I`m using Visual C++ .NET but writting under Win32 API, and I wanna read from XML file. Is there any header or something that I can read data from XML file. THNX and sorry for so many posts. C ya :)
  18. Replies
    1
    Views
    1,026

    skin makeing

    Hello again. I`m makeing a skinable program, I all most done. But I need last thing. How to repaint button? I used BitBlt, but I think this is not racional way. So Maybe you can suggest me something....
  19. Replies
    2
    Views
    1,115

    Thnx it very useful to me!

    Thnx it very useful to me!
  20. Replies
    2
    Views
    1,115

    Cursor pos

    Hi there! Sorry fo a bit silly question but... Is there any function that can get cursor position in windows (not in screen) coordinates? (Win32 API) Thnx, and sorry for my english skils. C ya
Results 1 to 20 of 20