CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: elham

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Thread: popcalendar

    by elham
    Replies
    0
    Views
    1,149

    popcalendar

    hi,
    I'm using web control : I have the rjs popcalendar control in a multiview control within an update panel
    and it works correctly in some web pages and not correctly in other pages
    despite of...
  2. Replies
    1
    Views
    835

    current openned files

    hi,
    how i can get all current files openned by each running process using c#?
  3. Replies
    12
    Views
    31,850

    convert integer number to 8 bit

    hi all..
    i want to convert an integer number into 8 bits ..
    for example : if the Integer number is 5 , i want it to be 00000101.
    and i need the zero's in my output..
    i'll be very thankful if any...
  4. Replies
    0
    Views
    568

    Process's changes

    hi,could some one help me with my problem...
    i'm trying to get the changes or modifications a specific process on my computer has made, i know how to do it in opposite side < i mean knowing what is...
  5. Thread: open tab page

    by elham
    Replies
    1
    Views
    2,205

    open tab page

    Hi.
    How can i open page of a specific tab when a condition achieved without click this tab using c#?
  6. Thread: DB with Dataset

    by elham
    Replies
    1
    Views
    869

    DB with Dataset

    I'm using SQL Express server and i linked table in the db with table in the dataset
    which is linked with gridview

    and i write procedure to insert records to the table in the database but the...
  7. Replies
    4
    Views
    809

    Re: registry operations

    like operations column in the procmon tools which give what each process do in the registry
    e.g. of process operations :
    regopenkey, regclosekey, createfile, readfile, ...
  8. Replies
    4
    Views
    809

    Re: registry operations

    I'm a student in Jordan University in IT college
    and I made a graduation project related to monitor processes that are running on the system
  9. Replies
    4
    Views
    809

    registry operations

    how can i get registry operations associatd to a given executable files?
    in other words,
    how can i get subkeys names that are created by a given process?
  10. Replies
    0
    Views
    561

    process operations

    how can i get all operations for a given process using c# like operations column in procmon tool?
    process operations like (createfile,regopenkey,regqueryvalue...)
  11. Replies
    3
    Views
    6,181

    Re: bring process to front

    when i use SetForegroundWindow(Process p) an exception occur
    " unable to find entry point named SetForegroundWindow in dll 'user32.dll'
  12. Replies
    3
    Views
    6,181

    bring process to front

    I get all running processes on the computer and i selected one of them
    how i can bring a selected process to front if it has an interface using c#?
  13. Thread: process childs

    by elham
    Replies
    0
    Views
    694

    process childs

    how i can get all child processes for each running process in c#(not modules or threads)?
  14. Replies
    0
    Views
    609

    process dependancy

    how i can determine each running process depends on which other processes
    in c#?
  15. Replies
    1
    Views
    887

    convert image extension

    how i can convert gif image to jpeg image using vb?
  16. Thread: trace

    by elham
    Replies
    3
    Views
    836

    registry

    how i can know which process cause changes in the registry in c#?
  17. Thread: trace

    by elham
    Replies
    3
    Views
    836

    trace

    how i can start tracing the changes that each process made in the registry in c#?
  18. Thread: process icon

    by elham
    Replies
    1
    Views
    2,798

    process icon

    how i can get the icon associated for each process in the task manager in c#?
  19. Replies
    3
    Views
    1,431

    Re: process access is denied

    please,
    send me your email to attach the src code.
  20. Thread: process usrename

    by elham
    Replies
    2
    Views
    1,038

    process usrename

    how i can get the username(system,local service or network service) who stared a process...
    similar to the user name column in the process list in task manager using c#?
  21. Replies
    3
    Views
    1,431

    process access is denied

    In c# code similar to the windows task manager functionality and when i'm trying to reach some processes
    like sqlserver, a runtime error appears(access is denied)

    for example,

    when i'm...
  22. Replies
    4
    Views
    845

    I/O for processes

    hi,
    how i can retrieve the number of input/output operations generated by each process in the task manager using c#?
  23. Thread: catch files

    by elham
    Replies
    2
    Views
    659

    catch files

    hi,
    how i can catch processes(files) of extension other than .exe and .dll using c#?
    Process[] p = Process.getProcess( ); //return onl .exe and .dll
  24. Thread: process dieng

    by elham
    Replies
    2
    Views
    794

    process dieng

    hi,
    how i can know if the process die normally or abnormally in c#(if there is boolen variable in c# to it)?
  25. Thread: Cpu

    by elham
    Replies
    1
    Views
    679

    Cpu

    hi,
    how i can get user and sys cpu time of a process in c#?
    and
    how i can get total cpu usage of each process in c#?
Results 1 to 25 of 28
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured