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
T

theprinc

@theprinc
About
Posts
21
Topics
12
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Wap specification
    T theprinc

    Does anybody have a copy of the WAP specification. I could get it from the WAP OMI forum but im not a memeber. Thanks

    Article Writing

  • Reading file from javascript [modified]
    T theprinc

    I have an input element of type file, so i can get the file path on the client side, but i dont know how to read the file on the client's side. Im using Jboss as my container, and im using JSPs. Any help.

    Web Development javascript tutorial

  • Reading file from javascript [modified]
    T theprinc

    Does anybody know how to read a file using javascript I have tried but it seems not to work fh = fopen("filepath", 0); // Open the file for reading if(fh!=-1) // If the file has been successfully opened { length = flength(fh); // Get the length of the file str = fread(fh, length); // Read in the entire file fclose(fh); // Close the file // Display the contents of the file write(str); } -- modified at 10:48 Monday 10th July, 2006

    Web Development javascript tutorial

  • Opening dialog boxes using javascript
    T theprinc

    Hello, does anybody know how to open an "open file dialog box" in javascript?

    Web Development javascript tutorial question

  • Javascript window close
    T theprinc

    Hello, i tried closing a window using the code snippet It seems not to work, does anybody know why or an alternative way.

    Web Development javascript

  • Pass attributes using jsp? [modified]
    T theprinc

    Its cool, i just found out. " does work. Sorry for posting it twice, i thought i wouldnt get a reply. Thanks anyway.

    Web Development question java

  • Pass attributes using jsp? [modified]
    T theprinc

    How can I pass attributes from one jsp page to another jsp page using jsp? I have seen pages like: Can I do this, if it works how do i retrieve the variables that would have been sent? -- modified at 7:40 Thursday 6th July, 2006

    Web Development question java

  • Internet explore not showing images [modified]
    T theprinc

    1. I have a page that i developed, it shows fine in Mozzilla, but the images dont show in iexplore. What can i do? 2. 2.1 How do i pass attriutes to another page using a hyperlink. 2.2 Is it possible to include a variable in a java script fuction? I tried the following but it does not help, any clues? function(var) { session.setAttribute("Myvar",var); } -- modified at 13:55 Wednesday 5th July, 2006

    Web Development question java tools help

  • Passing attributes using hyperlink [modified]
    T theprinc

    Can you pass attributes using the hypertext link. e.g P. R Inc -- modified at 12:36 Wednesday 5th July, 2006

    ASP.NET

  • assertion errors
    T theprinc

    The code which pushes the vector bobject o=read_Obj(argv[i]); o.active=1; //Active o.picked=0;//Not picked o.path=argv[i]; //save object path ---------------->store_normal(o); glLoadIdentity (); glGetFloatv(GL_MODELVIEW_MATRIX,o.m); //initialize all variables cout<<"in"<ob.MyObjects.push_back(o); the store_normal code is void store_normal(bobject o) { for(int i =0;i

    C / C++ / MFC help graphics question

  • assertion errors
    T theprinc

    I am trying to push a variable of type bobject into a vector, i get an assertion error when i try to push it. Does anybody know what the problem could be?

    C / C++ / MFC help graphics question

  • Counting number of files
    T theprinc

    Does anybody know how to count all the files on a windows environment. Currently i have a recursive method that goes through all the folders counting the number of files. It takes too long Any faster method would be appreciated Thank You Fate pays tax to know man

    C / C++ / MFC tutorial workspace

  • Starting a process in the background no console
    T theprinc

    Thanks dude, i wil just create a process terminates on its own , this same process will create the proper process in the background. Kelvin Chikomo

    C / C++ / MFC tutorial

  • Starting a process in the background no console
    T theprinc

    I want to put a process in the startup folder so it can run in the background. (No console) Does anybody know how to make it run in the background. Kelvin Chikomo

    C / C++ / MFC tutorial

  • permutations and combination
    T theprinc

    Whats the question?

    C / C++ / MFC

  • Creating a directory and copying files
    T theprinc

    Does anybody know how to copy files or create directory for a windows environment. I only know how to use the create and copy methods in a .net framework. Thanks Kelvin Chikomo

    C / C++ / MFC csharp dotnet tutorial workspace

  • Multi-tasking and threads
    T theprinc

    I dont know how to use the message pump do you have any references Kelvin Chikomo

    C / C++ / MFC question

  • Multi-tasking and threads
    T theprinc

    Thanks dude. I am going to try it using peekMessage() in an MFC environment hope it works Kelvin Chikomo

    C / C++ / MFC question

  • Multi-tasking and threads
    T theprinc

    Say I use the PostThreadMessage() method the primary thread would have to have some sort of a loop to keep reading the messages therefore keeping the primary process busy. The secondary thread would be sending lots of messages Kelvin Chikomo

    C / C++ / MFC question

  • Multi-tasking and threads
    T theprinc

    How do you post messages back to the primary thread without blocking the primary thread. Any sample code would help Kelvi Chikomo

    C / C++ / MFC question
  • Login

  • Don't have an account? Register

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