1

(0 replies, posted in General)

Is there any news about dmitriy?

2

(18 replies, posted in General)

+1

3

(18 replies, posted in General)

+1
i'm with you
i wish dmitry to return . there's no alternative to MVD.

4

(4 replies, posted in General)

Happy new year for.all.

5

(7 replies, posted in Talks about all)

bonjour
si dmitry ne veut pas continuer à développer MDV, pourquoi ne pas transmettre le code source à un autre développeur?

(we can not add components or controls to MDV)

6

(7 replies, posted in Talks about all)

i m so sad when i see no new posts in this forum.
i check the forum evry day . And i m so sad also to see such a good software such MDV will be discontined .
just i want to know if is there any future for this good and unique software in the internet.
Have a good day for all.

7

(9 replies, posted in General)

hello.
thanks Derek it's a good idea for futur projects.

8

(9 replies, posted in General)

Hello.
Thank you all for ypur interest in answaring .
i will try them . but i think the easyest is coping.

9

(9 replies, posted in General)

hello 
is it possible to change the font size or width or any  other propriéty of many controls at the same time?
when i tried that  only the first selected control will be changed.

thanks .

10

(11 replies, posted in General)

hello
try this if you want.
you can customise the script as you want.

procedure desactiver_style(var form:tform);
var
i:integer;
begin
form.styleelements:=0;

for i := 0 to  form.componentCount - 1 do
begin
  if form.Components[i] is  Tdbedit then
  begin
  Tdbedit(form.Components[i]).styleelements:=0;;

  end;

  if (form.Components[i] is  Tpanel)  then
  begin
  Tpanel(form.Components[i]).styleelements:=0;
  end;

  if form.Components[i] is  Tlabel then
  begin
  //Tlabel(form.Components[i]).styleelements:=0;;
  end;
end;


begin
desactiver_style(Form1);
end.

11

(3 replies, posted in General)

Thank you a second time  it works .

12

(3 replies, posted in General)

thank you 
i will try it

13

(3 replies, posted in General)

hello MVD funs
please is it possible to change the backround color of an richedit?
thank you

14

(14 replies, posted in General)

WHERE IS DMETRY ?

15

(0 replies, posted in General)

there is prono messages
please admin can you block theme.

16

(3 replies, posted in General)

hello
where is.demitry?

17

(3 replies, posted in General)

i was thiking that it  is similar to handel data on com port .
on any case thank you for your answar ☺

18

(3 replies, posted in General)

no response?

19

(3 replies, posted in General)

hello
is it possible to receive brodcasted windows messages like an equipment is connected ou disconnected via bluetooth?
thanks

20

(0 replies, posted in General)

hello
is it possible to receive brodcasted windows messages like an equipment is connected ou disconnected via bluetooth?
thanks

21

(8 replies, posted in General)

Very very nice
Thank you

22

(5 replies, posted in General)

Thank you very much smile

23

(5 replies, posted in General)

Thank you for replay
But i want to add or insrt other RTFs from data base to the same richedit.

24

(5 replies, posted in General)

Hello
I mean that i want to insert rtf from database to.a richedit.by script.
Is it possible?
I used stream but an error message was appeared.
Thanks

25

(5 replies, posted in Script)

Thank you very much