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: *

  1. shetlandbob

    auto plot distribution of data

    Hi, I have the following type of data set: 0.94 0.94 0.94 0.94 0.92 0.94 0.94 0.24 0.66 0.86 0.24 0.94 0.96 0.96 0.96 0.96 0.96 0.96 0.96 0.96 0.96 0.96 0.94 0.94 0.94 0.94 0.92 0.94 0.94 0.94 0.66 0.22 0.96 0.94 0.94 0.96 0.96 0.96 And I want to easily generate a plot that will summarise the...
  2. shetlandbob

    tips on reading unknown format text file

    Hi guys, I have a number of different format text files which contain strings and numbers which may all be on one line (10000+ instances) or maybe on multiple lines. Any ideas on how best to handle this? Thanks Robert Cumming www.consultantengineer.co.uk
  3. shetlandbob

    Frames - open new frame set in same window

    Hi, I have a set of frames which is loaded with the following: <Frameset FRAMEBORDER=0 BORDER=0 BORDERCOLOR="000066" FRAMESPACING=0 cols="21%,*"> <Frame name="left" src="left.html"> <Frameset FRAMEBORDER=0 BORDER=0 BORDERCOLOR="000066" FRAMESPACING=0 rows="60,*" > <Frame name="top"...
  4. shetlandbob

    Win32 Console Application - system command

    Hi, I think I'm having a bit og a mind blank, the following code doesn't do what I expect, any ideas why? sprintf ( text, "cd C:\\Program Files\\MyDir" ); err = system ( "cd" ); err = system ( text ); err = system ( "cd" ); err = system ( "dir" ); When I run it in a console window...
  5. shetlandbob

    VC6 CFileDialog

    I used to use VC.Net but am in a new job and they only have VC6++. I am creating a new application and created an instance of CFileDialog, it loads up ok, except it's an old fashioned version, i.e. doesn't include the panel of history, my documents, desktop, favourites etc.. on the left.... I'm...
  6. shetlandbob

    highlighting all row/col dependant on active cell?

    Hi, Is there a way (without writing a macro) of highlighting all values in the current row/column that is selected (excel 2000). i.e. if cell was selected that all values in column b and row 5 have a conditional format? Thanks Robert Cumming www.consultantengineer.co.uk
  7. shetlandbob

    set short cut properties in dos(?)

    Hi, Not sure if this would be the best place to ask this question but here goes... I'm working on windows 2000 sp4. I want to create a shortcut (programatically, initially through dos - but if I get my way later by using visual studio c++), but for the mo I have to use dos scripts. My short...
  8. shetlandbob

    Outlook address list add phone no

    Hi, In Outlook 2000. I can load up the address book. I have it configured to show my Contacts by default. It currently shows the persons name and e-mail address, how can I get it to list the persons phone number as well? Thanks Robert Cumming www.consultantengineer.co.uk
  9. shetlandbob

    excel pivot table - change source data - table doesn't update

    Hi, I'm new to pivot tables, basically I'm just trying them out to see what they can do. Ok I've got a block of data on one sheet and I've figured out how to create the table and play around with settings etc... (I can see why this is a handy tool). However, when I change the original block...
  10. shetlandbob

    input text file

    I have the following code: Dim FileName As String Dim fileNum As Integer Dim variable As String Dim inumber As Integer fileNum = FreeFile() 'Open Text File For Input Open FileName For Input As #fileNum Do While Seek(fileNum) <= LOF(fileNum) 'Store One Line Of Text...
  11. shetlandbob

    can you do this in VBA (similar to C structures)

    Hi, Can you do this or similar in VBA (Excel 2000): // this is how I would do it in C struct myCoords { double x; double y; }; struct myBox { myCoords coords; double xLength; double yLength; }; // more code // so that you can have myBox box; box.coords.x = 0...
  12. shetlandbob

    opening up new markets.....

    Hi all, I've been working in the IT field for a number of years (mostly contracting), 90+% in the Engineering Industry. I would class myself as expereinced in a number of languages and have lots of experience in developing engineering software. However I have little experience with SQL and...
  13. shetlandbob

    conditonal format whole row subject to a single cell

    Hi, Appologies if this has been asked before, I couldn't find it searching. I have a lots of rows in excel where col1 is either "y" or "n" e.g. y text1 text2 text 3 text 4 n text1 text2 text 3 text 4 y text1 text2 text 3...
  14. shetlandbob

    Custom File Open Dialog

    Hi all I have a file add-in which I have linked to a menu command, the command opens a text file and loads it into excel adn reformats it. My question is can I add checkboxes onto the default file open dialog? i.e. at the bottom of the dialog box, I would like to have a group of toggle...
  15. shetlandbob

    excel accessing class modules in another vbaproject (Addin)

    Hi all, I have a excel vba class module that I have created and I have saved this workbook as an excel add-in (excel2000). I can add this in to a new workbook that I create and I can see the class module in the VB editor, however when I try to create an instance of this class the the compiler...
  16. shetlandbob

    excel class module as add-in??

    Hi All, I have an excel vba class module which I would like to save and have as an option for others to use as an add-in? We write a lot of macros to process data where I am and it would be good to have a core set of macro's that is available for users to add-in to there own projects...
  17. shetlandbob

    How good is .Net at identifying memory leaks?

    Hello, Ala subject, I know when running a C++ application in debug, .NET identify's that your code has memory leaks, how good is it at actually doing this? I currently have Viual C++ 6 and it does not do it at all, so was wondering how good is .NET at doing this? Cheers
  18. shetlandbob

    dial up problem, used to have broadband (netgear)

    Hello, I have a laptop with a Netgear wireless card installed, I used to live in a house with broadband. However I moved up inthe world and (down in finances) and bought a flat! But have not yet got broadband installed, so I thought I'd push the boat out and go back to dial-up!! However my...
  19. shetlandbob

    middle mouse buttons

    Does anyone know how to simulate a middle mouse button via the keyboard? Cheers
  20. shetlandbob

    studio.net to VC++6

    Does anyone know how easy it is to change a .net application so that it will load in VC++ 6?

Part and Inventory Search

Back
Top