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

Search:

Type: Posts; User: Alexei Kubarev

Page 1 of 6 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    2
    Views
    1,021

    Re: read xml files

    Why dobnt you just use something like XML Reader that could be found in System.XML nnameespace??
    I will post a code for you as soon as i get home... it will bee in 3-4 hours...
  2. Ehh... okej... i admit that it wasnt the smartes...

    Ehh... okej... i admit that it wasnt the smartes answer... :blush:

    Hehe... But it still works if you write Function.Equals == somevalue..

    I think :S not really sure about that... :S
  3. Well.. there isnt any difference actually... its...

    Well.. there isnt any difference actually... its just its relly easy to use == instead of Function.Equals

    Thats it!
  4. Replies
    1
    Views
    825

    Menu of the shell icon

    Hi!

    Ive got a tray icon (shell icon i think its supposed to be called)
    Anyway... id like to create a menu for that icon that will popup on the click of that icon...

    Im not really sure how to...
  5. Replies
    7
    Views
    1,347

    I might have written a bit wrong... All of the...

    I might have written a bit wrong... All of the slashes must look like //, but there should be 3 of them after the file:...

    So it would be like this: file:///C://DRIVER//..

    try this.. :) im not...
  6. Replies
    13
    Views
    2,276

    I would say protected Access DB... im not really...

    I would say protected Access DB... im not really sure... ofcource there is another way... creating own database engine that will be integrated into your program... so that it would only be accessible...
  7. Replies
    13
    Views
    2,276

    Solution: use MySQL instead :) its free and...

    Solution: use MySQL instead :)
    its free and allows lots of users :)
    And its fast and doesnt need so much resources... all you need is mysql server and myodbc... all of them could be found at...
  8. After a liter you just stop noticing them :)...

    After a liter you just stop noticing them :)
    Actually im having a problem with even installing your service :S

    I just cant find the freaking installutil... it simply doesnt exist on my PC :S
    ...
  9. both of them are right addresses actually... :S...

    both of them are right addresses actually... :S
    hmmz... io never recieved it on hotmails email...

    and i wish a bit more help that i really am :( im not really good with services.. so its quite...
  10. I dint recieve anything :( how about you try...

    I dint recieve anything :( how about you try sending to info@codexp.net
    or
    a_kubarev@hotmail.com
    Might work :)
  11. Good luck :D

    Good luck :D
  12. WAIT!!!!!!!! I might just have the solution......

    WAIT!!!!!!!!
    I might just have the solution...
    It said -- access denied, right? so why not try to clode EVERYTHING that might be using that service :)
    Including VS.net and even rebooting your...
  13. hmmz... weird weird... okej... lets see... any...

    hmmz... weird weird... okej... lets see...
    any code youve writen for that service or is it just a wizard-created service without any additions?
  14. hmmz... you say Mikey :confused: ... now its...

    hmmz... you say Mikey :confused: ... now its Alexei :confused:
    I have NO idea what so ever about the reason of this problem...
    Can you try setting in to Automatic and rebooting your PC? to see...
  15. hmmz... if youve installed the services... how...

    hmmz... if youve installed the services... how about checking what type of settings it has (Auto/Manual/Disabled)..

    Maybe its simply disabled and you cant start it... that way you will always get...
  16. Replies
    13
    Views
    2,276

    do u want all of the entrie to me safely saved? i...

    do u want all of the entrie to me safely saved? i mean not accessible by simply opening the file....?

    in that case the database is the best solution, but i would choose Access if i were you --...
  17. as far as i can see, it is the same thing if you...

    as far as i can see, it is the same thing if you work with cookies in PHP...

    setcookie (name, value);
    is a global function, if you want to set a cookie you write a value, if a value doesnt exist...
  18. Replies
    5
    Views
    81,683

    how about creating a connection to that network...

    how about creating a connection to that network first, and then you can simply lauch that file... if a connection is created, no need to authenticate again...
  19. hmmz... wait a second... so you are trying to...

    hmmz... wait a second... so you are trying to intall by clicking from the link on your form?!
  20. hmmz... can you please post a code that you use...

    hmmz... can you please post a code that you use to start that service? that might help...;)
  21. Replies
    7
    Views
    1,347

    how about trying...

    how about trying Process.Start("file:///C:\\DRIVER\\....");
    You know, starting the proccess object with a file:/// or smth... like it happends in IE if you open some local file...

    Try :)
  22. Replies
    50
    Views
    353,894

    Sticky: If we have to -- i will sign, and get about 200...

    If we have to -- i will sign, and get about 200 signatures more :-)
  23. Replies
    5
    Views
    1,094

    THATS really weird... Are u using a leagal copy...

    THATS really weird...
    Are u using a leagal copy of VS.NET?
    If so -- submit a bug on the microsofts website... im not sure where exactly to find it... You might need to look around :-)
  24. so u want to have buttons, right? aranged on the...

    so u want to have buttons, right?
    aranged on the left size, but not verticaly?!

    they would be arranged on the top-left corner...
    or im missing smth here :S
  25. Replies
    2
    Views
    743

    well... "dont know" would come out from me Darwen...

    well... "dont know" would come out from me Darwen :)
    thats for sure :)
Results 1 to 25 of 130
Page 1 of 6 1 2 3 4





Click Here to Expand Forum to Full Width

Featured