CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Applellial

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    2,560

    Qt and QML Game Development

    Is it possible to make games or use OpenGL to make games on Qt Creator using C++?
    I would assume that you can make games on Qt because I saw some examples on their website and they were using C++...
  2. Replies
    2
    Views
    2,131

    Writing AI Libraries in C++

    I am planning to write library using c++ for topics in Artificial Intelligence. I would like to know what are the things I need keep in my mind when writing library? Right now I am learning...
  3. Replies
    2
    Views
    3,228

    Make A Image Of A Jframe Or JPanel?

    Does anyon know if i can make a graphics object of Image of my JPanels or JFrames? And if so, how do i do it, is there a class or something?
  4. Replies
    1
    Views
    2,452

    Parsing HTML In Java?

    Hello, i whant to know if anyone know a tutorial or some article i can read about parsing html in java,
    What i whant fron this is for example taking some weather report from a website..

    (I don't...
  5. Replies
    0
    Views
    2,696

    Deep linking with XML and SWF

    Hello i got a problem that i need some help with it.

    A swf AS2 gets info from an xml document. The swf shows a gallery with photos and when user clicks photo flash displays the photo larger with...
  6. Replies
    0
    Views
    2,384

    Remove unprintable characters

    I'm having problems with unprintable characters in XML that's been copied and pasted in. Mostly character code 160 (decimal), seems to be the problem.

    I was trying to remove them all with a...
  7. Replies
    0
    Views
    800

    Parsing HTML For Key Words

    cheers again guys for sorting my last thread out and sorry for posting so quick but by fixing it it showed im doing things wrong haha

    im trying to parse a webpage of unknown structure to extract...
  8. Replies
    0
    Views
    2,194

    3D Convex hull

    I'm currently designing an OBB for the objects in my game and it requires computing a 3D convex hull. Convex hulls are so common that I figure there must be open source code out there already. Anyone...
  9. Replies
    0
    Views
    963

    Embeded XML editor?

    Hi guys!

    I have a rss feeds section on my site, which uses .xml files to get the content that is needed.

    The problem is.. I must manually edit the xml file and upload it to the server, each...
  10. Replies
    0
    Views
    550

    Another INVALID CHARACTER question

    hello,

    I have something weird going on.. I am using this:

    var eventTags = transport.responseXML.getElementsByTagName( 'item' );

    etc... all seemed great until I ran across some xml, out of...
  11. Thread: .py to .exe

    by Applellial
    Replies
    1
    Views
    2,148

    .py to .exe

    Is it possible to turn my .py files into .exe for anyone to run?

    Also is there a way of making my program automatically check for updates from a specific area?

    Thanks
  12. Replies
    0
    Views
    1,587

    Python Tkinter using local printer

    Please point me to where this is documented. I have been trying to find how to use the local printer from Tkinter. Currently using Python 3.2 and IDLE, but when print, the print using local printer...
  13. Replies
    1
    Views
    617

    Storing data when offline

    Hi,
    I am currently making an web application using asp.net. i want that if the internet connection is not available than all the work done in that application should get automatically updated in the...
  14. Replies
    0
    Views
    595

    Why would Edit clear row data?

    I have a table that can be edited by the user but only one field, the rest are set to ReadOnly. When I run the page and click Edit, that field displays the textbox to input data. What it does is...
  15. Replies
    0
    Views
    1,044

    Problems With Pygame With Python 3.1

    Greetings,

    Ok I have finally join over to the linux side of the computing world. I'm running Ubuntu 10.10 on my PC.
    Anyways, I have been spending a lot of time installing packages for python...
  16. How to get a PHP Search form to suggest alternatives in MySQL database?

    Does anyone know a function or way that I can get my php search form to suggest alternatives when zero results are returned?

    Ideally it would look through the database column that has just been...
  17. Replies
    1
    Views
    8,256

    Check if email exists in MySQL database

    Hello,

    I am working on a site where a user will input an email address, it will then need to be checked whether or not that email exists in a database, and only if it exists can the user continue....
  18. Replies
    1
    Views
    2,336

    ASP.NET escape quotes?

    Hi,

    In ASP.NET, when you have quotes within a variable, how do you escape them?

    For instance, it might look like this:
    myvar = "<input type="text" name="mytext">"

    I know in PHP this is so...
  19. Replies
    2
    Views
    1,225

    Ajax UpdatePanel

    Hi guys, how do i use AJAX updatePanel from default.aspx to display information from other aspx pages(e.g. default1.aspx) when i click on a button in default.aspx ? or is there any other ways so that...
  20. Creating Modal block, overlay effects with jQuery

    I want a Login Box to be opened in modal window when user clicks on a link and authentication is done with Ajax.
    I tried jQuery BlockUI, jQuery UI, ThickBox. But they are large in scope.
    I also...
  21. Replies
    1
    Views
    1,096

    javascript input button question

    Hi guys,

    I'm trying to add a php string to some javascript:

    document.getElementById("button").value = mygetrequest.responseText;

    basically there are a load of buttons on one page. So i need...
  22. Replies
    3
    Views
    1,229

    char & int array in dual sort

    Hi ~

    Can someone tell me if it is possible to do a dual sort on an array of chars and an array of int, double or float? Would you have to use two separate sorts? Really confused here.

    I am...
  23. Replies
    1
    Views
    3,158

    SDL - Hide Console

    Hello,
    I have decided to make a timer program on my computer to limit the amount of time that I game. Anyways, I have it working fine with a small borderless window in the top left of the screen...
  24. Replies
    1
    Views
    1,608

    Controlling ascx properties in .cs

    Hello, I am using a ascx control to style properties in a asp.net website. There are multiple aspx pages that use this ascx control. Is there a way that I can change properties of the ascx page using...
  25. Image Storage in oracle database using asp.net in c#

    I am doing a online photo manager project as my semester project. I have used oracle database. I am not getting how to store images in oracle database using asp.net in c#. Can any one suggest some...
Results 1 to 25 of 29
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured