Topic: transparent datagrid

can we make datagrid transparent ...

Post's attachments

Attachment icon New Bitmap Image.zip 235.85 kb, 324 downloads since 2018-12-16 

Re: transparent datagrid

Unfortunately does not support.

Dmitry.

Re: transparent datagrid

Зачем OnPaint? вроде и без него работает.

Dmitry.

Re: transparent datagrid

Hello all, I've been following this topic a bit.  So based on what vovka3003 did here, it's possible Dimitry?  Please
correct me if I'm wrong but I see a transparent Datagrid on this example.

P.S. Good job @vovka3003 by the way smile

Re: transparent datagrid

It's possible,  but this is a rather specific solution, I can't recommend to use it.

Dmitry.

Re: transparent datagrid

DriveSoft wrote:

It's possible,  but this is a rather specific solution, I can't recommend to use it.

Understood.  Thanks!

Re: transparent datagrid

vovka3003 wrote:

Каких-либо критичных последствий в таком решении не вижу - работает таймер, корректирует координаты формы, на процессор или память нагрузки нет (проверил), зацикливания или зависания быть не должно. Думаю, если других вариантов нет, то можно и "на костылях побегать"...

Очень хорошо Это кажется приемлемым решением для небольшого проекта. Очень хорошая работа! Спасибо Vovka3003

smile

Re: transparent datagrid

Good work friends..
Hello Dmitry...
in next updates you have to thinks about
transparent (Datagrid , Form , Panal , Buttons )
and direct access to sqlserver database....
and another question....
can we check that any windows service started or stopped using script? and also check .exe ...

Re: transparent datagrid

its great..
but can't check specified exe file..

Re: transparent datagrid

example:
      if  PSOService is started then
      begin
              OpenFile('start MyService', 'net')
       end;
here psoservice is a main service and myservice linked with psoservice...
if psoservice not started properly then myservice not works properly... i can make bat file but i need script in mvd..
thanks for reply

Re: transparent datagrid

vovka3003 wrote:

GetProcList возвращает список процессов. В нем вы можете проверить тот процесс, который вас интересует.

how can i check a specified exe..  for example i want to check AutoReceip.exe then how can i do???

Re: transparent datagrid

thanks dear.. great...
can you help to check service????