Delphi Pages Forums  

Go Back   Delphi Pages Forums > Search Forums

Lost Password?

Showing results 1 to 30 of 30
Search took 0.00 seconds.
Search: Posts Made By: mtit
Forum: General 03-01-2002, 04:56 AM
Replies: 1
Views: 168
Posted By mtit
How to detect Win2000 and WinXP

How to detect Win2000 and WinXP
Forum: General 03-01-2002, 04:51 AM
Replies: 1
Views: 549
Posted By mtit
GetWindowPlacement

I use this function to get position and sizes of window when maximized. But it returns big negative values in Windows 98! What to do with that? Excuse my english.
Forum: General 02-21-2002, 11:38 PM
Replies: 1
Views: 286
Posted By mtit
How to jump to another bookmark in html help file

I have html help file. I have opened page in Explorer and i don't know, how tojump to another bookmark without opening next window.
Forum: General 02-21-2002, 11:27 PM
Replies: 1
Views: 200
Posted By mtit
Help in html form

I use help file in html form with my application. When I have opened explorer window with page of my help file, how can i jump to other bookmark in the same window?
How to go over all windows of...
Forum: General 02-20-2002, 02:46 AM
Replies: 1
Views: 305
Posted By mtit
ShellExecute & IE

I use help file in html form with my application. When I have opened explorer window with page of my help file, how can i jump to other bookmark in the same window?
Forum: General 02-14-2002, 06:32 AM
Replies: 8
Views: 230
Posted By mtit
RE: Original window position and size before maximizing

And i have found it. There are Windows functions GetWindowPlacement and SetWindowPlacement. Thanks.
Forum: General 02-14-2002, 06:31 AM
Replies: 8
Views: 230
Posted By mtit
RE: Original window position and size before maximizing

Thanks you all, but i'm looking for way without anothers structures. I think there has to be way, how to find original coordinates from window.
Forum: General 02-14-2002, 05:36 AM
Replies: 8
Views: 230
Posted By mtit
RE: Original window position and size before maximizing

I think it's needless. Any window remembers own position and size a returns to this origin.
Forum: General 02-14-2002, 05:25 AM
Replies: 8
Views: 230
Posted By mtit
RE: Original window position and size before maximizing

Nonsence, when a window is maximized, Left and Top are -4.
Forum: General 02-14-2002, 05:14 AM
Replies: 8
Views: 230
Posted By mtit
Original window position and size before maximizing

How to find original window position and size before maximizing?
Forum: General 02-07-2002, 01:08 AM
Replies: 3
Views: 367
Posted By mtit
RE: How to find, if application is already running

My application consits from several windows. When i use ShowWindow, only main windows shows, not others.
Forum: General 02-07-2002, 01:06 AM
Replies: 1
Views: 180
Posted By mtit
Need help

My application consists from a few windows. When i use ShowWindow, only main window shows, not others
Forum: General 02-06-2002, 11:04 PM
Replies: 3
Views: 367
Posted By mtit
How to find, if application is already running

How to find, if application is already running a then terminate seconc instance?
Forum: General 01-31-2002, 04:17 AM
Replies: 2
Views: 1,284
Posted By mtit
Printing, Preview with Delphi

I have big problem. I need to use QuickReport and use Preview, then from Preview to Print or Print Settings. But when i use Quickreport.PreviewModal or PreviewModeless, then icons for Printing and...
Forum: General 01-29-2002, 12:57 AM
Replies: 1
Views: 218
Posted By mtit
Printing, Preview with Delphi

I have big problem. I need to use QuickReport and use Preview, then from Preview to Print or Print Settings. But when i use Quickreport.PreviewModal or PreviewModeless, then icons for Printing and...
Forum: General 01-24-2002, 11:56 PM
Replies: 1
Views: 179
Posted By mtit
How to place own icon ( rather button ) on bar of window

Is there possible to place button with my defined action on bar of any window like system buttons (minimize, maximize, close )? I need necessary an example.
Forum: General 01-22-2002, 04:43 AM
Replies: 1
Views: 214
Posted By mtit
How to place icon ( rather button ) on bar of window

Is there possible to place button with my defined action on bar of any window like system buttons (minimize, maximize, close )?
Forum: General 01-17-2002, 04:32 AM
Replies: 3
Views: 810
Posted By mtit
I need example of using of InsertMenuItem in SystemMenu

I need example of using of InsertMenuItem in SystemMenu. I have successfully tried using of InsertMenu into system menu. But it's obsolete finction and i want to use InsertMenuItem but it's doesn't...
Forum: General 01-16-2002, 12:01 AM
Replies: 6
Views: 552
Posted By mtit
New item in system menu

I need to add my menu item to system menu or to add my button to system buttons (minimize, maximize, close). I need to add there my item. Is it possible?
Forum: General 01-05-2002, 11:08 AM
Replies: 2
Views: 743
Posted By mtit
QuickReport.PreviewModeless

I need to preview quickreport with PreviewModeless method. But with this the buttons for printing ang printer setup are disabled. I need to enable them.
Forum: General 01-05-2002, 08:57 AM
Replies: 4
Views: 230
Posted By mtit
Forum: General 01-05-2002, 08:05 AM
Replies: 3
Views: 321
Posted By mtit
RE: Sorry the correct answere is this and not above one

Bad answer. I want to close report window from other window and not to close whole application.
Forum: General 01-05-2002, 06:53 AM
Replies: 3
Views: 321
Posted By mtit
How to close form with QuickReport from application

I need to close form with QuickReport from other spot in application. Not by Close button on report.
Forum: General 01-03-2002, 10:44 PM
Replies: 4
Views: 230
Posted By mtit
How to close QiuckReport form

I need to close form with quickreport from application. I have tried to use TForm.Close, TQuickReport.Destroy and nothing works. Thanks many.
Forum: Tools 12-10-2001, 02:45 AM
Replies: 1
Views: 955
Posted By mtit
How to catch right button click (popup menu) on disabled toolbutton

How to catch right button click (popup menu) on disabled toolbutton?
Forum: General 12-06-2001, 04:09 AM
Replies: 1
Views: 324
Posted By mtit
Drag owner

I'm writing own component, TTolbarPanel derived from TPanel and owning TToolbar. The Toolbar is Aligned to alClient. How to drag Panel ( Owner ), when i drag by mouse the toolbar in design time?
Forum: General 11-28-2001, 10:55 AM
Replies: 1
Views: 792
Posted By mtit
Window ribbon into panel

Does there exists some Windows function, which fills my panel in same way like the any Windows window's top ribbon?
Excuse my English. Thanks many.
Forum: General 01-10-2001, 09:44 AM
Replies: 1
Views: 1,088
Posted By mtit
How to do ping?

How can i do ping from client to server application to find, whether the server is listening?
Forum: General 01-09-2001, 03:28 AM
Replies: 1
Views: 1,319
Posted By mtit
Quick Report

I fill QRLabels myself. I there possible to use QRGroup and QRExpr components without connecting to database?
Forum: General 01-08-2001, 12:38 PM
Replies: 1
Views: 1,255
Posted By mtit
Quick Report

When i make preview of small among of data, it is OK. When i preview big among of data ( there are 5 columns ), then data of each next column begin almost after end of previous column. Please help me...
Showing results 1 to 30 of 30

 
Forum Jump

All times are GMT. The time now is 09:44 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.