Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
S

Sai Yasodharan

@Sai Yasodharan
About
Posts
22
Topics
11
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • 2D Self Assemblers - Need an Implementation Guide
    S Sai Yasodharan

    after exhaustive search, I found something here http://groups.csail.mit.edu/mac/projects/amorphous/Progmat/, which could be implementable Thanks all :-D

    Known is a Drop, UnKnown is an Ocean More about me at http://www.saiy2k.co.cc/about/default.html

    Algorithms html help tutorial

  • 2D Self Assemblers - Need an Implementation Guide
    S Sai Yasodharan

    I know I must do the work... I m just here to get some help or guide from the experts, who already played with 2D SELF ASSEMBLERS, if any. Also help in the sense not the program, just some info on how to start and which way to proceed

    Known is a Drop, UnKnown is an Ocean More about me at http://www.saiy2k.co.cc/about/default.html

    Algorithms html help tutorial

  • 2D Self Assemblers - Need an Implementation Guide
    S Sai Yasodharan

    hi, I am to develop a 2d self assembler as my college project... I searched a lot and found some many papers on this subject. But all of them are full of theory and none of them said anything about the implementation part... Could someone help me with these or atleast direct me to some specific place where I can more info on 2d self assemblers. Thank you

    Known is a Drop, UnKnown is an Ocean More about me at http://www.saiy2k.co.cc/about/default.html

    Algorithms html help tutorial

  • You know you need a break when...
    S Sai Yasodharan

    ...you are falling from your balcony, yelling "F1, F1"...

    Known is a Drop, UnKnown is an Ocean More about me at http://www.saiy2k.co.cc/about/default.html

    The Lounge c++ architecture

  • game sprites
    S Sai Yasodharan

    i m developing a small game in xna game studio and i m not good in drawing. so i decided to download sprites from some site and use it. but, all the sprites i saw was very old, pixelate sprites of very low quailty. cant find high quality sprites... so someone pls tell me, where can i download some good quality sprites. pls....

    Known is a Drop, UnKnown is an Ocean More about me at http://www.raidan.co.cc/about/default.html

    IT & Infrastructure html graphics game-dev

  • game dev doubt
    S Sai Yasodharan

    thanks...

    Known is a Drop, UnKnown is an Ocean More about me at http://www.raidan.co.cc/about/default.html

    C# csharp html com game-dev help

  • game dev doubt
    S Sai Yasodharan

    k. thanks...

    Known is a Drop, UnKnown is an Ocean More about me at http://www.raidan.co.cc/about/default.html

    C# csharp html com game-dev help

  • game dev doubt
    S Sai Yasodharan

    thanks for ur explanation. but i still need some sample or tutorial to understand the concept... cud u give me some link to such kind of tutorial... i hav searched in google for about 15 minutes and havnt found any...

    Known is a Drop, UnKnown is an Ocean More about me at http://www.raidan.co.cc/about/default.html

    C# csharp html com game-dev help

  • game dev doubt
    S Sai Yasodharan

    i m new to game dev and now developing a small 2d scrolling game in VC# 2005 using XNA framework. i completed the player movements, and some player controls(like shooting). now i donno how to write code for a mission. not even a basic idea of how to start with it. (for eg. mission is to shoot X ppl in some Y time). shud i hav to hard code in the update method or write mission details in a separate data file and read from it, and check for condition... pls pls pls some one help me on this...

    Known is a Drop, UnKnown is an Ocean More about me at http://in.geocities.com/slagio2002/me.html

    C# csharp html com game-dev help

  • printing a char
    S Sai Yasodharan

    how to print a character in the dialog box, which is pressed through keyboard.

    Known is a Drop, UnKnown is an Ocean More about me at http://in.geocities.com/slagio2002/me.html

    C / C++ / MFC html com tutorial

  • How to connect LAN [modified]
    S Sai Yasodharan

    i have 2 systems and a cable with 8 pins. the 2 systems have sockets to connect this cable. so i connected the systems with that cable and tried almost every option on "NETWORK CONNECTIONS". but i cant connect. my os is Windows XP so someone pls help me with this.

    Known is a Drop, UnKnown is an Ocean More about me at http://in.geocities.com/slagio2002/me.html

    modified on Monday, May 19, 2008 9:55 AM

    System Admin html com sysadmin help tutorial

  • tif to doc convertor
    S Sai Yasodharan

    thnx for ur reply. can u pls tell me where can i get this software.

    Known is a Drop, UnKnown is an Ocean More about me at http://in.geocities.com/slagio2002/me.html

    The Lounge html com help

  • tif to doc convertor
    S Sai Yasodharan

    i want to convert the scanned text in tif to doc. so can anyone tell me which is the best tif to doc convertor. now, i m using abbyy finereader. but it is showing many spelling mistakes. so, someone pls help me.

    Known is a Drop, UnKnown is an Ocean More about me at http://in.geocities.com/slagio2002/me.html

    The Lounge html com help

  • swf in vb 2005
    S Sai Yasodharan

    hi, is it possible to import swf media files into my visual basic 2005???if yes, then how to implement it???... please help me out in creating an application that has an embedded swf player... thanks in advance!

    Known is a Drop, UnKnown is an Ocean More about me at http://in.geocities.com/slagio2002/me.html

    Visual Basic html com hardware help

  • graphics in c++ console program
    S Sai Yasodharan

    hi, i tried to execute the following program(which was given in turbo c++ documentation) in vc++. but it gives an error, that graphics.h can't be found. so i copied that graphics.h from turbo c to the vc++'s include folder. now it is showing many errors, which i can't resolve(i even don't understand these errors). i am studying c++ in my college. our syllabus include everything from file handling to all oops concepts. but graphics is not covered in out syllabus. so i decided to learn it on my own. but don't know how to start someone help me please the following code works perfectly in turbo c, but not in vc++ #include #include #include #include int main(void) { /* request auto detection */ int gdriver = DETECT, gmode, errorcode; int xmax, ymax; /* initialize graphics and local variables */ initgraph(&gdriver, &gmode, ""); /* read result of initialization */ errorcode = graphresult(); /* an error occurred */ if (errorcode != grOk) { printf("Graphics error: %s\n", grapherrormsg(errorcode)); printf("Press any key to halt:"); getch(); exit(1); } setcolor(getmaxcolor()); xmax = getmaxx(); ymax = getmaxy(); /* draw a diagonal line */ line(0, 0, xmax, ymax); /* clean up */ getch(); closegraph(); return 0; }

    Known is a Drop, UnKnown is an Ocean More about me at http://in.geocities.com/slagio2002/me.html

    C / C++ / MFC help c++ html com graphics

  • graphics program
    S Sai Yasodharan

    to develop a console program to draw lines, circles, etc.,

    Known is a Drop, UnKnown is an Ocean More about me at http://in.geocities.com/slagio2002/me.html

    C / C++ / MFC c++ html com graphics tutorial

  • graphics program
    S Sai Yasodharan

    hi, someone tell me how to create graphics program on vc++. give me some sample program also. thanks in advance

    Known is a Drop, UnKnown is an Ocean More about me at http://in.geocities.com/slagio2002/me.html

    C / C++ / MFC c++ html com graphics tutorial

  • accessing mdi child
    S Sai Yasodharan

    thanks for ur help now its working fine

    Known is a Drop, UnKnown is an Ocean More about me at http://in.geocities.com/slagio2002/me.html

    Visual Basic html com

  • accessing mdi child
    S Sai Yasodharan

    Hi, i have 2 forms, frmtools and frmpad i have created 10 instances of frmpad and loaded them on mdi's load event now i want to do the operations only if the CurrentChild is any of the instances of frmpad. if the CurrentChild is frmtools then nothing should happen for that i have set the tag property of frmpad to "yes" and the tag property of frmtools to "no" and written the following: if Me.ActiveMDIChild.tag = "yes" then dim a as frmpad = me.ActiveMDIChild it works also. but, i don't know the use of tag property. will there be any problems due to the change of tag property or is there any other way to achieve this.

    Known is a Drop, UnKnown is an Ocean More about me at http://in.geocities.com/slagio2002/me.html

    Visual Basic html com

  • how to access mdi child
    S Sai Yasodharan

    i can't understand u. will u be more descriptive and one important thing is i am new to vb.net

    Visual Basic data-structures tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups