My account: Login | Sign Up
Loading... 

CodeGear (Borland): Delphi | Forum profile

Forum profile page for CodeGear (Borland): Delphi on http://www.tek-tips.com. This report page is the aggregated overview from a single forum: CodeGear (Borland): Delphi, located on the Message Board at http://www.tek-tips.com. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "CodeGear (Borland): Delphi" on the Message Board at http://www.tek-tips.com is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: Tek-Tips Forums - CodeGear (Borland): Delphi (site profile, domain info tek-tips.com)
Title: CodeGear (Borland): Delphi
Url: http://www.tek-tips.com/threadminder.cfm?pid=102
Users activity: 19 post per thread
Forum activity: 5 active threads during last week
 

Posting activity on CodeGear (Borland): Delphi:

  Week Month 3 Months
Threads: 5 45 130
Post: 9 85 252
 

CodeGear (Borland): Delphi Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
whosrdaddy
2
user's latest post:
acces violation at address...
Published (2008-12-01 16:07:00)
duh, didn't see it. good thing you found it yourself, have a star! next time you post some code, please use the [code][/code] TGLM tags, this for better reading :) Cheers, Daddy -----------------------------------------------------  What You See Is What You Get Never underestimate tha powah of tha google!
Glenn9999
2
user's latest post:
Convert Hex String to Filetime
Published (2008-12-01 10:13:00)
Just to clarify, this is a hex string which represents a binary value that would be a FILETIME type? E0 82 DA C4 10 CA C6 01 The site below will probably be of greatest help to you (see the first function). http ://www.del phi3000.co m/articles /article_1 412.asp?SK =   ---------- Measurement is not management.
Darkyere
2
user's latest post:
acces violation at address...
Published (2008-12-01 14:17:00)
i found the answer elsewhere for i := 0 to Listbox.Items.Count - 1 do is the corrected problem
tresloukadu
1
user's latest post:
Switch two network interface
Published (2008-11-26 09:11:00)
Hello, how can I check wich network device is working ( with connection ) and which one is the faster? I have a modem and a wireless connection. When I lose the wireless connection the modem assume but when the wireless connection return again, the primary connection is the modem yet (which is more slow). So im trying to develop a small application in Delphi to stay monitoring the two devices. And when the faster connection appear this...
Griffyn
1
user's latest post:
TP/DOS compatibility code
Published (2008-11-27 17:23:00)
I do a fair bit with console applications - the CRT unit will come in very handy. Thank you!
topcat01
1
user's latest post:
Convert Hex String to Filetime
Published (2008-11-30 11:28:00)
Hi there, I have the following String 'E082DAC410CAC601' that I want to store in a FILETIME variable. I'm using D6, is there a function available to convert this value? (Reading straight from a binary file isn't a problem but I'm missing something trying to convert from the string.)  
 

Latest active threads on CodeGear (Borland): Delphi::

