Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

Recent content by korper

  1. korper

    search certain string in a TXT file

    Hi, group, I want to find a string in a TXT file and return the content after it. It may go like this (i suppose) OPEN (123, FILE="my_FILE.txt",...) FIND "searching words is:" GET WORDS after it and store as MY_var Any hints are appreciated and thanks! I am a newbie of fortran, where can i...
  2. korper

    Modal analysis with Ls-Dyna

    Thanks for dharni and other replys! I have got the .k file and test functioned. sorry for my coming back late and repling. see below the file include. (I suppose i could post it) Due to such a challenge, my question will lead to the contact algorithm and defining the boundary conditions. Some...
  3. korper

    Modal analysis with Ls-Dyna

    Is there really nobody can help? I don't think so. maybe i have sent a too simple question? Ok, let me draw the thread farther. I found, since the version of 960, it is possible to use the keywords *control_implicit_eigenvalue... now i got the values, but how to judge they could be correct? and...
  4. korper

    Modal analysis with Ls-Dyna

    Could anyone give me some hints (eg. example file) to get the natural frequency? It is said to use implict, but how? Thanks.
  5. korper

    How to start a VBA with worksheet minimize.

    Sub test() Application.WindowState = xlMinimized AppActivate "Microsoft Excel" UserForm1.Showtext End Sub Error "400": the userform is already there and cannot be linked.?
  6. korper

    Ideas API selection?

    Hi, I am programming within the API of Open I-deas. just confusing about the selection filter... How could i select the elements without waiting for the "pick entity.." from the user. i.e. I just want to choose all the rigid elements(later its label) from the FEM model. but...
  7. korper

    How to start a VBA with worksheet minimize.

    Thanks! but what i really want is within the Excel and alone with the VBA. e.g: Private Sub Workbook_WindowActivate(ByVal Wn As Window) Me.Worksheets.Visible = False 'or, Excel.WindowState = xlMinimized myprog_form.Show End Sub but Excel refuse to it :-(
  8. korper

    How to start a VBA with worksheet minimize.

    Hi, VBA experts, In order to beutify my prog's interface, i would like to open the Excel file(active VBA) with the worksheet in the minimized background, i.e. only the Userform or a Dialog window, from the right beginning on! as if it was a standalone VB or VC main interface,(nothing to do...
  9. korper

    why RegSvr32: LoadLibrary(".\Debug\MyProg.dll") failed.

    sorry, what do U mean "dependency"? there is only one project in the top combox, and no others at the bottom list. in addition: I have include a doznes of 3rd-partener API as include. If there is no such include, then register OK! anyway,although my programme can be compiled to DLL and...
  10. korper

    why RegSvr32: LoadLibrary(".\Debug\MyProg.dll") failed.

    I have entered all the Include and Lib directories, system path also have been changed to find the Dlls, But it still refuse to register. But if I type "regsvr32 MyProm.dll", then it succeed! BTW: WinNT4 with sp6; VC++6, ATL programming. Thanks in advance!
  11. korper

    Get value from a nonlinear stiffness graph

    I have in the past scanned in nonlinear curves, then utilized cad software to extract a curve which is then ^^^^^^^^^^same to my case^^^^^^^^, But what is the software and How to discretize to points. Do U mean raster to vector conversion? Is there any other simple way? Anyway thanks!
  12. korper

    How to extract the number from the long strings in cells of a sheet

    Actually the character can not be defined as Chr(?), So i have tried to get it from the string text itself. and then find and compare with it throughout the String. So i got it! Thanks!
  13. korper

    Get value from a nonlinear stiffness graph

    I have got a nonlinear graph for a nonlinear spring on the paper. Is that possible to scan it and transfer to a recognizable table for the phy. properties of the spring? Matlab can do so? or, The only way is to select dozens of point and cauculate the Stiffness by them with certain algorithm?
  14. korper

    How to extract the number from the long strings in cells of a sheet

    I got a sheet full of cells, my job is to get the number from each cell, which contains a long string e.g.("what i really need is only the number of 1234 mm"), I made a small function to find and cut the spaces bit by bit, but it stop at "of 1234", and find no space any...
  15. korper

    Could sb tell about Open-Structure of I-deas?

    online help system drive me here and there, so much! How could i draw a thread out? just want to make a small programm to find out how it works though? Further more... I just want to connect two Nodes(number) with a certian type of element in a FEM model. how to make it? or, anyone...

Part and Inventory Search