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 wOOdy-Soft 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: snt
  • Content: Threads
  • Order by date
  1. snt

    For Loop?

    I have a function call 'Call frmMain.DTAFGMON1.Aqcuiremem(0,1,Singleshot).' Basically this is a control to get a single frame from a frame grabber. The 0 is which window to display, and the 1 is how many frames to acquire. I need to have this loop. I need to tell it to send frame1 to windwow1...
  2. snt

    Auto Login with Fedora

    I have setup auto login in the control center and I still get a prompt for a username and passwd. Is there another way to have the auto login work? Fecora Core 1.90 -SNT
  3. snt

    CorelPhotopaint on SuSE

    Wasn't sure where to put this. But I think the Linux forum is the right place. I recently istalled this app using the rpm file tha I downloaded from corel.com The installation went through fine, no errors. When I click the executable /usr/lib/corel/Grpahics9/Programs/photopnt.exe, nothing...
  4. snt

    Speed

    I have done some speed tests on various sites. All the results are similar. 2-2.9Mb down and in the 380's up. My question is why is it when I download, I have NEVER gotten above 400K and up I have never gotten better then 40K? Is there something I can do to achieve these speeds? Thanks
  5. snt

    LNK2001: unresolved external symbol _outp????

    SWdll.obj : error LNK2001: unresolved external symbol _outp SWdll.obj : error LNK2001: unresolved external symbol _inp Debug/SWdll.dll : fatal error LNK1120: 2 unresolved externals I do not understand this. Why would it be looking at outp and inp as symbols? Aren't these standard c calls? Here...
  6. snt

    How can I make a .lib file

    I have a library file that was created in quick c. I believe that I am getting errors with it in VC++ because it is 16 bit. This file was created by the programmer of the original dll. It is not a standard library file. So how can I re-create this? SNT
  7. snt

    Convert .lib

    I have a 16 bit .lib file that I guess I need to convert to 32 bit because of errors while building. What would the easiest way to do this be? Or,better yet, how can I create a new one? snt
  8. snt

    Mathematical type question

    I will try to explain as best as I can. I am graphing data acquired from an external instrument. There is a transition in the instrument which is causing a "step" in the data. I need to apply a formula to "smooth" out the data. I need to take the last 5 data points before...
  9. snt

    Not Sure what this title should be.

    Kind of a unique problem. There is an instrument that retrieves some data and store it to a file. Part of that code is here: Print #1, Format(Currentwavelength(i), "#000.00 "); Int(Currentscan(Tarscan, i)); Int(Currentscan(Refscan, i)) The problem is when the software is run on a...
  10. snt

    16 Bit dll

    I have a 16 bit dll which obviously is a problem in a win32 environment. How can I convert this to 32 bit? I have close to zero knowledge of c, so I would need something fairly simple. Thanks.
  11. snt

    Single Line From A Text File

    I need to extract a single line of text from a text file and assign it to a variable so I can display it. The problem is that the user will open the file so I can not specify a file name. The line of text is a time stamp that is in the same position in every file that would be opened and starts...
  12. snt

    Graph32.ocx

    I'm using this control in a project. I can't seem to get a title to appear. I can if I define it in the GraphTitle field in the properties box, but I need it to be a variable. I have tried Graph1.GraphTitle="XXX", but it does not work. Any ideas? Thanks.
  13. snt

    Dropdowns

    Is there a way to specify the appearence of a dropdown list using css? I would like to change the border size, scrollbar and the arrow. I can only seem to change the background color and the font.
  14. snt

    Dropdowns

    I have 7 dropdown menus. The user will need to select an option from one of them. Is there a way to make it so if a user selects from one of them, the others will return to the first option that has no value so the user can not select from more then one menu? i.e. <select name=1> <option...
  15. snt

    Textbox Value

    I need to pass info from one textbox to another. This is not a problem. The problem arises when then name of the textbox for the info to be passed to is option|001|%%prodID-*%%. This is needed to pass the variable to the options in a shoppong cart. Ok, my question is, how can i pass a value...
  16. snt

    Window Attributes

    Is there a way to specify the attributes of a window upon loading? I want to be able to specfy size, location, toolbars, scrollbars, etc... upon loading. Not a pop up. I would imagine that it would be <body onload=&quot;xx()&quot;> but not sure. Thanks
  17. snt

    Box around links in IE

    Hello everyone, A while back I saw a script that didn't show those boxes around links in IE when clicked. I think it was DHTML. Does anyone know where I can find this or how to do it? Thanks. SNT
  18. snt

    onMouseOver

    Is it possble to call 2 seperate functions with onMouseOver?<br>There are 2 things i want to happen when the mouse moves over a button, but i am not familiar enough with javascript to combine the 2 functions into one.&nbsp;&nbsp;Any info would be greatly appreciated.

Part and Inventory Search

Back
Top