Search:

Type: Posts; User: MrMakealotofsmoke

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    684

    Re: PHP Backend for application

    I would prefer to just send the username and pass but then the pass would be in clear text
  2. Replies
    4
    Views
    684

    Re: PHP Backend for application

    Well it has a function to get the salt for the user and just echo the result, which might cause attacks as they would have the salt for that user.

    What my application does it

    Server...
  3. Replies
    4
    Views
    684

    PHP Backend for application

    I wasnt sure where to post this as im not sure if its a php or vb.net function. I assumed its a php function?

    Anyways, im creating an application in VB.net that has a login. For the login, i want...
  4. Replies
    13
    Views
    1,052

    Re: Multidimentional array

    lstviewGames.Items.AddRange(games.detectGames.ToArray)

    would that be causing the group to be called default by turning the list(of ListViewItems) into an array?
  5. Replies
    13
    Views
    1,052

    Re: Multidimentional array

    so do main.lstviewgames.Groups.Add(installedGroup) etc?
    i thought cross referencing modules to components on forms was bad?
  6. Replies
    13
    Views
    1,052

    Re: Multidimentional array

    yeah i did that in the end. I was hoping for a new easy fast way to do it in .net 4, but no :( lol

    So how can i make the groups work again?

    i have the adding of the items to the list(of...
  7. Replies
    13
    Views
    1,052

    Re: Multidimentional array

    The issue is that the listview is on a different form that doesnt load when the main program loads and i need the list of application paths before the listview exists.
  8. Replies
    13
    Views
    1,052

    Re: Multidimentional array

    cool, works well. Is there a way to get the tag without using the listbox?

    Also, my groups are now just the 1 group called default :/
  9. Replies
    13
    Views
    1,052

    Re: Multidimentional array

    Humm that could work, i think the way im doing it atm is kind of clunky.

    What im doing atm is i have a function which searches the paths to see if the applications exist, if they do the path re...
  10. Replies
    13
    Views
    1,052

    Multidimentional array

    Hey all,
    im creating an array that contains something like this

    Application1 | "C:\Program Files\A1"
    Application2 | "C:\Program Files\A2"
    Application3 | "C:\Program Files\A3"
    Application4 |...
  11. Replies
    5
    Views
    1,092

    Re: vb.net client..? server

    ah did i post this in the vb.net forums? My bad :S

    guess thats what happens when you post stuff at 4am lol
  12. Replies
    5
    Views
    1,092

    Re: vb.net client..? server

    Well i saw that, but how simple is simple? Also, wouldnt it be faster to run something native?
  13. Replies
    5
    Views
    1,092

    vb.net client..? server

    Hello,
    im about to develop a program ive been meaning to make for a while. Its basically just something to do, but it might see over 50 users.

    I plan on having a client server architecture with...
  14. Replies
    13
    Views
    1,221

    VS 2008 Re: Datagrid TCP

    Well i just changed the writing to include compression


    Public Sub SendDT(ByVal DataTable As String)
    'Dim swdt As StreamWriter
    Dim dt As DataTable = DB.RetreiveDT(DataTable)...
  15. Replies
    13
    Views
    1,221

    VS 2008 Re: Datagrid TCP

    well im back at it and it still doesnt work :(
  16. Replies
    13
    Views
    1,221

    VS 2008 Re: Datagrid TCP

    humm...well can i make it only send the data without the schema and it work?

    Like maybe make a datatable with the columns already set? Because i will only ever have 4 columns in my database.
    ...
  17. Replies
    13
    Views
    1,221

    VS 2008 Re: Datagrid TCP

    well im pretty much using the code here and i just made a new SendDT sub to coincide with the SendMessage Sub which is the following:



    Public Sub SendDT(ByVal DataTable As String)
    ...
  18. Replies
    13
    Views
    1,221

    VS 2008 Re: Datagrid TCP

    bump
  19. Replies
    13
    Views
    1,221

    VS 2008 Re: Datagrid TCP

    bump

    EDIT: if i write to a file on the server it is the whole thing
    so it is either ending early at the client or the tcp sending part is ending it early

    EDIT: ok so im only recieving the...
  20. Replies
    13
    Views
    1,221

    VS 2008 Re: Datagrid TCP

    hummm cant figure out if its the writer or the reader thats causing the problem
  21. Replies
    13
    Views
    1,221

    VS 2008 Re: Datagrid TCP

    ok well ive been playing with it but on the ReadXML im getting the error




    EDIT: Also, this is all that is received on the client side (before ReadXML)
  22. Replies
    13
    Views
    1,221

    VS 2008 Re: Datagrid TCP

    bumping
  23. Replies
    13
    Views
    1,221

    VS 2008 Re: Datagrid TCP

    anyone?
  24. Replies
    13
    Views
    1,221

    VS 2008 Datagrid TCP

    hey all
    im making an application that pulls data from a access database and then sends the info over tcp to a client which then puts the info into a datagrid. I was planing on doing this in a...
  25. Replies
    6
    Views
    2,222

    Re: DataTable over TCP

    ah sorry
    yes im using vb2k5.

    Well my setup is a database on a computer which the server program reads, then sends it over tcp to the client which populates the datagrid with the datatable.
  26. Replies
    6
    Views
    2,222

    Re: DataTable over TCP

    bump
  27. Replies
    6
    Views
    2,222

    DataTable over TCP

    Hey, is there a way to send a datatable though the TCPClient?

    Thanks
  28. Re: [2005] Launch Parameters

    well that was easier than i thought lol.

    Only thing is i cant code loops :p
    What ever i try it crashes

    example please?

    EDIT: nvm
  29. [RESOLVED] [2005] Launch Parameters

    hey all,
    ive made a little program but i want to add launch parameters to it.

    Something like -start C:\file.txt to the target in the shortcut.

    So it would look like "C:\Program...
  30. Replies
    0
    Views
    390

    [2005] TCP Single User

    hey all, sorry to post another tcp thread but i cant seem to find what im looking for.

    I am looking for a TCP server/client example that has support for only one user, preferably chat type. I have...
  31. Replies
    45
    Views
    1,362

    Poll: Re: Music Experience

    I like real Speakers that have RMS written on it, not this PMPO crap. some good 300Watt RMS speakers with a real amp...thats the stuff....

    Good 12" Sub in them, Good tweeter and some good 4"...
  32. Re: [2005] Help Needed, Between 2 Forms

    thats bad news, hopefully you are wrong about this or it means i need to somehow do it the long way
  33. Re: [2005] Help Needed, Between 2 Forms

    still doesnt work. Would it be because its on a message received thing?


    Private Sub messageReceived(ByVal message As String)
    Dim data() As String = message.Split("|"c)
    ...
  34. Re: [2005] Help Needed, Between 2 Forms

    it is this

    data(1) is either 1 or 0
    data(2) is the data to be added to the listbox. Its the users username
    I have 2 list boxes, and when i click button1 it adds the name to listbox 1, and button...
  35. Replies
    20
    Views
    759

    Poll: Re: [Serious] Another password poll

    i go with meaning full. I hate those passwords that are 19sk19sj1jws9x9q. how the hell do you remember that? Its a lot easier to remember password like "password"
  36. Replies
    45
    Views
    1,362

    Poll: Re: Music Experience

    as long as your sub woofer is bigger than 12" and your desktop speakers arnt those little crap 1" speakers its all good :)
  37. Re: [2005] Help Needed, Between 2 Forms

    hey, thanks but it doesnt work. Everything else works, i tested it with msg boxes to see, but it doesnt add it to the listbox


    Case "Yes123"
    Dim thefrm As New Form2
    ...
  38. [2005] Help Needed, Between 2 Forms

    Hi

    Im currently stuck on this thing im making.

    What im trying to do is send data to a form through tcp. When the 1st form receives something i want to add data(1) to the other forms listbox. I...
  39. Re: [2005] Right Click Menu

    Got it


    If e.Button = Windows.Forms.MouseButtons.Right Then
    ListBox1.SetSelected(ListBox1.IndexFromPoint(New Point(e.X, e.Y)), True)
    Dim pt As Point =...
  40. Replies
    2
    Views
    517

    Re: Upgrading from VB to .NET

    u could open the vb6 file in 2005 and let the wizard convert it for you.
Results 1 to 40 of 118
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width