Search:

Type: Posts; User: xera

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    535

    How to send data through specific interface?

    Never mind
  2. Replies
    4
    Views
    967

    Re: Network thread?

    Thanks, that makes perfect sense :)
  3. Replies
    4
    Views
    967

    Re: Network thread?

    Thanks, sorry for posting in wrong place
  4. Replies
    4
    Views
    967

    [RESOLVED] Network thread?

    Why does it say there are 1,932 threads in here, yet I only see 3 of them? :(
  5. Re: On a macbook, I cant list Directories in root mac drive, any ideas?

    Well spotted, thanks. I see that there are both folders and files starting with "." in my mac root drive. Seems like a C# bug? :mad:

    hmmm Kinda defeats the object of enumerating folders and...
  6. Re: On a macbook, I cant list Directories in root mac drive, any ideas?

    ey thanks for the reply, your code outputs the following:

    VolumeName:- Win7 -- RootDirectory:- C:\ -- DriveName:- C:\
    VolumeName:- Macintosh HD -- RootDirectory:- E:\ -- DriveName:- E:\
  7. Re: On a macbook, I cant list Directories in root mac drive, any ideas?

    Lookup string on msdn :rolleyes:
  8. Re: On a macbook, I cant list Directories in root mac drive, any ideas?

    Lol... interesting, but no luck :(

    Is there any way I can tell .NET to use higher security privileges or something?

    I have tried running the app as admin... however that did not work.
  9. Re: On a macbook, I cant list Directories in root mac drive, any ideas?

    "E:\\" is the same as @"E:\"

    And lol, thats quite besides the point... But the reason is I need windows for work, and when I'm away from my desktop, I use either win7 on my macbook for work, or...
  10. Re: On a macbook, I cant list Directories in root mac drive, any ideas?

    Just tried it... Same Error. However E:/docs worked lol
  11. Re: On a macbook, I cant list Directories in root mac drive, any ideas?

    Yes. C: is the windows drive, it works perfectly. Another thing I found... I can access a sub dir on the mac drive, eg E:\docs, but I cannot access the root. Do you think the error could actually...
  12. Re: On a macbook, I cant list Directories in root mac drive, any ideas?

    Hey, thanks for the reply. I had already tried that, but get same error.
  13. [RESOLVED] On a macbook, I cant list Directories in root mac drive, any ideas?

    I am running win7 on a mac. The mac drive is E.


    DirectoryInfo di = new DirectoryInfo(@"E:\");
    var dirs = di.GetDirectories();

    Second line throws this ArgumentException: "Illegal characters...
  14. Re: Make part of a ListViewItem text bold?

    Good news!! After more searching around browsing examples, I have finally come across a possible solution.

    The solution is to use a DataTemplate, which contains multiple TextBlock's, formatted in...
  15. Re: Make part of a ListViewItem text bold?

    *BUMP*


    Anyone? Does anybody know how to do this?!
  16. Re: Make part of a ListViewItem text bold?

    Hey, thanks for the advice.. I know it would be ideal to keep both separate, but not sure how.

    My ObservableCollection class:


    public string MyText { get; set; }

    public int idx1Start {...
  17. Replies
    122
    Views
    61,736

    Re: The "What do you think of how my app looks" thread

    wow chris128, love those Ok and Cancel buttons.... How did you do them?! What do they look like when mouse is over, and pressed?

    haha most of my apps so far look like they're from win95... but...
  18. [RESOLVED] Make part of a ListViewItem text bold?

    From what I know, I think I should add text to a TextBlock, set part of the text as bold, then set it to the ListViewItem. Problem is, I'm doing this in code, and not sure how to do it.

    My...
  19. Re: Read more data from source whilst using HTTP GET

    Good news!! I did what you suggested, and it's not timing out so soon anymore!!

    Only problem, is after a few minutes, say 5 mins it seems to quit with error 500 internal server error.

    But it's...
  20. Re: Read more data from source whilst using HTTP GET

    seriously? lolz I did try bypassing it at the beginning of the script but I never thought of that....

    good one, I'll try it :)
  21. Re: Read more data from source whilst using HTTP GET

    I can't, because my php is hosted in a shared environment, and it's very limited.

    Is there any way I can possibly write an extension or something then?

    I believe php should work just fine, if I...
  22. [RESOLVED] Read more data from source whilst using HTTP GET

    Greetings all..

    I think I have a rather unique problem here, and I'm wondering what the solution could be.

    I have been trying to make a proxy script using standard HTTP GET and POST.
    The...
  23. Replies
    0
    Views
    1,356

    press "TAB" key on a mobile phone?

    How do you press "TAB" key on a mobile phone? Just the same way as you would on a computer, with notepad or wordpad?

    When I open a text document on my phone, I can see the tabs, I can copy and...
  24. Replies
    12
    Views
    1,363

    VS 2008 Re: what use of # in url..

    wow mendhak . . . that's a pretty confusing example... haha

    I also noticed that anything you type after and including the # doesn't get sent to the http server, so definitely client side.
  25. Re: Display Data Horizontally - with wrapping

    hey Gary, mendhak!

    thanks for the help.. DataList has the exact properties I was wanting! :D No idea why they went and called it "Repeat", but nice to know, thanks!

    RepeatColumns="3"...
  26. [RESOLVED] Display Data Horizontally - with wrapping

    Greetings,

    I would like to display data horizontally - with wrapping.. Is there some asp.net control that can do this??!
    I know how to do this using a plain table.. Guess I'm just feeling lazy,...
  27. Replies
    2
    Views
    496

    3.0/LINQ Re: [RESOLVED] Socket Question

    sweet, the Receive function also does return the number of bytes actually received, and if the array is full, you just Receive more. :)
  28. Replies
    1
    Views
    1,759

    Re: Changing assembly name causes error?

    *bump*
  29. Re: Styling menu- How to show that all parent menu's are selected?

    hey, thanks for helping me get back on track...

    I spent quite a few minutes looking at the menu source code, but can't find any pattern that I could use to set the parent styles.... Have you any...
  30. Styling menu- How to show that all parent menu's are selected?

    Greetings all,

    As the title says... I'm trying to style an asp:Menu, so that when I hover over a child menu, all the parent menu's will have the background mouse over selected colour. (Take a...
  31. Replies
    1
    Views
    1,759

    Changing assembly name causes error?

    How can I change the assembly name of my WPF application (properties -> application -> assembly name) without it giving the following error?


    Could not load file or assembly 'xxxx' or one of its...
  32. Replies
    3
    Views
    1,094

    Re: importing 3d scenes into your game

    ah thanks guys.

    I am not using any gaming engine, I am just using OpenGL.

    Which then would be the recommended file format that an app like 3DS, Maya use to export, so that I can study the...
  33. Replies
    3
    Views
    1,094

    importing 3d scenes into your game

    hi, maybe I'm missing something but how do you import 3d scenes into your game?

    What is the usual approach, or the approach most beginners/intermediate game programmers use?

    I would also like...
  34. Re: Record all files accessed via windows file sharing

    hI thanks!

    Is there any way that I can do that programmatically, using C# for example?
  35. Record all files accessed via windows file sharing

    How can I record/log all files accessed via windows file sharing?

    I know about openfiles.exe, but I don't wanna have to execute that every 5 seconds.

    Also, but not as important, I would like to...
  36. Replies
    3
    Views
    5,480

    Re: Custom WCF Authentication?

    Thanks! That article was quite complicated, but
    ServiceSecurityContext.Current.PrimaryIdentity.Name helped to get the username. :)
  37. Replies
    3
    Views
    5,480

    [RESOLVED] Custom WCF Authentication?

    Hi, I am trying to implement custom authentication in my WCF service.. Maybe I'm missing something, but I can't seem to figure out how everything goes together.

    I am using netTcpBinding, and...
  38. Re: Open an URL in existing browser TAB, from C# win app

    thanks... I was afraid of that..

    But I managed to find a solution, which seems to work alright!

    I added the WebBrowser control to a form, which is cool as now I know the page will always be...
  39. Re: Open an URL in existing browser window, from C# win app

    ah cool thanks... But I meant existing "tab" instead of "window" ??! :blush:
  40. [RESOLVED]Open an URL in existing browser TAB, from C# win app

    Greetings all,

    How can I open an URL in existing browser window, from C# win app???! :confused:

    Ideally the first link will be opened in a new window (which currently works), and afterwards,...
Results 1 to 40 of 108
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width