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

Search:

Type: Posts; User: Anders Jansson

Page 1 of 3 1 2 3

Search: Search took 0.08 seconds.

  1. Replies
    1
    Views
    1,027

    Re: Build date/size

    I found out how to get the build date.

    File.GetCreationTime(Application.ExecutablePath);
  2. Replies
    1
    Views
    1,027

    Build date/size

    Hi

    Does anyone know how to retrieve the build(exe file) size and date?

    All help appretiated

    /Anders
  3. Re: How to running an application just one instance at time?

    I have problem with the above code when running application in release mode?

    The firstInstance seems to be true all the time.

    Anyone having simular problems?
  4. Replies
    8
    Views
    1,455

    Re: Problems copying object to clipboard

    What if the object is serilizable and it returns null anyway. Anyone have any idea what is wrong?

    Thanks

    Anders
  5. Replies
    4
    Views
    935

    Re: Build Comment Web Pages

    It is probably me being the dork.. ;)

    http://www.squiffler.com/squiffler/article.aspx?id=1
  6. Replies
    4
    Views
    935

    Re: Build Comment Web Pages

    Cant help you with your problem but here is an good article about xml commenting. I dont use the built in "Create webpage comment" thing anylonger, I use NDoc which is a great little program.
    ...
  7. Replies
    1
    Views
    715

    Re: regarding ocx

    Hi paresh,

    Did u ever solve this problem?

    I have a simular problem. I have an ocx built in c++ that set/throw an event but I cant catch the event from my c# program.

    It works just fine to...
  8. Replies
    4
    Views
    2,093

    Has anyone become any wiser regarding this...

    Has anyone become any wiser regarding this subject?


    This is something I have used in c++ but how can I use api functions like CreateFile in c#?

    Maybe there is a better way?

    All help...
  9. Replies
    6
    Views
    1,291

    What do you use for encrypt and decrypt? The...

    What do you use for encrypt and decrypt?

    The System.Security.Cryptography?

    Some start help on this subject would really be appretiated.

    /Anders
  10. http://www.csharphelp.com/archives/archive264.html...

    http://www.csharphelp.com/archives/archive264.html

    On this page there is a soundclass included which handles all the dll imports and dll calls for you. Helped me alot. Also gives u some ideas how...
  11. Thanks for your answer, that is what I finally...

    Thanks for your answer, that is what I finally found out myself too.

    As I felt that directx would be kind of overkill for my simple applicationen I'm doing a dll import which seems to work pretty...
  12. Recording & playing Wave-files in C#

    Hi everybody,


    Does anyone know how to record from a microphone to a wavefile(any sound format will do)?


    And then how to play it?

    All help will be really appretiated.
  13. Replies
    3
    Views
    1,394

    Hmm, its really weird that .Net doesnt have a...

    Hmm, its really weird that .Net doesnt have a basic function like RounderRect. If anyone know a solution to this problem please let us know.

    /Anders
  14. Replies
    579
    Views
    637,941

    Thanks for your answer Babu. :) Do you know...

    Thanks for your answer Babu. :)

    Do you know any other solution as I do have huge blob data :(

    /Anders
  15. Replies
    579
    Views
    637,941

    Hi! I have a bit of problems when I try to...

    Hi!

    I have a bit of problems when I try to pass a string(in C#, about 10000 characters) to a parameter field. It seems like the maximum datasize of a field is 255 characters. Is there any other...
  16. Replies
    4
    Views
    980

    I think u need a default case switch(number)...

    I think u need a default case


    switch(number)
    {
    case 1:
    .....
    break;
    case 2:
    .....
  17. Ok, it seemed to work. Kind of talking to myself...

    Ok, it seemed to work. Kind of talking to myself here but maybe someone else will have use of it.

    /Anders
  18. http://msdn.microsoft.com/library/en-us/crystlmn/h...

    http://msdn.microsoft.com/library/en-us/crystlmn/html/crtskparameterfieldsruntimecustomization.asp

    I found this documentation which seems to kind of helping me out, but I'm not sure where to put...
  19. CrystalReport.Net - Setting parameters

    Hi everybody, I have been trying to set a crystal report parameter from C# for a couple of days, just cant manage to figure out how to do that.

    The examples that I found seems to be for a...
  20. Replies
    4
    Views
    1,101

    I might have the answer for your first question,...

    I might have the answer for your first question,

    ColumnHeader header1 = this.listviewInstances.Columns.Add("C1", 10, HorizontalAlignment.Center);
    ColumnHeader header2 =...
  21. Replies
    8
    Views
    1,268

    I sent you some sample code hope it helps. ...

    I sent you some sample code hope it helps.

    /Anders
  22. Replies
    8
    Views
    1,268

    Ok, seems like I got most of it working now, so...

    Ok, seems like I got most of it working now, so if anyone needs any help let me know and I'll try to help out.

    Only problem I still have is printing very large images, it work for 7mbyte images...
  23. Replies
    8
    Views
    1,268

    darn, I cant found much help on DIBs, anyone know...

    darn, I cant found much help on DIBs, anyone know how to convert to a DIB so I can use the StretchDIBlt function?

    All help really appretiated, best would be if anyone have a few lines of code :)...
  24. Replies
    8
    Views
    1,268

    Thx /Anders

    Thx

    /Anders
  25. Replies
    8
    Views
    1,268

    ah, thx, any chance u have the code needed for...

    ah, thx, any chance u have the code needed for the conversion?


    thx alot

    Anders
Results 1 to 25 of 67
Page 1 of 3 1 2 3





Click Here to Expand Forum to Full Width

Featured