Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged delphi

0 votes
1.4k views
1 answer
    The code below calls SHGetSetSettings function to hide desktop icons but it just unchecked "Show desktop icons" from the ... nil, nil); end; See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
4.0k views
1 answer
    i am creating project that allow multi users to login and add there details inside listview but i am stuck with problem , ... = bsClear; // User State Image if (Item.SubItems[5]...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
934 views
1 answer
    I want to open a *.conf file. I want to open this file with the standard Windows editor (e.g., notepad. ... happens. So what should I change? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
997 views
1 answer
    I'm just working on the FIFO queue (the simple one, just what's pushed first, pops at first) with the variable ... of stream) ? Thanks a lot See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I have a problem with taking MAC-addresses list in Windows XP from Inno Setup installer. I'm trying to ... Has this problem some solution? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
23.5k views
1 answer
    With the following code, I get exception class EIdHTTPProtocolException with message 'HTTP/1.1 403 Forbidden'. Process ... .Free; end; end; See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
938 views
1 answer
    In a recent post ( My program never releases the memory back. Why? ) I show that when using FastMM, the ... Won't they compete for RAM? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
940 views
1 answer
    In my Delphi application I'm using a TWebBrowser control, where I have loaded an HTML document, containing a ... value attribute is thirdvalue ? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
915 views
1 answer
    Continue of this topic: Drop down menu for TButton I have wrote a generic code for DropDown memu with any ... controls? What am I missing? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I have a list of objects populated from a third-party project file. The way this file was designed is so each ... populate this in a tree view? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
834 views
1 answer
    What do I need to do for adding actions support to my component. It is a button component but I guess it ... information or how to will help. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
963 views
1 answer
    So I go by this Delphi naming scheme of arguments start with A, class vars start with F and local vars start ... not sure what it's called. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    How to catch Paste command and change text of Clipboard before that text is pasted into a TMemo, but, after ... changing, 'Simple Question'. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
796 views
1 answer
    I've declared a type similar to the following. type TLikes = record Name : string[20]; favColours : array of ... the time to read the post. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    Since the Windows update from October 10, the ODBC Excel drivers have stopped working. We get the following ... workaround? Thanks in advance. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
936 views
1 answer
    How do I get all the address locations for functions/procedures/methods that is overloaded? For example, Dialogs. ... for the two functions? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I have a TScrollBox that has a RichEdit that is bigger than the scrollbox, so both side scrollbars appear in the ... . How can I avoid that? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I have been writing some of my own custom components, some are simply derived from other components such as ... to be added with them. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    This code should work in Delphi XE2, but it gives "not a valid date and time" error in StrtoDateTime conversion: ... FmtStngs); end; Any hints? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I have read some posts here on StackOverflow, but none has worked for me. Here is the code I am using to ... method? Thank you for your time. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    Consider the following test-case: { CompilerVersion = 21 } procedure Global(); procedure Local(); begin end; ... to emit WARNING level message. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.7k views
1 answer
    According to http://www.rendelmann.info/blog/CommentView,guid,356fbe68-3ed6-4781-90a4-57070a0141da.aspx and http://msdn ... pvaIn, pvaOut); end; See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I have a small application that most of the time have an action behind a Start-button that should be triggered ... ) then btnStart.Click; end; See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    Here is my configuration: IdSMTP1.Host := 'smtp.gmail.com'; IdSMTP1.Port := 587 ... des_set_odd_parity des_set_key des_ecb_encrypt See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.9k views
1 answer
    So in VCL, one would use the following line of code to retrieve the applications path: ExtractFilePath(Application. ... an alternative to this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I would like to get text width of a string before an application starts. Everything works fine until Application. ... ); ACanvas.Free; end; See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
857 views
1 answer
    I've found several snippets and .pas files that can detect when USB flash drives are inserted and removed. Some ... , my question is solved. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I have an app with a number of worker threads, one for each core. On a modern 8 core machine, I have ... measure how much stack is really used? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...