Search:

Type: Posts; User: obaid

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    3,533

    Play Video from Csharp

    how to simple play a video from Csharp in windows form.. but without use of this "Microsoft.DirectX.AudioVideoPlayback.dll" i mean without Microsoft DirectX..

    i want alternate of this Microsoft...
  2. Replies
    2
    Views
    4,038

    thanks !! but i want some code example :( to...

    thanks !! but i want some code example :( to convert video into frames
  3. Replies
    2
    Views
    4,038

    Split a video in picture frames

    Hi All :)..
    i want to split a video (any single type of video) into JPEG Pictures or Frames in C-SHARP

    i do search a lot but nothing found ...
    Hope anyone help me!!
  4. how do I replace two backslash characters in a string with a single backclash in C#

    I get a string which have the issue is it has double backslashes
    something like
    "C:\\WIP\\C#\\bin\\Debug"
    I want t replace the double backslashes with a single backslash to look like this...
  5. how do I replace the \\ characters in a string with a single \. C#

    I get a string ( basically off the Application.StartupPath function)
    the issue is it has double backslashes
    something like
    "C:\\WIP\\C#\\bin\\Debug"
    I want t replace the double backslashes with a...
  6. Thread: Please Tell me..

    by obaid
    Replies
    15
    Views
    2,772

    yup.. i missing braket.. but what is the...

    yup.. i missing braket..
    but what is the problem in ???? "Your problem is in the scanf line."
  7. Thread: Please Tell me..

    by obaid
    Replies
    15
    Views
    2,772

    Please Tell me..

    Please Tell me.. where i m WrOng..




    #include <stdio.h>
    #include <stdlib.h>
    #include <conio.h>
    #include <string.h>
  8. Replies
    9
    Views
    3,203

    please answer my Question :(

    please answer my Question :(
  9. Replies
    7
    Views
    41,556

    thankz budy!! i will try this code.. thank you,...

    thankz budy!!
    i will try this code.. thank you, again
  10. Replies
    7
    Views
    41,556

    How to detect that capslock in on in C#

    Hi every one,
    How to detect that capslock in on in C# and How to Close it!!
  11. Replies
    9
    Views
    3,203

    what do u mean?? user account and an admin...

    what do u mean??
    user account and an admin account...
    if any thing Install in admin account, then it is also Install in every account...
    i think, you did't catch ma Question....

    when my young...
  12. Replies
    9
    Views
    3,203

    okz.. but first promise me, that you do not...

    okz..
    but first promise me, that you do not laugh at my reason :(..
    reason is that.. i have p4 computer 1.6ghz with 256Ram..
    When, I In Login To Windows XP , it Loads 5 to 6 Programs..
    My Young...
  13. Replies
    9
    Views
    3,203

    :S what do u mean.. why? . please if you know.....

    :S what do u mean.. why? . please if you know.. tHen Tell me!!
  14. Thread: Variable naming

    by obaid
    Replies
    5
    Views
    2,635

    It is nOthing, JUst a Microsoft Naming...

    It is nOthing, JUst a Microsoft Naming Convention..
    m_ = Member variable of class,
    _ = Public variable of class ...
    So on....
  15. Replies
    9
    Views
    3,203

    How could I disable ctrl+alt+del in my program

    Hi everyone..
    How could I disable ctrl+alt+del in my program.. Question is Simple, But Answer Not :)
  16. Replies
    2
    Views
    1,891

    .NET Windows Application Question

    Hi every boDy..
    i have some problem in .NET windows application...

    My problem is, hOw can i Use Refresh Report Viewer Button in the Report in C# Form .. i mean that Usually on clicking on...
  17. Replies
    1
    Views
    2,119

    .NET Windows Application Question

    Hi every boDy..
    i have some problem in .NET windows application...

    My problem is, hOw can i Use Refresh Report Viewer Button in the Report in C# Form .. i mean that Usually on clicking on...
  18. Thread: XOR ^ in C#

    by obaid
    Replies
    2
    Views
    2,798

    XOR ^ in C#

    please tell me, hOw can i Use XOR (^) Operator and what Library i have to use??
  19. Thread: C # complier

    by obaid
    Replies
    2
    Views
    2,302

    C # complier

    Hi to All,
    hey plz tell me, which complier is the Best 4 CSharp!!
    and Easy one alsO ..
  20. Thread: Pointers+arrays

    by obaid
    Replies
    19
    Views
    2,958

    Thankz For All , laserlight , matsp , vart . may...

    Thankz For All , laserlight , matsp , vart .
    may be my concept is wrong, but plz give me a good example to change my wrong concept!!!
    thankz again.
  21. Thread: Pointers+arrays

    by obaid
    Replies
    19
    Views
    2,958

    Sir, its not a assembly language problem , its...

    Sir,
    its not a assembly language problem , its a memory adressing management problem which hv to face the complier. okz
  22. Thread: Pointers+arrays

    by obaid
    Replies
    19
    Views
    2,958

    Pointer is better than Array , i hv a example ...

    Pointer is better than Array , i hv a example

    A array example:-


    int x[10];
    int ans = x[4] + x[5];

    if we see in low level...... than we known that, there is a lots of step before adding...
  23. Replies
    28
    Views
    4,570

    If you want to break a integer then you use "/"...

    If you want to break a integer then you use "/" and "%" (div and mod) operator

    int i = 3456;
    int j = i / 1000; // j have 3
    int k= i%1000;// k have 456 (remender)



    #include <iostream>
  24. Replies
    3
    Views
    1,856

    Hi, mistake is. int find_largest(int a[],...

    Hi,
    mistake is.



    int find_largest(int a[], int n) \\ You Have Passed (b,N); To it , 'N' is rite But pointer 'b' doesn't have any address to Array. Why??????????
    {
    int i, max;

    ...
  25. sorry this one is rite. #include ...

    sorry this one is rite.



    #include <stdio.h>
    #include <string.h>

    char * foo = " Baltimore *MD*is*a*really*good*place*to*work*and*play";

    int main(void){
Results 1 to 25 of 43
Page 1 of 2 1 2