|
More site info...
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.
|
|
|
|
|
Posting activity on CodeGear (Borland): Delphi:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
5
|
45
|
130
|
|
Post:
|
9
|
85
|
252
|
|
|
CodeGear (Borland): Delphi Posting activity graph:
|
Top authors during last week:
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!
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.
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
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...
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!
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::
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 ...
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.)
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 ...
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 ...
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,...
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...
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 ...
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...
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 ...
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...
|
|
Hot threads for last week on 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,...
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 ...
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 ...
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.)
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 ...
|
|