hi i want to use PasswordDeriveBytes class in compact frame 3.5 but this class is unknown ! its platform is windows Ce 5 i want to use CryptDeriveKey method to drive key for 3DES algorithm can you help me?
iman_kh
Posts
-
problem with PasswordDeriveBytes on windows ce -
can not focus on the form at run timehi i am developing a vs2008 smart device application. in this project there is a form array which contains form objects. index of this array (forms) will be selected by the operator at run time. when the operator selects one form , it is focused by the form.Focus() Method. but this method returns false and form can not focus ! why?
-
run , show and application in my project and handle its formshi i want to run an dshow an application in my project and limit it to my MDI form ! can i do it? if yes how can i?
-
run , show and application in my project and handle its formshi i want to run an dshow an application in my project and limit it to my MDI form ! can i do it? if yes how can i?
-
run , show and application in my project and handle its formshi i want to run an dshow an application in my project and limit it to my MDI form ! can i do it? if yes how can i?
-
create a property with class type (class name is : system::io::ports:serialport)hi, yes so thanks for your help,this was helpful:rose:
-
create a property with class type (class name is : system::io::ports:serialport)hi i want to create a property on my object and type of it is system::io::ports::serialport , but i can't ! how can i create this property ?
-
woking with marshalhi i have c++ code which i want to change it to the c# code,i must using pointers, can i change below code to the c# ? int *p1,*p2; int i=0; p1=&i; *p1=100; p2=p1;
-
redefinition Enum member on IDL filehi to all , i have 2 enum on my IDL file : interface myInterFace { typedef enum RPTR_RETRACTBIN_STATUS { RPTR_RETRACTBIN_OK, RPTR_RETRACTBIN_FULL, RPTR_RETRACTBIN_HIGH, RPTR_RETRACTBIN_NOT_SUPPORTED, RPTR_RETRACTBIN_UNKNOWN }RPtrRetractBinStatus; ... HRESULT SyncRetract([out,retval] RPtrRetractBinStatus * status); } library myLIB { typedef enum RPTR_RETRACT_TRESHOLD { RPTR_THRESHOLD_RETRACTBIN_FULL, RPTR_RETRACTBIN_HIGH }RPtrRetractThreshold; ... dispinterface _IXFSReceiptPrinterEvents { properties : methods: HRESULT StackOK(RPtrRetractThreshold reason); }; ... } after compile i have this error ::>> redefinition : RPTR_RETRACTBIN_HIGH what is its solution ?(NOTE : i can not rename any enum members)
-
redefinition Enum member on IDL file [modified]hi to all , i have 2 enum on my IDL file : interface myInterFace { typedef enum RPTR_RETRACTBIN_STATUS { RPTR_RETRACTBIN_OK, RPTR_RETRACTBIN_FULL, RPTR_RETRACTBIN_HIGH, RPTR_RETRACTBIN_NOT_SUPPORTED, RPTR_RETRACTBIN_UNKNOWN }RPtrRetractBinStatus; ... HRESULT SyncRetract([out,retval] RPtrRetractBinStatus * status); } library myLIB { typedef enum RPTR_RETRACT_TRESHOLD { RPTR_THRESHOLD_RETRACTBIN_FULL, RPTR_RETRACTBIN_HIGH }RPtrRetractThreshold; ... dispinterface _IXFSReceiptPrinterEvents { properties : methods: HRESULT StackOK(RPtrRetractThreshold reason); }; ... } after compile i have this error ::>> redefinition : RPTR_RETRACTBIN_HIGH what is its solution ?(NOTE : i can not rename any enum members)
modified on Thursday, July 10, 2008 1:35 PM
-
Define a enum type variable on the Interface (ATL project) ? [modified]hi, i want to define an enum type variable on the Interface , so i have defined an enum within interface and then take a property from this enum, but have encountered with a compile time error !? what is my mistake and what is its solution? interface IXFSReceipt : IDispatch { enum RPtrResolution { RPTR_RESOLUTION_LOW, RPTR_RESOLUTION_MEDIUM, RPTR_RESOLUTION_HIGH, RPTR_RESOLUTION_VERYHIGH }; HRESULT Resolution([out, retval] RPtrResolution* pVal);<<<<<<<< ERROR1 HRESULT Resolution([in] RPtrResolution newVal); }; ERROR1 : error MIDL2025 : syntax error : expecting a type specification
modified on Friday, June 27, 2008 4:44 PM
-
Define a enum type variable on the Interface (ATL project) ?hi, i want to define an enum type variable on the Interface , so i have defined an enum within interface and then take a property from this enum, but have encountered with a compile time error !? what is my mistake and what is its solution? interface IXFSReceipt : IDispatch { enum RPtrResolution { RPTR_RESOLUTION_LOW, RPTR_RESOLUTION_MEDIUM, RPTR_RESOLUTION_HIGH, RPTR_RESOLUTION_VERYHIGH }; HRESULT Resolution([out, retval] RPtrResolution* pVal);<<<<<<<< ERROR1 HRESULT Resolution([in] RPtrResolution newVal); }; ERROR1 : error MIDL2025 : syntax error : expecting a type specification
-
how to define coclass in c# com object?hi, i want to define coclass,and progid in my c# com object,but i cant ! can i perform this ?
-
how to export com dll(have created with c#) to .lib type library?hi to all, i have created a com object with c# and my output project is *.dll, now i nead to export it to .lib file, how to do this work? so thanks bye
-
how to export com dll(have created with c#) to .lib type library?hi to all, i have created a com object with c# and my output project is *.dll, now i nead to export it to .lib file, how to do this work? so thanks bye
-
can i create .lib file for com object in c#?hi to all, i want to create a com object but i need to have .lib file , can i create it in c# or i must to write it in vc++ only? so thanks
-
real time timerhi to all, i want to do a job per 40 milisecond but i can't !; timer component can not support this resolution , can i access to this resolution in other way?
-
place program icon into desktop toolboxhi so thanks for your help
-
place program icon into desktop toolboxhi how can i place my program icon into desktop toolbox?
-
show sorted table in crystall reporthi to all how can i order tables (data base) by defined feild , in CRYSTALL REPROT for example , i want to use this query : select * from person order by age where i must use from (order by age) clause? thanks