Hi Everyone
today i have a Problem
i have my old desktop application developed with vb6 ,and i want to convert it to .net platform ,so i Tried to convert it to WPF application
but i got a problem .
My case Is:
i updated my sql db from 80 to 100
the column which is saved color is "Int" related with color picker in vb6
Now in wpf: how can i send color from color picker as int
Note : the old application should work fine with the new changes