Hi all dear coders. What I have is - server - client - remoted classes What I trying to do is - client calls a remoted object method, a method calculated in the server. this method calculation takes long time, 5-6 seconds. - while server calculating that method, client sends another method call. - server must queue these threads, and after calculating completes, let knows the client that process complete, and return a value. Thank you in advance.
Alper Camel
Posts
-
Remoting Thread Queue -
Getting the computer's location using the Regional Settings.Hi by using the following class System.Threading.Thread.CurrentThread.CurrentUICulture you can read the os globalization info, it is like en-US, tr-TR .. hope this helps you.:sigh:
-
Listbox in DataGridViewWEll it is in asp.net controls grid, add a form on to your grid, right click, select custom column template. type this in google also : "C# custom column template"
-
Anybody know how to upload video using ASP.NET?Hi you mean upload any file, I think uploading a video or any file doesnt matters, So you can use FileStream class, you save copy any file on your server, by also including the authancation mode. Cheers.
-
Listbox in DataGridViewHi, Did you try to add custom template, you can add any control on the custom template in asp.net control of grid. Cheers.
-
child form [modified]Hi I advice you to write a inherited class from windows.form class, then add any property in that class. even you can add eventhandlers or use predefined eventhandlers like; form_resized += new EventHandler... you can handle them from your parent form that is your class ;) hope it helps. Cheers.
-
plz help mehi, did you try ajax panel it may help you. Cheers.
-
multilingual supportHi, you can also, enable islocalizable property, then simply select language, then type necassary text, save it, vs will create a localize res. you can also see it in the debug folder as a dll.. Cheers.
-
Product Key Serial Number GenerationThis is definately what I'm looing for... Thank you so much... :)
-
Product Key Serial Number GenerationWell your code give me some ideas for doing that. Thank you so much. I'll test this now...
-
Product Key Serial Number GenerationBut, GUID will generate RANDOM string, that will NOT related to my product key. Thank you.
-
Product Key Serial Number GenerationHi, I am generating product key in the form of ; XXXXX-XXXXX-XXXXX-XXXXX I want to generate unique serial key related to this product key. I'd be so glad if someone help me. Thank you in advance.
-
Autofill LoginHi all dear friends, I'm looking for how to auto complete login and password field of any win application. Anyone have idea ? Thanks in advance...
-
How to handle shutdown eventHi all, I'd like to handle shutdown event of the operating system, from a windows service. Anyone knows how ? Thanks in advance...
-
self launcher deployment using windows installerHi, I'd suggest you to write a class like ; [RunInstaller(true)] public class RunAfterInstall: Installer { ... } You should add it, as a custom action in your deploy project. Also you can handle the after installation event, in the class above. Hope this will help. Cheers.
-
List of applicationsusing System.Diagnostics; ... Process[] aProc = Process.GetProcesses() This will give you the currently opened applications... ;)
-
animatiom controlHi, in the directx library, there exist a video library, that you play, forward, reward, gather the current position, total duration properties and methods like play pause stop.. etc.. just downlad the directx latest sdk... ;) but it is a little big size to download... :suss:
-
HOWTO Gather current user name from win service ?Hi all dear friends, I have a win. service, and I try to read the current user name, the following methods DONT work, please help. 1. Way : --> System.Security.Principal.WindowsIdentity.GetCurrent().Name; 2. Way : --> Environment.UserName; these are dont work, becuase, win service run as a account "system" default. any other ideas ? Cheers...
-
how to handle and cancel uninstall eventThank you so muhc this will help me :)
-
how to handle and cancel uninstall event:confused: Anyone knows, how to handle uninstall event, and cancel this. I'd like to add custom action in my deploy project, that ask user for a password, if the password is true then it will uninstall otherwise, cancel thie uninstall application... My very best regards... (: