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 Chriss Miller 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: DMAN3021
  • Content: Threads
  • Order by date
  1. DMAN3021

    URL Variable not working

    I've posted the following on the JDeveloper Forum, but no one has responded yet. I'm kind of in a hurry to get this done since I've been trying to get it working for the past 10 days or so. Any help is appreciated. ---- I've seen many posts about URL Variables, and I've tried implementing...
  2. DMAN3021

    SparcStation 20 No Video Problem

    I've seen this question posted a little everywhere but there doesnt seem to be an answer, so here goes. I have a SparcStation 20, which used to work fine. However, since its last shutdown, there doesnt seem to be any video. We've played with all the cables, and it still wont display anything...
  3. DMAN3021

    Passing MYSQL results in C

    I posted this in the MYSQL forum, but thought I might want to try the C forum, cause its more of a C question. I'm working on a C program that uses MYSQL to access and modify a database. Right now, I am trying to run a SELECT query on the database, and to populate a list with the results. The...
  4. DMAN3021

    Passing MYSQL results

    I'm working on a C program that uses MYSQL to access and modify a database. Right now, I am trying to run a SELECT query on the database, and to populate a list with the results. The thing is, in all the examples I can find, the MYSQL_RES structure is processed locally. I on the other hand...
  5. DMAN3021

    RS232 in VB.net

    I'm all out of ideas, so I hope someone out there can give me an answer. I've developed a tool in VB.net that uses rs232.vb (available from microsoft website) to read and write to COM ports on my computer. The program works wonders on the development machine, as well as the original deployment...
  6. DMAN3021

    Getting Multiple Threads to report back

    I'm working on a project where two phones are plugged into my computer for testing. When testing begins, each phone has a System.Timer.Timers that runs the different steps of the test. Everything works fine, except when the test is over, I have no way of knowing that it is. How can I get my...
  7. DMAN3021

    ODBC request colliding

    Fun problem, I'm running an automated tests system that spins off threads of a test every 30 seconds or so. I've found that if I let it run for a long time, I can end up having more than one test running at a time, which is good, because in the end, I want many tests running at the same time...
  8. DMAN3021

    Automatic DIV Scrolling

    Hello, I am trying to emulate the windows file explorer using a combination of html, coldfusion and javascript. I must admit, I have built something very similar, but there is a small bug that I must fix before I continue. I am not using frames, but coldfusion includes into a <table> tag...
  9. DMAN3021

    MS Smart Quotes Causing Havoc

    Alright, I've got this smart quotes problem, where when I, or users of my web app, copy a text from word to a text area and submit it, quotes produced by MS Word are turned into ugly symbols. I've tried using the replace=() function, I've tried using a cf script to replace characters above...
  10. DMAN3021

    VB Control Not Catching Clicks

    I've got a little problem. I've create a control to replace a button. The control itself contains two pictures, and a couple of labels. The labels change depending on the type of control, and the pics change wether I am clicking down on the control or not. The problem is that I am attempting...
  11. DMAN3021

    error creating window handle - memory error?

    Hello, I am currently building a VB version of a LCD Screen that will be 128 pixels x 64 pixels. I've created a control for a pixel that turns on and off and now I must create a screen. In total there will be 128 x 64 = 8192 pixels on my screen. I've tried to seperate the pixels into rows...
  12. DMAN3021

    Custom Control Properties

    Yellow all, I'm building my first VB custom control (yey!) and its moving a long nicely, but I need to specify certain states that this control will be in, and I would like for these states to be displayed as properties (in the property window) and to be modifiable by code. So, the question...
  13. DMAN3021

    Client Server Guidance Needed

    I'm trying to build a Client Server App in VB.Net. Basically, the client will log onto the server, ask for things, receive things, and then disconect once its done. Both the Client and Server apps will not share any resources and will transmit messages using a certain port over the Net. Now...
  14. DMAN3021

    Arrays to Vectors

    Hello, I have a Vector of int[]. Now I want to take one of these int[] and put it into a variable. Heres the code I have so far: int[] CurNode = new int[8]; CurNode = Tree.elementAt(i); Tree is a Vector Containing 8 arrays of integer, all with 8 elements in them. I want to take one...
  15. DMAN3021

    From List to database

    I am building a website on which there will be a dynamicaly populated jump menu. As an administrator, you may edit the jump menu, which is represented as a list on the administartor web page. I get a problem when I want to take the information in the list and enter it into the database. Every...
  16. DMAN3021

    CFLoop does not like my Number!

    I have a SQL query on my CF page that returns a certain number of recordsets. Now, I am trying to get a cfloop to execute a number of SQLQuery.RecordCount / 2 times (-> do a loop for every 2 records found) I have set up everything as follows: <cfset NumberOfRecords=SQLQuery.RecordCount> ...
  17. DMAN3021

    Is my computer dead?

    You guys are probably going to laugh at me for this one, but here it goes. I recently installed a new HD in my computer because the old one was starting to be defective. Unfortunately, when I did this, one of my wires got stuck in my CPU fan's heat sink, blocking the fan and making it burn...

Part and Inventory Search

Back
Top