Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~420 People Reached
Favorite Tags
c++ x 3
php x 3
Member Avatar for sarminatorius

Hi, i would like to create a listview in my application like it is in utorrent (and many other applications). With name, status... and they can be resizable. Any ideas how to google for tutorial? How to create it? I am using visual studio 2010 ultimate.

Member Avatar for ddanbe
0
104
Member Avatar for sarminatorius

Hi, How to explore libraries, by that i mean open and look at its source code? I am using Embarcadero RAD Studio 2010. For example i want to see functions inside #include <list>.

Member Avatar for mrnutty
0
93
Member Avatar for sarminatorius

I don't know how to explain what i need. For example: How load/add daniweb.com header into other file for example [url]www.test.com/header.php[/url] I just need to load part of website into other php file. Could you advise what functions to use? Sorry for bad english.

Member Avatar for sarminatorius
0
74
Member Avatar for sarminatorius

How to hide window in taskbar? Visual programming: Embarcadero C++ In project file i set: [CODE=c++] Application->MainFormOnTaskBar = false;[/CODE] but that didn't helped.

0
46
Member Avatar for sarminatorius

[CODE=c]#include <string> #include <iostream> using namespace std; int main() { String^ a = L"One two three"; array<wchar_t>^ s = {L" "}; array<String^>^ m = a->Split(sk); for each (String^ t in m) cout<<t<<" "; return 0; }[/CODE] How to fix this code? I think i need libraries but i don't know …

Member Avatar for jonsca
0
103