sequential file save read option button Programming Software Development by arcon I think I can record but I can't read with the option button checkbox I don't know if I do the recording procedure correctly Re: sequential file save read option button Programming Software Development by rproffitt 1. With so few having VB6 now, you need to move to a current release. Help will be hard to find. 2. I can't load up your project. Few others can so by not posting the relevant code in the clear with your assessment, you see the issue? 3. VB6, while I coded very large projects long ago, "It's Dead Jim." That is, you're on a deserted … Re: sequential file save read option button Programming Software Development by arcon Sorry but you have not given a solution to the issue, because I see that here in this forum people continue to ask about vb6.0 Re: sequential file save read option button Programming Software Development by Reverend Jim Yes. People continue to ask about VB6. They shouldn't. And you likely won't see anyone answering questions about, for example, COBOL or QuickBASIC, except in a historical context. The only VB6 question that should be asked is "why are you still using it?" Re: sequential file save read option button Programming Software Development by rproffitt I noted the issues with your post and the problems with what is a dead system. While I do have one last VB6 dev laptop in storage I only pull it out for paid work. And at 250USD a hour the only company that pays is very careful about their requests. You ignored how such problems are presented. ZIP file? Too dangerous today. You could have … Re: sequential file save read option button Programming Software Development by arcon because it still works and there are many people who use it, thank you Re: sequential file save read option button Programming Software Development by arcon because it still works and there are many people who use it, thank you Re: sequential file save read option button Programming Software Development by arcon thanks for everything Re: sequential file save read option button Programming Software Development by SCBWV I don't understand a few things. There are option buttons and there are check boxes. So I don't know what you mean by "option button checkbox." I also don't know what you mean by "record." Do you mean print? Read values from a file? I would suggest instead of checking for "1" that you use "If chkExtra(0).Value … Re: Fine-Tuning OpenAI Whisper Model for Audio Classification in PyTorch Programming Computer Science by habi_2 how to use the best_model.pt Re: problem with loop Programming Software Development by dougy83 Sequential even numbers are 2 apart, so what's wrong with … Re: Problem to use #define values Programming Software Development by MosaicFuneral Sequential cases and macros are nice and clean with enums: [url]http://gnuvince.wordpress.com/2009/09/08/enums-in-c/[/url] Sequential, Binary, Hashing searches Programming Software Development by smmcfarl … << "<<<***Unsuccessful Sequential Search***>>>" << …endl << endl; outFile << "Sequential Binary Hashing" << endl; outFile <<…quot; << endl; outFile << "Sequential Binary Hashing" << endl; outFile <&… Sequential search in java Programming Software Development by josirucu [COLOR=Blue][B]hi.i've written a program that loads #'s into an array and sorts them.The end user then inputs a number and the program is supposed to perform a sequential search for the input number and tell wether it was found or not found.I'm hoping someone canhelp me with my sequential search.binary gave me enough trouble.any idea?[/B][/COLOR] Sequential Access Data Files Programming Software Development by nicole0904 How do I import a picture from a sequential file. I want the sequential file to have the pathname and filename and that to load the picture as the image. Re: Sequential Access Data Files Programming Software Development by Comatose If I understand you correctly, you want to have a sequential file... that file will have a path in it, to ….picture = tmpvar [/CODE] Similarly, If You want to have 1 sequential file, with multiple paths (to different pictures), then you could… Re: Sequential Access Data Files Programming Software Development by nicole0904 … manager (I'm hoping) will write the information into the sequential file, or update it as necessary(which I'm told…; This will find the last set of data in the Sequential file, but the first record brings up "Not Found… sequential numbering Programming Software Development by googlybear Hi everyone, I am not really a scripter by nature but now have the need to create one that handles sequential numbering. Basically I need the script to create a sequential number everytime its run. I dont expect anyone to tell me how to do it as i want to learn. I just need some pointers for where to start. Thanks in advance googlybear Re: sequential numbering Programming Software Development by googlybear … but now have the need to create one that handles sequential numbering. Basically I need the script to create a… sequential number everytime its run. I dont expect anyone to tell … Sequential Files Programming Software Development by xc3ss1v3 … all. I'm having some difficulty in reading from a sequential file. I think I have my code set up properly… coded wrong or if I just don't have the sequential files stored in the right place. Thanks, as always, for… Re: Sequential search in java Programming Software Development by Narue >binary gave me enough trouble. Binary search is leaps and bounds more complex than sequential search. Start at the beginning, and go to the end. If you find a match, stop. What's so hard about that? You probably solved the first half of the problem when you printed the sorted array (ie. start at the beginning and go to the end). sequential search (cannot import string functions) Programming Software Development by Leonerd … it. To get started here is my homework specs [quote]Sequential Letter Search 1.You will design and implement a program… Sequential file problems Programming Software Development by tyserman5674 … All, I am sure having problems with reading from a sequential file. I created a .txt file and placed it several… Sequential File Help Programming Software Development by angel1204 … am having trouble with my assignment for this week on Sequential Files. Here is my assignment: Create a C++ console application… Sequential Search for Vectors Function Programming Software Development by RapidFire4Life … the definition of the function template seqSearch to implement the sequential search on a vector object. [CODE] template<class elemType… Sequential Files: how to... Programming Software Development by alina.nazchowdhury … file as fmt extention, i guess i need a separate sequential file, but I just don't know how... Please help… sequential read/write speeds Programming Software Development by ala_2 How can i measure sequential read/write speeds? is there any API, library that can help me? Re: sequential read/write speeds Programming Software Development by ala_2 Well thanks for your quick answer but there are tools like "CrystalDiskInfo" that can measure sequential read/write speeds. Program read the last record twice in sequential file Programming Software Development by kako13 Hi, I'm having problem reading a sequential file, I have done some searches all without any positive …result. I trying to read a sequential file, but the problem is that the last record is… C++ sequential file / array Programming Software Development by jaffo I am trying to read data from a sequential file into an array. Here we are again at the … into an array that can later be used. So the sequential file is 7, 15, 30 5.35, 5.50, 5…