Search:

Type: Posts; User: Crash893

Page 1 of 13 1 2 3 4

Search: Search took 0.18 seconds.

  1. VS 2010 connect to sharepoint 07 via oledb not working

    I'm trying to access a list from sharepoint


    when I do i get an error


    Here is my code

    DataSet dt = new DataSet();
    string query = "SELECT * FROM list";
  2. Replies
    3
    Views
    1,092

    Re: subsets of a list

    not sure i follow
  3. Replies
    3
    Views
    1,092

    subsets of a list

    I have a list and I need to output each subset of the list

    for example a b c d e

    would output to

    a
    b
    c
    d
  4. Replies
    2
    Views
    960

    best way to send Ctrl+C to the os?

    I'm working on a program that i need to copy and paste while not in focus

    I have the code to register global hotkeys (ctrl+1 ctrl+2 etc) but i want to trigger a copy or paste when the hotkey is...
  5. Replies
    7
    Views
    3,418

    VS 2008 Re: Get mac address of gateway

    thanks this worked perfectly
    (see above comment i converted it to c#)
  6. Replies
    7
    Views
    3,418

    VS 2008 Re: Get mac address of gateway

    I am working in c# so i was going to converet it anyway. There are alot more people in the vb rooms so its usually faster with more information if i just post here and then convert it over


    ...
  7. Replies
    7
    Views
    3,418

    VS 2008 [RESOLVED] Get mac address of gateway

    I'm trying to figure out how to view the default gatways ip address and then get the mac address from that

    Any ideas on how to see what the computers defualt gateway is?
  8. Replies
    3
    Views
    737

    Re: Regex results to string[]

    anyone?
  9. Replies
    3
    Views
    737

    Regex results to string[]

    I'm looking to populate a string array with the results from a regex query on a lump of text ( html)


    I'm not familar with how regex works and I'm finding it confusing the difference between...
  10. Replies
    2
    Views
    1,651

    Re: open 3rd party exe in my winform as tab?

    that's what it was

    thanks
  11. Replies
    2
    Views
    1,651

    open 3rd party exe in my winform as tab?

    I wanted to open a exe as a tabs in program that im creating.

    so far i haven't had much luck.

    the code ive been trying to use is

    public class Native
    {
    ...
  12. Replies
    1
    Views
    552

    Attach file to email

    I'm trying to create an online application for some job positions. I have feilds like name email and the like and then it sends an email to or recruiter.


    the problem i'm getting is how to allow...
  13. Replies
    3
    Views
    3,249

    Re: Does OpenFileDialog.FileNames have a limit?

    that's what I've done in this case because all i want is *.htm* files but I kinda of wanted to figure this one out.
  14. Replies
    3
    Views
    3,249

    Does OpenFileDialog.FileNames have a limit?

    I have a small helper app that I use to "inject" scripts into html pages.

    I have an openfiledialog promt and i select all the html files in that directory (1403 files) and no matter what i do i...
  15. VS 2008 Re: add an email account to outlook2007 programmatically

    what about an add-in
  16. VS 2008 add an email account to outlook2007 programmatically

    I have a few users in the field ( ever increasing) that need to setup outlook 2007 with the correct settings to access there company email


    I would like to send them an executable and have it...
  17. Replies
    3
    Views
    544

    3.0/LINQ Re: events between forms

    soooo




    should put me in the right place?
  18. Replies
    3
    Views
    544

    3.0/LINQ events between forms

    I have a mdi parent form and a logon form (among others)

    I'm trying to create an event that will be triggered from the logon form when the users "logon"

    the code i have so far is

    in the...
  19. Replies
    3
    Views
    695

    3.0/LINQ Re: hash passwords?

    I don't think salting will be necessary this isn't a huge program ( maybe after i get a handle on what im doing)



    so far to hash i use


    private string MD5(string input)
    {
    ...
  20. Replies
    3
    Views
    695

    3.0/LINQ hash passwords?

    hi all,

    I need to store user name and password data in a DB for authentication purposes

    I was told that i shouldn't store the pass per say but the hash of the password

    I am very new to this...
  21. Replies
    6
    Views
    840

    Re: What is wrong with this simple code?

    disable your anti virus

    I ran into this where mcafee was blocking out going smtp traffice becuase it thought i was a zombie computer.
  22. Replies
    1
    Views
    2,366

    save a dictionary to app.config

    I'm trying to save a dictonary to app.config for my c# winform

    I see that i can save a stringdictonary under collections.special but i heard thouse are to be avoided if possible becuase there...
  23. Thread: Send Email

    by Crash893
    Replies
    3
    Views
    796

    3.0/LINQ Re: Send Email

    why not just get a free gmail account and link the program to send from that account?
  24. Replies
    7
    Views
    953

    Re: Text To Speech

    did it work?
  25. Replies
    7
    Views
    953

    Re: Text To Speech

    1) add the reference under the .net tab system.speech

    2) add this to the top of your code
    using System.Speech.Synthesis;


    3) SpeechSynthesizer SS = new SpeechSynthesizer();
    ...
  26. Replies
    6
    Views
    1,617

    Re: VB Function Conversion to c#.net

    http://converter.telerik.com/
  27. Replies
    1
    Views
    610

    new to asp.net looking up stock prices

    I'm doing a simple program just for kicks

    I wanted to enter a stock symbol and then retrive its price. Can anyone point me in the right direction.
  28. Replies
    2
    Views
    651

    Re: GIT source control

    I was mostly just looking to see if anyone had any real word experince with it. I was wondering if it was good for perl on a unix server
  29. Replies
    2
    Views
    651

    GIT source control

    does anyone use GIT

    I saw a lecture on it (in passing i couldn't stay the whole time) and it seems really cool


    I found out they have a git port for windows ( tis all comandline) but i wanted...
  30. Replies
    3
    Views
    456

    Re: New Class question

    the getrandp mehod is just there for show at this point


    The general idea is that i enter two points then i can ask for it retreive a random point along the line that is created so it does have...
  31. Replies
    3
    Views
    456

    Re: New Class question

    correction Constructor is the word i was looking for ( that's probably why i couldn't find what i was looking for)


    Here is my code thus far (it doesn't do anything yet but please let me know if...
  32. Replies
    3
    Views
    456

    New Class question

    I have what is probably a very simple question


    I have some work to do with points and lines ( not drawing just from a math point of view)


    There is already an object called point

    i want...
  33. Replies
    8
    Views
    1,061

    Re: [3.0/LINQ] Text to ascii binary

    sorry to be going the long way around this


    but I want to convert the binary string to a Dec number

    I tried this code
    return Convert.ToInt64(sb.ToString(), 2);

    and it works till i get up...
  34. Replies
    8
    Views
    1,061

    Re: [3.0/LINQ] Text to ascii binary

    I figured it out too. I am intrigued by this line ( marked HERE)

    ive never seen that type of syntax could you explain it a little better
  35. Replies
    8
    Views
    1,061

    Re: [3.0/LINQ] Text to ascii binary

    a=01000011
    a=01100001

    Its backwards
  36. Replies
    8
    Views
    1,061

    Re: [3.0/LINQ] Text to ascii binary

    this is pretty close but something is off im looking into it now

    "Robert"
    website =010100100110111101100010011001010111001001110100
    Program=001001010111101100100011010100110010011100010111
  37. Replies
    8
    Views
    1,061

    [3.0/LINQ] Text to ascii binary

    Im trying convert a text string to ascii binary

    such as A =01000001
    test =01110100011001010111001101110100

    here is an example...
  38. Re: Sleeping Threads...Any new idea?

    im not that familar with threading but is this a job for background worker


    ive used the filesystem watcher for something like this its a good tool
  39. Replies
    3
    Views
    7,116

    Re: String.Format phone number

    i think hes saying how can he fill in the area code first if there are only 3 numbers

    im not sure but one way to cheat might be something like


    if textbox.text.length== 3
    {
    format string...
  40. Replies
    4
    Views
    718

    Re: Inhereted usercontrol.

    I guess im not following this... and ill chalk that up to my very shakey understanding of oop in general.


    this is what im seeing
    http://i44.tinypic.com/j6or5z.jpg


    i understand that the...
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width