Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
A

Alper Camel

@Alper Camel
About
Posts
43
Topics
14
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Remoting Thread Queue
    A Alper Camel

    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.

    C# sysadmin data-structures

  • Getting the computer's location using the Regional Settings.
    A Alper Camel

    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:

    Music Resources

    C# tutorial question

  • Listbox in DataGridView
    A Alper Camel

    WEll 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"

    Music Resources

    C#

  • Anybody know how to upload video using ASP.NET?
    A Alper Camel

    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.

    Music Resources

    C# csharp asp-net tutorial question

  • Listbox in DataGridView
    A Alper Camel

    Hi, Did you try to add custom template, you can add any control on the custom template in asp.net control of grid. Cheers.

    Music Resources

    C#

  • child form [modified]
    A Alper Camel

    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.

    Music Resources

    C# question

  • plz help me
    A Alper Camel

    hi, did you try ajax panel it may help you. Cheers.

    Music Resources

    C# com help

  • multilingual support
    A Alper Camel

    Hi, 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.

    http://mp3-album.blogspot.com

    C# tools xml question

  • Product Key Serial Number Generation
    A Alper Camel

    This is definately what I'm looing for... Thank you so much... :)

    C# help

  • Product Key Serial Number Generation
    A Alper Camel

    Well your code give me some ideas for doing that. Thank you so much. I'll test this now...

    C# help

  • Product Key Serial Number Generation
    A Alper Camel

    But, GUID will generate RANDOM string, that will NOT related to my product key. Thank you.

    C# help

  • Product Key Serial Number Generation
    A Alper Camel

    Hi, 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.

    C# help

  • Autofill Login
    A Alper Camel

    Hi 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...

    C# tutorial question

  • How to handle shutdown event
    A Alper Camel

    Hi all, I'd like to handle shutdown event of the operating system, from a windows service. Anyone knows how ? Thanks in advance...

    C# tutorial question

  • self launcher deployment using windows installer
    A Alper Camel

    Hi, 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.

    C# sysadmin question workspace

  • List of applications
    A Alper Camel

    using System.Diagnostics; ... Process[] aProc = Process.GetProcesses() This will give you the currently opened applications... ;)

    C# tutorial question

  • animatiom control
    A Alper Camel

    Hi, 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:

    C# question

  • HOWTO Gather current user name from win service ?
    A Alper Camel

    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...

    C# security help question workspace

  • how to handle and cancel uninstall event
    A Alper Camel

    Thank you so muhc this will help me :)

    C# tutorial

  • how to handle and cancel uninstall event
    A Alper Camel

    :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... (:

    C# tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups