Search:

Type: Posts; User: zero_coke

Page 1 of 6 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    4
    Views
    1,118

    Re: migration test

    nice new forum look :P
  2. Re: Need advice on possible ways of tackling this problem

    I just don't understand why you think every thread created on coding forums is supposed to "save mankind" or something. This is simply a hobby project and I'm surely going to use it to make money one...
  3. Re: Need advice on possible ways of tackling this problem

    Hello all, just came back from work again and saw this thread.

    First off I'd like to thank Thomas Jensen once again for his brilliant work. That's more important than my following rant about...
  4. Re: Need advice on possible ways of tackling this problem

    Hey guys, I just got back from work and checked the thread and I must say I am seriously amazed. Special thanks to Thomas Jensen, wow, you are incredible! Thank you for your time and devotion to...
  5. Need advice on possible ways of tackling this problem

    Ok I have a list of strings but they're all lumped together, e.g: "ilovedotnet"

    I need to be able to separate these strings into their english word constituents e.g. "i love dot net"

    my...
  6. Re: Strange problem re-binding datatable to datagridview

    jmcilhinney, I've always wanted to know how you got your genius powers. Seriously, since 2009. Thank you dude, you are one awesome freakin .nut!

    Make me rain: Thank you too for helping out! The...
  7. Re: Strange problem re-binding datatable to datagridview

    Ohh...but I was able to remove it at the datagridview on my form...I did a check and my DataTable wasn't affected but my DataGridView had different # of rows....
  8. VS 2012 Re: how to bind DataTable to DataGridView?

    i saw this but I never understand the msdn articles..they always confuse me more than help me....but thanks, you answered my question in another thread.
  9. Re: Strange problem re-binding datatable to datagridview

    Edit: it didnt work...do you have any other suggestions?
  10. Re: Strange problem re-binding datatable to datagridview

    I used your previous code to remove rows from the datagridview that you posted on my previous thread. And now, I want to reset the datagridview and load it again with the original datatable. I will...
  11. [RESOLVED] Strange problem re-binding datatable to datagridview

    hi,

    I'm having this weird issue where my datatable isn't rebinding to my datagridview.

    I can successfully put my datatable into my datagridview using bindingsource, and then I do some...
  12. Re: how to delete a row in datagridview using for loop??

    Thanks
  13. [RESOLVED] how to delete a row in datagridview using for loop??

    I want to go through each row in my datagridview and i want to see if the first value in the first cell of any row has hyphen in it and if it does then remove this row.

    I have this right now but...
  14. Re: Can someone please suggest the best method to go about doing this?

    Yes, thank you!! Wow, I didn't know a stupid hyphen would be the cause of the error!
  15. Re: Can someone please suggest the best method to go about doing this?

    It just says

    Select * From name-short.csv

    that's all...I'm sorry for misunderstanding, I really am not getting this lol
  16. Re: Can someone please suggest the best method to go about doing this?

    I have no idea what's going on. I simply want to load a CSV file into my app. There is no database or any server side thing here. I have a CSV file with entries like:

    first,last,4,5...
  17. Re: Can someone please suggest the best method to go about doing this?

    Im not the author of that function, but it seems like this line:


    selString = "SELECT * FROM " & csvFile

    is causing the error. I'm not sure, that's where the error is being caught I think.
    ...
  18. Re: Can someone please suggest the best method to go about doing this?

    Ok in my button click event I have:


    System.GC.Collect()

    If (open.ShowDialog() = Windows.Forms.DialogResult.OK) Then
    str = open.FileName

    'create new...
  19. Re: Can someone please suggest the best method to go about doing this?

    Agh! Too early for celebration!

    My program keeps crashing. The csv file has some 500,000 rows so for some reason its not working anymore now. It worked yesterday for a few run tests and then all...
  20. VS 2012 [RESOLVED] how to bind DataTable to DataGridView?

    How to do this, im new
  21. Re: Can someone please suggest the best method to go about doing this?

    I found this code here by Stanav, is this a good way to convert the csv file into datatable?

    Private Function CsvToDataTable(ByVal filePath As String) As DataTable
    Dim dt As...
  22. [RESOLVED] Can someone please suggest the best method to go about doing this?

    I have a csv file with 3 columns. I want to import it into my .net application and I want to do some filtering on the entries. which control is best for this? I also want to visibly show the user...
  23. Re: How do you erase the echo outputs so they don't add up all the time?

    Arrghh I don't understand, all of this is so confusing to me Akhilesbc!

    I have a php script. I have this:

    while($current_time < $set_time)
    {
    echo "time left: " . ($set_time - $current_time)...
  24. Re: How do you erase the echo outputs so they don't add up all the time?

    Hi Akhilesbc, thank you for your post. I very appreciate it. However, I need some more help from you if you do not mind.

    So now I have an issue: Can I put php code in MyTimer() function? Because I...
  25. Re: How do you erase the echo outputs so they don't add up all the time?

    That does help but I'm not good in php or javascript. Can you please tell me which function to use exactly and where to use it?
  26. Re: How do you erase the echo outputs so they don't add up all the time?

    I have this so far:

    while(true)
    {
    echo date("Y/m/d H:i:s")."<br/>";
    sleep(1);
    }

    When I run this script, I just see these piling up:
  27. How do you erase the echo outputs so they don't add up all the time?

    I have a php file which refreshes every second and outputs the current time and some other info and right now it keeps accumulating the echo statements and keeps adding new refresh outputs to old...
  28. Replies
    13
    Views
    3,840

    Re: Need advice on server-side issue

    Yeah thanks for the information. Yes, we'll have to check if we have shared hosting or not and possibly get dedicated hosting if we need to pursue this thing any further.
  29. Replies
    13
    Views
    3,840

    Re: Need advice on server-side issue

    Yes, we thought of this before, but there are two main reasons why we can't use this approach: 1) The client's PC must be ON as you mentioned and 2) We can't rely on the client's internet speed to do...
  30. Replies
    13
    Views
    3,840

    Re: Need advice on server-side issue

    Hi Shaggy,

    Ok for example, user 1 sets their time A and time B as: 9:00 am - 9:30 am

    User 2: 9:00 am - 9:30 am

    User 3: 9:00 am - 9:30 am
    .
    .
    .User 1000 9:00 am - 9:30 am
  31. Replies
    13
    Views
    3,840

    Re: Need advice on server-side issue

    Hi Shaggy,

    Thanks for the awesome reply. I don't know much about programming to fully explain the situation, but the basic thing we want to do is: Make user pay set amount, let them enter their...
  32. Replies
    13
    Views
    3,840

    Re: Need advice on server-side issue

    Thanks for the great reply si!

    Ok, I'll explain what the script does and why we need this.

    We have a script, and it basically takes input a time A and time B and what it does is it executes a...
  33. Replies
    13
    Views
    3,840

    Need advice on server-side issue

    Hi, so we're developing a website that will allow user's to pay some money and be able to use a script on our server

    The point is to allow the user to enter their script parameters on the settings...
  34. Re: Help me with this small Assembly Language code!!

    Yeah its called CodeWarrior IDE and we're using the Motorola HCS12 microcontroller...
  35. Re: Help me with this small Assembly Language code!!

    Nope, just an assignment...
  36. Re: somebody help me (posted a question in Assembly section)

    Im sure some of the wiz's here would know assembly....wheres that guy who coded IBM's OS completely in assembly lol....
  37. Re: somebody help me (posted a question in Assembly section)

    lol....heeeeelp meeee
  38. somebody help me (posted a question in Assembly section)

    It seems like nobody looks there...
  39. Help me with this small Assembly Language code!!

    LDD #$F00D
    LDX #$C100
    STD 0,X
    BSET 0,X,$44
    BCLR 1,X,$11

    What numbers are in memory locations $C100 and $C101 after the program is executed?

    If it helps, we're using the HC12 & S12...
  40. Thread: regex help

    by zero_coke
    Replies
    6
    Views
    932

    VS 2008 Re: regex help

    Can you try this:

    Dim RegexObj As New Regex("""\?box=" & textbox19.text & "&show=(.+)"">.+</td>", RegexOptions.Multiline)

    Then to put that last part (the c02ddb14-dfa6-4f11-af2a-a2c6d3ae0028...
Results 1 to 40 of 219
Page 1 of 6 1 2 3 4



Click Here to Expand Forum to Full Width