21 Visitor Messages

  1. hello my name is liangjianchi ,a man from china. i read your article how to hack flash game , bu u do not point how to change the value of flash games.
    In china there is a software called flash game master which can easily hack flash game which is written by as2.0, but it can do nothing with 3.0.
    So do you have any method?
    my email is camch@qq.com,i hope you can intercommunicate with me .
  2. Mr. TcM..
    i have problem with my final project
    would you helpme to using ip sacnner client using vb6??
    thx alot
  3. View Conversation
    Hello, My name is Ongun.

    I am doing my junior design project right now. My project is Motion detection in a recorded video file. I am planning to do this by Matlab. I was looking for help and hints with google, I found your work. If you give me some advice and hits. I would be really happy. Currently, I am trying to figure out to export a video file to use for matlab command movie( ). But, I cannot find the specific requirements for that.(Mac osx)
    movie only accepts 8-bit image frames.

    Thank you for your help

    I also posted the same message to your motion sensor topic.

    my email is ongun@mac.com
  4. View Conversation
    please TcM I want your program onitfirewall
    my email : friendoflove25@yahoo.com
    please I need this program Please
    thanks thanks thanks
  5. I don't do VB6.0 anymore, I haven't used it in a long time, and I totally forgot about it... I realized that it's useless with today's technology... so now I'm more into Java and PHP (Mainly).. but my best is C#.. although I'm not making much effort in it... because it's too simple.. and **** my school... they make it as our main programming language!! Java pawns C#

    Adding you on MSN.. although now it's time to sleep...
  6. Excellent VB6.0 Programmer.
    Can i talk with you on MSN >?
    mendim.b@msn.com
  7. View Conversation
    hey dude,
    thank u so much for ur posts!
    nyways do u have any wy to hack a multiplayer online flash game, its called (yoville) its an aplication on facebook.com or myspace.com.

    thank you

    ps my email is thegipsy@gmail.com
  8. View Conversation
    Thx so much for your help man, you've increased my knowledge and helped my progs look a lot better. Best of luck
  9. View Conversation
    Hey TcM
    I dont know if my last message got thru but I was looking for a site I could find some practice pseudocode examples so I can sharpen my programing design skills!!!!
  10. View Conversation
    Hahahahahahahaha roflmao! soz for the trouble was just... seeying lol
Showing Visitor Messages 1 to 10 of 21
Page 1 of 3 123 LastLast
Page 1 of 3 123 LastLast
About TcM

Basic Information


Signature


Statistics


Total Posts
Total Posts
11,209
Posts Per Day
5.58
Last Post
CodeCall T-Shirt Thread 11-24-2009 06:57 PM
Visitor Messages
Total Messages
21
Most Recent Message
12-30-2010 10:57 PM
General Information
Last Activity
04-26-2011 05:48 PM
Join Date
08-20-2006
Referrals
6

13 Friends

  1. cipher cipher is offline

    Learning Programmer

    • Send a message via MSN to cipher
    • Send a message via Yahoo to cipher
    cipher
  2. Donovan
  3. Dren Dren is offline

    Guru

    • Send a message via MSN to Dren
    Dren
  4. Egz0N Egz0N is offline

    Code Warrior

    • Send a message via MSN to Egz0N
    Egz0N
  5. gamiR gamiR is offline

    Learning Programmer

    gamiR
  6. Genny Genny is offline

    Design Team

    • Send a message via MSN to Genny
    Genny
  7. Healncrush Healncrush is offline

    Newbie

    Healncrush
  8. hydenisama hydenisama is offline

    Newbie

    • Send a message via MSN to hydenisama
    • Send a message via Yahoo to hydenisama
    hydenisama
  9. John John is offline

    Administrator

    • Send a message via MSN to John
    • Send a message via AIM to John
    John
  10. kresh7 kresh7 is offline

    Guru

    • Send a message via MSN to kresh7
    kresh7
Showing Friends 1 to 10 of 13
Page 1 of 2 12 LastLast
View TcM's Blog

Recent Entries

Stored Procedures Will Save You Time

by TcM on 03-22-2009 at 09:16 AM
Stored Procedures Will Save You Time
Well, just to let you guys know, I have more experience in MS SQL than MySQL… so maybe some stuff that I’m going to mention here might not be the same in MySQL… so don’t blame me.
And you might ask, why do you use an MS product? Simple. School… so again don’t blame me.
Anyways right now I’m very busy with creating / designing a very advanced software that uses databases for my Final Software Project, which will pretty much determine my future

Read More

Categories
Uncategorized

Getting the command line arguments in a GUI Program using C#

by TcM on 02-14-2009 at 09:01 AM
Getting the command line arguments in a GUI Program using C#
In this short tutorial I will explain to you how you can get arguments in a GUI application using C#. So let’s say that you have a program that you want that during start up it stays in the background and when the user opens it, it will display the normal GUI. It’s very simple; we will only need to make a few changes to the program.
So, open up Program.cs (find it from the Solution Explorer) you will see something like

Read More

Categories
Uncategorized

Comparison between Data Collections (Arrays etc…)

by TcM on 02-09-2009 at 08:57 AM
Comparison between Data Collections (Arrays etc…)
In this blog I’m going to explain some data collections such as arrays etc… and I’m going to tell you how to declare them in C# and Java, a typical scenario on when they can be used, and I’m going to explain some characteristics of these collections, such as speed, if they are dynamic or not, if it accepts more than one data type etc. if you would like to go more in depth about arrays, or have some problems, you can read my blog where I explain

Read More

Categories
Uncategorized

Data Dictionaries, a brief explanation

by TcM on 02-08-2009 at 09:03 AM
Data Dictionaries, a brief explanation
Data dictionaries are how we organize all the data that we have into information. We will define what our data means, what type of data it is, how we can use it, and perhaps how it is related to other data. Basically this is a process in transforming the data ‘18’ or ‘TcM’ into age or username, because if we are presented with the data ‘18’, that can mean a lot of things… it can be an age, a prefix or a suffix of a telephone number, or basically anything!

Read More

Categories
Uncategorized

Breaking Down Programming Problems

by TcM on 02-05-2009 at 09:06 AM
Breaking Down Programming Problems

So, when I have an Assignment, or I need to create some software, or am presented with a problem, my first reaction is, 'WOA! This seems too complicated'... but being something that I really have to do I have to make it. I don't use any DSDM or methodologies, they take too much time to make and I don't have all that time to make an assignment, because generally I am very restricted.

So I start with reading the scenario and make a clear

Read More

Categories
Uncategorized