Forum: Visual Basic 4 / 5 / 6 Sep 19th, 2009 |
| Replies: 1 Views: 208 We can read ports like "com, lpt" in vb with code like that:
OPEN "" for ...
it may sound silly but can we read ports like 80 ? (http), 21 or random port ? is there a way for read data from... |
Forum: VB.NET Sep 3rd, 2009 |
| Replies: 1 Views: 219 In notepad (or other textboxes) when you hold down a keyboard key, it writes the first letter, waits a little and then without a break its writes same letter. I mean you're holding down a key but... |
Forum: ASP Jul 3rd, 2009 |
| Replies: 1 Views: 467 Hi i wanna make web site as you may guess and i wanna make navigation url like : "cnn.com/content/blablanews/" i read few articles and there is a method like "redirect from 404 page" method. i wanna... |
Forum: Assembly May 27th, 2009 |
| Replies: 1 Views: 435 hello
im new at assembly (in english too) and i have a question as you may guess: can i add new lines to exe file? its just for experimental causes not for hack, crack or something like that. i... |
Forum: C++ Apr 10th, 2009 |
| Replies: 9 Views: 860 Thank you but i have 2 questions
1- why we are creating controls in "WM_CREATE" block?
2- if i have 1000 controls in window, will i define 1000 public variable?
Thank you again |
Forum: C++ Apr 9th, 2009 |
| Replies: 9 Views: 860 |
Forum: C++ Apr 9th, 2009 |
| Replies: 9 Views: 860 actually i looked that tutorials for 2 hours. i think my answer is not there or i cant find it. maybe i should explain my question (because of my english) i dont want just get text, i will maybe... |
Forum: C++ Apr 9th, 2009 |
| Replies: 9 Views: 860 Hello and first sorry for my very bad english.
i have little knowledge about c and c++ but im trying to learn win32 programming with c++. its little hard and im very new at that. im trying to do... |