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 bkrike 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. thepunisher

    Binary files,

    Hi, I want to read a binary file and store each byte/character into an array. Then i want to check what each of the bytes are, whether they are a 1, a 2 etc.. based on this, i will do some other computations. The main thing i want to do is read/open a binary file, and put each byte into an...
  2. thepunisher

    Close a workbook and then MS Excel?

    Hi, I am using the following code to save and then close a currently open workbook. ActiveWorkbook.Save 'Save workbook. ActiveWorkbook.Close 'Close workbook. I also want to end the actual MS Excel Application, after the save and close have been done. how do i do this? thePunisher Homer...
  3. thepunisher

    Networks career?

    Hi, I want to start a career working with 'Networks' and/or 'Data Communications' as they were my favorite/best subjects in college. I have just graduated with a Bsc. in Computing Science and am wondering what are the best next steps to take for a career in this field. I have no experience...
  4. thepunisher

    read binary file, copy data to newly created binary file?

    How do i read in a binary file, copy the data to an array and then send the array data to a new binary file? I want to create the binary file at run-time if possible. Any help is greatly appreciated? Especially code. thanks, thePunisher. The Wolf: Thats 30 minutes away. I'll be there in 10.
  5. thepunisher

    read binary file and copy to two arrays

    Hi, I want to read in two binary files, then save the contents to two arrays, how do i do this? I am converting fortran code to vb6, so i am not really sure what im doing, so any VB code that saves binary file data to arrays is welcome. Thanks, thePunisher PS- Below is my code so far...
  6. thepunisher

    what this code means?

    Hi, Could you tell me what this code below does, and what the variables mean? I know its opening a file, but i dont know what the UNIT and ORGANIZATION for example mean, i have never coded fortran before. I am converting this code to VB, so i have to be able to understand it. OPEN (UNIT=5...
  7. thepunisher

    OOD good examples?

    Hi, Ive just started coding Java again after 2 years. I have little experience in Java and OOD, i only did a bit in college and didnt like it then, but i want to add it to my armoury now. Are there any good online java books, that deal more with the OOD side of things rather than coding? I...
  8. thepunisher

    Convert Fortran to VB?

    Hi, I have to migrate FORTRAN code to Visual Basic 6. I was wondering is there a free fortran to vb6 code converter. The only converters i seem to find, cost money. thanks, thePunisher. Chief Dan George-Get ready little lady, hell is coming to breakfast
  9. thepunisher

    VB and FORTRAN?

    Hi, I have to migrate FORTRAN code to Visual Basic.NET, i am new to VB.NET, i have used the VB6 to VB.NET code updating feature before. I was wondering is there a similar way to update/migrate FORTRAN to VB.NET? thanks, thePunisher. Chief Dan George-Get ready little lady, hell is coming to...
  10. thepunisher

    Online help/docos for fortran?

    Hi, never seen fortran code before, but i'll be working on it soon in work. Does anyone know any good online books/tutorials that are available for free download? So i can get an idea of what exactly im working with??? Thanks in advance, thePunisher. Chief Dan George-Get ready little lady...
  11. thepunisher

    copy and paste special and remove blank lines.

    hi, I have the following.... 17513 296734978 3986568 9328059 etc... I want to copy and paste this into a spreadsheet, but i want the blank lines removed so it looks like this... 17513 296734978 3986568 9328059 etc.. Does anyone know how to do this? The 'Remove blanks' option in paste...
  12. thepunisher

    Free online books/tutorials for VBA and Excel?

    Hi, Could anyone recommend a good online book that is available for free download (with regards to VBA in Excel) Or good online tutorials? thanks, the Punisher. Chief Dan George-Get ready little lady, hell is coming to breakfast
  13. thepunisher

    How to find the values in a column?

    Hi, How do i select an entire column and find out how many values are in it? Or even get the sum of all values in a column? I will record this code, and then tailor it for myself! thanks in advance, thePunisher. Chief Dan George-Get ready little lady, hell is coming to breakfast
  14. thepunisher

    copy and past data from Excel sheet to Access db using code!!!

    Hello I am programming a module in VBA behind excel. I am able to: Create an Access Database from the VBA code in Excel (including database fields and primary keys). Create Access Queries from the VBA code in Excel. What I want to do now, is select/copy a chunk of data in the excel...
  15. thepunisher

    Retreive an image from Abobe Acrobat?

    Hey everyone, I rarely use Adobe Acrobat, but i have encountered this issue. I am using Adobe Acrobat Reader 5.0. I can open a .PDF document in Acrobat Reader 5.0. But i want to retrieve only one page from the entire document which has images on it, and paste these images into a WORD...
  16. thepunisher

    take a screen shot of mpg file?

    Hi, I am playing a mpg file in windows media player. I want to take picture/screen shot of the video as it is played. How do i do this? PS-ctrl+print screen takes a screen shot, but when i paste it into mspaint, the video is playing in the mspaint screen. thanks, Chief Dan George-Get...
  17. thepunisher

    change font of data in Access DB?

    Hi, I am programmably in VBA in Excel creating an Access database. From excel how do i set the font of the text in an entire Access table, so it can be read easier. Its easy in excel, but is it possible using VBA in excel to change the font in an Access DB? how do i do this? thanks in...
  18. thepunisher

    fill flexgrid with numbers?

    hi, I want to fill a flexgrid with numbers from 2 - 400. the grid is 20x20. I have never done any code before with flexgrids. usually ive done all my grid displays using listViews. My first idea is a do until loop or something. Or are there any easier methods? thanks, thePunisher. Chief...
  19. thepunisher

    set column widths of access fields.

    Hi, I am programmably in VBA in Excel creating an Access database. From excel how do i set the actual width of a field in a table, so when i go into access to view the records, i dont have to constantly, manually change the field widths. how do i do this? thanks in advance, thePunisher...
  20. thepunisher

    use RETURN key to tab

    Hi, I am coding a simple application in VB6.0 How do i set the RETURN / ENTER key to the tab button. I want to be able to tab through various text boxes using the return button rather than the tab button. How do i do this? thanks, thePunisher Chief Dan George-Get ready little lady, hell...

Part and Inventory Search

Back
Top