Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: falled
  • Content: Threads
  • Order by date
  1. falled

    Reading files error...

    I'm creating a mesh loader for 3D games and fails me just loading the file. I don't know why, but if I load a file of 1kb it loads perfectly and if is about 60kbs or above fails. My impression is that the program haven't time enough to load the file, and when is_open() is requested returns...
  2. falled

    Diferent browser, diferent viewing

    Why I see different my webpage if I see it with ie or firefox, Anyone can help me? xevcol.freehostia.com The left margin under FLUIDTECNIK.COM is what I want to put like firefox views it.
  3. falled

    methods returning arrays

    Yes a Know this should be easy, And I aware you, this is a newbie question XD I've been searching for internet and nothings seems clear to me How can I implement methods that returns arrays of floats or ints? float * method_name();? and the implemention? I don't need all the explanation...
  4. falled

    ___tmainCRTStartup error

    Help please, I've created an empty project and I'm trying to compile My own opengl tiny winy game xD But I can't do that because of this error Error 1 error LNK2019: unresolved external symbol _WinMain@16 referenced in function ___tmainCRTStartup LIBCMTD.lib and this (consequence of the...
  5. falled

    Query from access

    How can I exxecute a Query in access I've got to relationed tables, and on a form I've got a comboBox with values of one field of a table. I've got a label too. I want to implement combobox_change, when it changes, put on the label the value of the other table which is relationed. I hope...
  6. falled

    Structure question...

    Hello people, I want to build a simple Database, I've got Clients, Providers, articles and users. A Client can order products, But I don't know how to store the content of this orders. Yes, I know I could create a table with all the products again with all the orders ID article qt...
  7. falled

    diferent browser, diferent display

    Hello people, I'm having some problems with my dreamweaver layout. In ie all is perfect but un opera and firefox i can't see it as I expect. I'm afraid there are some tags or something else that this browser doesn't recognize or understand http://xevcol.freehostia.com/PROVA.php
  8. falled

    Help Cross-thread

    Hello I'm writting an application and I must learn threads, This is only a test, just for fun, but I had some problems.... I've got two buttons and a textBox on the form, the first button initializes a thread, and the second stop it. When the thread begins, starts to read a file with a number...
  9. falled

    Catching Microphone device

    Hi everyone!!!! Anyone Knows how to work with .NEt and the microphone???? Any clue, code or source, something, please?
  10. falled

    Port listening

    Hi people! Anyone knows how to listen to any port, I must build an application to communicate two computers. I thougth a good way to do it is using two ports in each computer. One listening and one is used to write. A bidirectional port should be a little hard (I don't know if it's possible xD)...
  11. falled

    get cmd command results

    I want to execute "net use" command to configure the printers. How can I execute and return the results?
  12. falled

    How can I capture cmd instructions?

    I want to execute "net use" command to configure the printers. How can I execute and return the results?
  13. falled

    Help, Flash detection only PHP

    There's any way to detect if the people who visits the web page have installed a flash plugin only with php code????
  14. falled

    How to center images and objects???

    Hi people, I'm bulding a web and I'd like to design it for many resolutions as possible. My first problem is that I want to load an Image as the web loads and the position depends on the resolution because I want to put it on the middle any idea ???? Thank you all for your time Sorry for...
  15. falled

    Rediscovering control arrays (runtime)

    I'm newbie in VB .NET. I'm working in a Software Company developing applications for stores and today, I've encountered my first real challenge, How to create runtime controls???? I come from flash and it's very easy to create this kind of arrays createEmptyMovieClip("name",...) But if I...
  16. falled

    Dynamic Variable Declarations

    Hello Everbody!!! I need some help and I'd be thankful if you could help with this mess. I'm trying to declare dinamically an array of buttons but I don't know how. Dim b1 as new Button Dim b2 as .... There's any way to do this one below???? For N = 0 To nRows Step 1 Dim b[N]...
  17. falled

    maximize Outlook

    Hi everyOne If I have Outlook minimized to the system tray how can I maximize it with a handler. for example Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean) End Sub Thanks you all and sorry for my bad writting
  18. falled

    Outlook alert!

    Hello! I'm newbie and I'm trying to create an internal application for outlook that in case of recieve new mail, minimize all the applications and show an alert on the background, or simply shows an alert on the top. Any ideas? thank you all and sorry for my bad writting Visca el Barça!

Part and Inventory Search

Back
Top