Search found 22 matches

by xskater11x
Mon May 29, 2006 4:00 am
Forum: Open Discussion
Topic: wxSocket and wxThread programmer needed.
Replies: 0
Views: 671

wxSocket and wxThread programmer needed.

Dunno if this is the best place for this, but I am looking for a programmer who is good with wxSockets and wxThreads. Just send me a PM if your qualified.

If this was the wrong place, I am very sorry.
by xskater11x
Wed May 24, 2006 10:58 pm
Forum: C++ Development
Topic: wxSockets confusion (already read the FAQ)
Replies: 2
Views: 896

wxSockets confusion (already read the FAQ)

O, I had a team member on a project that is converting a game's server from VB to C++ using wxWidgets, and more specificly to this wxSocketBase. I am not familiar with handling more then on connection with wxSocketBase (never found a good tutorial or reference to learn from). He successfully confuse...
by xskater11x
Tue May 23, 2006 10:19 pm
Forum: C++ Development
Topic: Resizing listctrl in wxListbook
Replies: 3
Views: 1313

Code: Select all

bool SetColumnWidth(int col, int width)
sorry, in a rush to leave now, i ahve a function that finds the width of a text absed on font that you can use to find the width you need to set it to. I'll post it later.
by xskater11x
Tue May 23, 2006 10:03 pm
Forum: C++ Development
Topic: [wxGenericDirCtrl] use of item-icons?
Replies: 3
Views: 1169

wxGenericDirCtrl gets its icons using the GetIconID function (part of wxFileIconsTable class in dirctrlg.h) in dirctrlg.cpp: the headerfile can be found in includes/wx/generic/dirctrlg.h the cpp file is in the src folder somewher,e i jsut did a search for it. int wxFileIconsTable::GetIconID(const wx...
by xskater11x
Tue May 23, 2006 9:49 pm
Forum: C++ Development
Topic: wxStyledTextCtrl Hidden Characters
Replies: 2
Views: 908

you can use wxStyledTextCtrl::HideLines(int start, int end)

to hide the line, but it seems you want parts on the same line to be hidden, though this could be a possible alternative.

edit:
if you can simulate a text selection, you could do hideselection(bool hide);
by xskater11x
Sat May 20, 2006 1:46 pm
Forum: Compiler / Linking / IDE Related
Topic: Link errors with wxmsw26d_core.lib
Replies: 2
Views: 950

I included setup.h in my extra includes, so I didn't believe I needed any, but here is a list: kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib rpcrt4.lib. EDIT: thanks alot, i realized i didnt have comctl32....
by xskater11x
Sat May 20, 2006 2:56 am
Forum: Compiler / Linking / IDE Related
Topic: Link errors with wxmsw26d_core.lib
Replies: 2
Views: 950

Link errors with wxmsw26d_core.lib

Hey, I am pretty new to wxWidgets and I am trying to use it for the port of a games server to C++ from VB, so far everything looks nice, no direct code errors, but when linking I get the following errors: Linking... LINK : warning LNK4098: defaultlib "MSVCRTD" conflicts with use of other l...