hi i have a windows service app and i want to host its object remotly.hw i can do that?
User 589870
Posts
-
.net remoting -
getting ini valuehi, i am using api GetPrivateProfileString(string section, string key, string def, string retVal, int size, string filePath); which is not working for me but if i declare 4th arguement as stringBuilder then it works fine but i want to keep it string.wat to do?
-
comparing ini filesi have to do it programatically.
-
comparing ini filesreason for not using replace method is i have to skip some specific keys and change others.
-
comparing ini filesno i have to jst look at keys in new ini and change respective values in old ini.I dnt want to replace.
-
comparing ini fileshi, i have two ini files with same format and i have to compare them and if any change in new ini file then corporate the change in old one.hw to do that?
-
dll function0k thats fine but i dnt want to add dll reference instead i want to load it on runtime like that. Assembly a = Assembly.LoadFrom(Application.StartupPath + @"\"+strLangName+".dll"); then hw to call its function?
-
dll functionyes i have the source code nw i want to add a function which should return a string.Also i want to call the function outside dll.hw to do that?
-
dll functionhi, i want to add a method to dll which could return a value.hw can i do that?
-
text changed on another formactually the form2 was getting disposed before setting its control's text...
-
text changed on another formthanx all problem solved...
-
text changed on another formhi, i have two forms and i m changing text of a control on second form from first form through a static property.now i show the second form but the text doesnt changes.wat is wrong?
-
referencing dllhi, i have to load resources from dll based on os language.How can i reference dll?
-
system languagei have changed language in control panel/regional and language/advanced to japanese but this is still returning me english.
-
system languagehi, i have to get system language or code page in a string.like if it is set english(united states) it should return english in string.hw can i get that?
-
auto updatehi, i want to add auto update feature in my app..which is the best way?
-
hosting control in datagrid cellthis is for entire column i think i need to add a control to only one cell i.e first cell of grid.
-
hosting control in datagrid cellhi, i want to host a control in a datagrid cell(single cell) not the entire column.is there any easy way for doing this?
-
hosting control in grid cellhi, i want to host a control like numeric up-down control in datagrid cell..hw can i do that?
-
row headersi want to add a control programatically to topleftheadercell but i m unable to do so.any idea?