hi i am working with project in vb.net, in this project i have to give a interface to end user in which he can change properties of each controls in runtime, for example, in a stock master form there is one label with text property 'Stock Code', for some customers it should be 'Product Id' and for some others it should be 'Part No.', so i put a button in every form called customize, so that user can click on this button and one child window will com, in this window i have placed a propertyGrid control, with this user can easily click and change properties of each control, thats fine. but how can i save this changed properties accociated with this form/user to disk and reload it next time? , i need a fast way to do this, because i dont want to slow down my form load because of this. somebody told me about binary form serialization, but base windows form class is not serializable, so i can't serialize a form. i think somebody can help me to solve this problem... waiting for replay.. thanks in advance ajo
contact ajo
Posts
-
Form Serialization -
Help me to Show a form in VB.netIn my project i have to show a form using a string variable, that means the form name is available in a string variable like, strFormToShow = "Form2" and form2 is available in my project. How can i show this form2 using this string variable ? pls help me, urgent regards ajo:(
-
Display FormI have created a project in vb.net which contains three forms named Form1, Form2, Form3. In runtime i will read form name based on customer input from a table. but this is in string format, like strFormToDisplay = "Form2", how can i show this form from this string, form2 is already included in project, but i can't create a form object using this string can u pls help me regards ajo
-
terminal service on pdai connected to a Pc from PDA device(FALCON)troungh Remote Desktop connection. so that i can see desktop of Pc on PDA device and i am working with a inventory software, which actually running on remote server, this software plays some sounds on some special occations, but this sound is not playing on PDT device. i checked all sound options on remote desktop connection settings, but sound is not comming, can u suggest a option to get this sounds on PDT device which is running on terminal server or can i stop bar code scanning option of pda ? thank u
-
Terminal Service in PDAi connected to a Pc from PDA device(FALCON)troungh Remote Desktop connection. so that i can see desktop of Pc on PDA device and i am working with a inventory software, which actually running on remote server, this software plays some sounds on some special occations, but this sound is not playing on PDT device. i checked all sound options on remote desktop connection settings, but sound is not comming, can u suggest a option to get this sounds on PDT device which is running on terminal server? :( thank u
-
logo editingi have a driver software which i installed on my system, i want to change the logo which is comming on the splash screen of this software, can anyone pls suggest any way to do this.. with thanks ajo:(
-
problems in tool bar displayrecently i posted a question as follows --------------------------------------- i am using toolbar component .net ver 2 (not toolstrip) in vb.net 2005. if i give application.enablevisualstyle command to enable xp style interface then icons on my toolbar will not come. if i disabel xp visual style it will come? how can i show this toolbar in xp style settings? pls help me.... This is the answer which i got ------------------------------ This is a bug in the .NET framework. You can work-around it by calling Application.DoEvents() after EnableVisualStyles. i tried this, but its not working, after this also i can't see toolbar icons, i can see only deviders, can u please explain me to solve this problem... with thanks ajo:(
-
Toolbar display:(i am using toolbar component .net ver 2 (not toolstrip) in vb.net 2005. if i give application.enablevisualstyle command to enable xp style interface then icons on my toolbar will not come. if i disabel xp visual style it will come? how can i show this toolbar in xp style settings? pls help me.... ajo
-
Can u help me to merge pdf files using VB .net ?i am working with vb .net, in my project i have to merge six pdf files to a single pdf file, can u suggest a method using vb.net, pls...:(
-
Merge Pdf Files -
Controls visual interfaceNow i am using Visual studio 2005. in design time all controls displayed in Xp style, in run time it looks like win 2000 style. what is the problem? please advice..
-
Control Visual InterfaceNow i am using Visual studio 2005. in design time all controls displayed in Xp style, in run time it looks like win 2000 style. what is the problem? please advice..