No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
19 Posted Topics
First off let me say if this is in the wrong forum i sincerely apologize. I put this is the delphi/pascal forum but haven't gotten much back from that. so I thought I may try it here to see if some help would be available. The code I did in … | |
Another problem I am looking into is the following: How does one use a command button to run private sub's (again) or (at all)? For instance if a website isn't available at the exact moment that it is being checked for certain information on it. I have it set to … | |
This is a VB6 question. I seem to have a problem with a form that should be unloading or at the very least become not visible. For whatever reason when another form is shown (form2.Show as an example) or made visible (Form2.Visible = True, next line would say Unload Form1 … | |
Re: What Veena said will work just fine, but you could also completely remove the entire border including the X at runtime by simply going to the BorderStyle property when your form is chosen and setting it to 0-None. This would also achieve the same result and then some... Good luck. | |
First off let me say if this is in the wrong forum i sincerely apologize. Since most people move from VB6 to Delphi, I figured this would be the proper place to put this question. The code I did in delphi works without any problems whatsoever. Because I want to … | |
Basically, I want to check and see if a certain word or combination of letters and/or numbers is on a website using a winsock connection. I can do this in delphi, but i cant seem to get the hang of it in VB6. I always get some sort of error. … | |
ok so basically I am writing a small program that does a few different things in Delphi 2007. I am very new to coding and so I hope that my terminology will be up to par. If not, please forgive me. I am loading text files into a ListView... I … | |
Re: Im not sure about FP but I know if they are compatible as Duaos mentioned... Then simply do something like: [code] Procedure TForm.FormCreate(Sender: TObject); begin label.caption := 'write what you want to here'; end; [/code] Again, I dont know if that will work in FP. But if you can get … | |
plenty of examples on the net for I think pascal version .00000011 hehe I cant seem to get it to work properly. Better yet, a component to load binary files into a memo, listview, richedit, etc would be even better. Any ideas? Ive been looking into this for a few … | |
Re: better yet, why the 5 line restriction.. guiness world record? hehe oops, Duoas asked why already, my bad... | |
I have a new program I am working on and I would like to repeat a portion of code to redo the same thing again, and again. When the program starts, it will give me a number from my NIC card (I think). Ok so I have it going to … | |
I know this must be painfully simple to do, but I cant seem to find any text that makes sense to me regarding how to actually do it. Basically I have program "X". Program X has the TTrayIcon component added to the MainForm. From what I have read, the need … | |
Re: what have you done thus far in an effort to make this happen? Arte you using ListView? ListBox? RichText? Post your code so that I and others might see where you are. Please use the tag appropriate for your code. | |
Re: Hello kamatatul, It sure wouldnt hurt to mark to problem 'solved' and give this user a reputation point for helping you so quickly.. I dont mean to spam, just hoping that the author of this thread sees this and makes the corrections. :) Please delete this if it is considered … | |
I have one form that is doing a security check. if the serial number or whatever is found, then a button will appear to open the actual program. Welp, that isnt working out so well. How do I have a Tbutton open another form and close the first form? This … | |
Re: also, not trying to be a code nazi here... I just dont know if you know :) No one told me this. Post your code (which I had to learn when I was new as well) don't put any spaces in between your description of code. [ CODE = Delphi … | |
All the help I have received in here has been wonderful and I am very glad that there are good people in here to help us newbies. I know I sure need it! So these last few things would be nice to get some help with and then I will … | |
Re: Im curious to know why a label is needed on a button... Maybe you mean so that once the button is clicked the text changes to something else? Good information on that thread you offered btw Duoas. | |
I have it coded to where a small list can have dupes removed rather efficiently. But, the larger the list gets, the longer it takes to the point that it is better to not even try. A list of 15,000 lines would takes hours and hours... probably longer to remove … |
The End.