Tek-Tips Forums
Started 3 days, 8 hours ago (2008-12-01 09:24:00)  by Darkyere
Hello, i have this code who ive been using whitout any problems. and then suddenly at says acces violation at address 004b84 in module "SecurityScreensaver.exe" when i trie to save a tstringlist to a file. this is how the code looks procedure TForm7.Button8Click(Sender: TObject); var s : tstringlist; begin savedialog1.Title := 'Save image list to file (PS. Remember to add the extension ...
Thread:  Show this thread (4 posts)   Thread info: acces violation at address 004b84 in module "SecurityScreensaver.exe" Size: 2,220 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "acces violation at address 004b84 in module "SecurityScreensaver.exe" :: CodeGear (Borland): Delphi :: Tek-Tips Forums"
Tek-Tips Forums
Started 4 days, 6 hours ago (2008-11-30 11:28:00)  by topcat01
Hi there, I have the following String 'E082DAC410CAC601' that I want to store in a FILETIME variable. I'm using D6, is there a function available to convert this value? (Reading straight from a binary file isn't a problem but I'm missing something trying to convert from the string.)
Thread:  Show this thread (2 posts)   Thread info: Convert Hex String to Filetime Size: 396 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Convert Hex String to Filetime :: CodeGear (Borland): Delphi :: Tek-Tips Forums"
Tek-Tips Forums
Started 1 week ago (2008-11-27 05:44:00)  by Glenn9999
I posted a couple of FAQs, which have some code I worked on here that I wanted to share. Hopefully it will help someone - if someone tries them and runs into problems, please let me know. I tried to make them act as much as the Turbo Pascal versions as I could - the idea is that one should generally be able to take a Turbo/Borland Pascal source file and compile it into Delphi with these ...
Thread:  Show this thread (2 posts)   Thread info: TP/DOS compatibility code Size: 988 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "TP/DOS compatibility code :: CodeGear (Borland): Delphi :: Tek-Tips Forums"
Tek-Tips Forums
Started 1 week, 1 day ago (2008-11-26 09:11:00)  by tresloukadu
Hello, how can I check wich network device is working ( with connection ) and which one is the faster? I have a modem and a wireless connection. When I lose the wireless connection the modem assume but when the wireless connection return again, the primary connection is the modem yet (which is more slow). So im trying to develop a small application in Delphi to stay monitoring the two ...
Thread:  Show this thread (1 post)   Thread info: Switch two network interface Size: 717 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Switch two network interface :: CodeGear (Borland): Delphi :: Tek-Tips Forums"
Tek-Tips Forums
Started 1 week, 1 day ago (2008-11-25 18:47:00)  by y0ker
Windows xp sp3 Delphi 7 Trying to read strings from another process memory but I m only getting 1 byte back from the read operation. The findprocess() function is predefined in an include btw ---------- var Window: integer; dat: array[0..500] of Char; read: cardinal; Str: String; begin Window := FindProcess('blaha.exe'); Window := openprocess(PROCESS_ALL_ACCESS,...
Thread:  Show this thread (5 posts)   Thread info: ReadProcessMemory only returns 1 byte Size: 1,173 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "ReadProcessMemory only returns 1 byte :: CodeGear (Borland): Delphi :: Tek-Tips Forums"
Tek-Tips Forums
Started 1 week, 3 days ago (2008-11-24 12:40:00)  by topcat01
Hi, I have searched the forum and google and wondered if anyone can answer the following: This is my code for reading a pchar null terminated string from a file which seems to work ok, in this example I know the string is 16 bytes long. CODE var CurrentFile : TFilestream; MyName : PChar; CurrentFile.ReadBuffer(MyName,16); Add(' Name: '+PChar(@MyName...
Thread:  Show this thread (4 posts)   Thread info: Nelp needed using PChar Size: 1,123 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Nelp needed using PChar :: CodeGear (Borland): Delphi :: Tek-Tips Forums"
Tek-Tips Forums
Started 1 week, 3 days ago (2008-11-24 11:02:00)  by MatthewBragg
My Delphi 6 application retrieves its own updates from my website. The IdFTP component that I am using for the FTP download needs to know my website's password in order to be able to open the site before downloading the file. Anyone can use a debugger to find out what my site password is. They just have to step through the program execution until the program defines the password field in the ...
Thread:  Show this thread (4 posts)   Thread info: Website security - can application hide website password from hackers? Size: 641 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Website security - can application hide website password from hackers? :: CodeGear (Borland): Delphi :: Tek-Tips Forums"
Tek-Tips Forums
Started 1 week, 3 days ago (2008-11-24 09:16:00)  by DanielRoca
Hi, I'm programing a small NT Service app in Delphi 7, and I need to load an ini file in order to get some parameters, when I do for example: ConfigIni:= TIniFile.Create('C:\Config.ini'); an obviously put the ini file in that path every thing works fine, but I would like to get the ini file not from a fixed path in the code but from the same path where the myservice.exe es located, to do that...
Thread:  Show this thread (4 posts)   Thread info: GetCurrentDir in a NT Service App Size: 819 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "GetCurrentDir in a NT Service App :: CodeGear (Borland): Delphi :: Tek-Tips Forums"
Tek-Tips Forums
Started 1 month, 1 week ago (2008-10-22 13:29:00)  by rcloutie
Hi all, Is anybody experiencing intermittent problems using RAD Studio 2007 IDE? Something like IDE access violation, code navigation problems, highlight units not found (ADODB) while they are (compilation succeded), etc. Since few weeks I'm trying to obtain a service pack from CodeGear (Embarcadero) but their official answer is no since RAD Studio 2007 has been superseded with Delphi ...
Thread:  Show this thread (7 posts)   Thread info: RAD Studio 2007 IDE intermittent problems Size: 2,447 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RAD Studio 2007 IDE intermittent problems :: CodeGear (Borland): Delphi :: Tek-Tips Forums"
Tek-Tips Forums
Started 2 weeks, 1 day ago (2008-11-19 07:32:00)  by MatthewBragg
I've written a software updater in Delphi 6 with TIdFTP and TIdAntifreeze components. The updater downloads the latest update of my software to existing users. McAfee misidentifies the downloader exe file as containing a Trojan and quarantines it - so it can't run. Although this misidentification by McAfee appears to be quite common according to googling "mcafee misidentification", McAfee don't...
Thread:  Show this thread (6 posts)   Thread info: McAfee misidentifies my software as malicious Size: 625 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "McAfee misidentifies my software as malicious :: CodeGear (Borland): Delphi :: Tek-Tips Forums"
 

Hot threads for last week on CodeGear (Borland): Delphi::

CodeGear (Borland): Delphi
Started 1 week, 1 day ago (2008-11-25 18:47:00)  by y0ker
Windows xp sp3 Delphi 7 Trying to read strings from another process memory but I m only getting 1 byte back from the read operation. The findprocess() function is predefined in an include btw ---------- var Window: integer; dat: array[0..500] of Char; read: cardinal; Str: String; begin Window := FindProcess('blaha.exe'); Window := openprocess(PROCESS_ALL_ACCESS,...
Thread:  Show this thread (5 posts)   Thread info: ReadProcessMemory only returns 1 byte Size: 1,173 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "ReadProcessMemory only returns 1 byte :: CodeGear (Borland): Delphi :: Tek-Tips Forums"
CodeGear (Borland): Delphi
Started 3 days, 8 hours ago (2008-12-01 09:24:00)  by Darkyere
Hello, i have this code who ive been using whitout any problems. and then suddenly at says acces violation at address 004b84 in module "SecurityScreensaver.exe" when i trie to save a tstringlist to a file. this is how the code looks procedure TForm7.Button8Click(Sender: TObject); var s : tstringlist; begin savedialog1.Title := 'Save image list to file (PS. Remember to add the extension ...
Thread:  Show this thread (4 posts)   Thread info: acces violation at address 004b84 in module "SecurityScreensaver.exe" Size: 2,220 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "acces violation at address 004b84 in module "SecurityScreensaver.exe" :: CodeGear (Borland): Delphi :: Tek-Tips Forums"
CodeGear (Borland): Delphi
Started 1 week ago (2008-11-27 05:44:00)  by Glenn9999
I posted a couple of FAQs, which have some code I worked on here that I wanted to share. Hopefully it will help someone - if someone tries them and runs into problems, please let me know. I tried to make them act as much as the Turbo Pascal versions as I could - the idea is that one should generally be able to take a Turbo/Borland Pascal source file and compile it into Delphi with these ...
Thread:  Show this thread (2 posts)   Thread info: TP/DOS compatibility code Size: 988 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "TP/DOS compatibility code :: CodeGear (Borland): Delphi :: Tek-Tips Forums"
CodeGear (Borland): Delphi
Started 4 days, 6 hours ago (2008-11-30 11:28:00)  by topcat01
Hi there, I have the following String 'E082DAC410CAC601' that I want to store in a FILETIME variable. I'm using D6, is there a function available to convert this value? (Reading straight from a binary file isn't a problem but I'm missing something trying to convert from the string.)
Thread:  Show this thread (2 posts)   Thread info: Convert Hex String to Filetime Size: 396 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Convert Hex String to Filetime :: CodeGear (Borland): Delphi :: Tek-Tips Forums"
CodeGear (Borland): Delphi
Started 1 week, 1 day ago (2008-11-26 09:11:00)  by tresloukadu
Hello, how can I check wich network device is working ( with connection ) and which one is the faster? I have a modem and a wireless connection. When I lose the wireless connection the modem assume but when the wireless connection return again, the primary connection is the modem yet (which is more slow). So im trying to develop a small application in Delphi to stay monitoring the two ...
Thread:  Show this thread (1 post)   Thread info: Switch two network interface Size: 717 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Switch two network interface :: CodeGear (Borland): Delphi :: Tek-Tips Forums"

This page was found by:   log4d example  log4d sample  example log4d