Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~6K People Reached
Favorite Forums
Favorite Tags

19 Posted Topics

Member Avatar for squidd

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 …

Member Avatar for E.Jithender
0
110
Member Avatar for squidd

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 …

Member Avatar for kain_mcbride
0
151
Member Avatar for squidd

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 …

Member Avatar for squidd
0
193
Member Avatar for MichaelSammels

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.

Member Avatar for jbennet
0
147
Member Avatar for squidd

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 …

Member Avatar for LizR
0
152
Member Avatar for squidd

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. …

0
58
Member Avatar for squidd

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 …

Member Avatar for Raged
0
462
Member Avatar for Loyen

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 …

Member Avatar for Loyen
0
2K
Member Avatar for squidd

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 …

Member Avatar for squidd
0
127
Member Avatar for Om4eagle

better yet, why the 5 line restriction.. guiness world record? hehe oops, Duoas asked why already, my bad...

Member Avatar for squidd
0
77
Member Avatar for squidd

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 …

Member Avatar for squidd
0
151
Member Avatar for squidd

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 …

Member Avatar for squidd
0
106
Member Avatar for infomanas

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.

Member Avatar for ExplainThat
0
246
Member Avatar for kamatatul

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 …

Member Avatar for squidd
0
90
Member Avatar for squidd

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 …

Member Avatar for squidd
0
466
Member Avatar for ferhatkuskaya

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 …

Member Avatar for Duoas
0
122
Member Avatar for squidd

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 …

Member Avatar for squidd
0
175
Member Avatar for ferhatkuskaya

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.

Member Avatar for Duoas
0
110
Member Avatar for squidd

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 …

Member Avatar for squidd
0
800

The End.