Search:

Type: Posts; User: solid2005

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Re: Client/Server Socket classes for file transfer

    How to send file client to server?
    i saw a code but IDK how to declared for client.SendFile(IDK what to do here., "D:\Ads").
  2. Re: Client/Server Socket classes for file transfer

    How to kick all connection on the server? not closing the application and restart the connection?
  3. Poll: Re: .NET 2010 - Multithreading + Trimming TCP/IP Chat + Server

    how to know where the socket ip stored i want to test how to kick a ip address or a nickname will be kicked.
  4. [VS 2008]HELP TCP IP Get Setting and Change

    Dim adapters As NetworkInterface() = NetworkInterface.GetAllNetworkInterfaces()
    Dim adapter As NetworkInterface
    For Each adapter In adapters
    Dim properties As...
  5. [VS 2008]Help Network Adapter Ip Changer

    What code for network interface for windows 7.
    get all information for network on TCP/IP.
  6. Replies
    4
    Views
    2,007

    Re: Fixed Footer printing on LX300

    Yes I already tried it,
    as I said on my first post, the "Print at bottom of page" is working on LX300 printer,
    I tried adding user defined paper size, but it doesn't seem to work because the paper...
  7. Replies
    4
    Views
    2,007

    Re: Fixed Footer printing on LX300

    so I decided to go with blank spaces and conditional suppress

    http://img513.imageshack.us/img513/7293/reportk.jpg

    if anyone has a better solution I would gladly accept it. Thanks
  8. Replies
    4
    Views
    2,007

    Fixed Footer printing on LX300

    Hi, I have a problem in printing DeliveryReceipts. The DR paper size is 7.8in x 5.4in

    epson LX300 is a dot matrix printer

    The Report footer, where my totalamount is, always auto adjusts...
  9. Replies
    11
    Views
    1,109

    Re: [Help]File Download.

    LOL.
    Case sensitive. DAMN

    fs = New FileStream("./Test" & FileName, FileMode.OpenOrCreate, FileAccess.Write)

    fs = New FileStream("./Test/" & FileName, FileMode.OpenOrCreate, FileAccess.Write)
    ...
  10. Replies
    11
    Views
    1,109

    Re: [Help]File Download.

    i actually using BLOB I Save the data but i can't retrieve the data.
    can some gave example code?
  11. Replies
    11
    Views
    1,109

    Re: [Help]File Download.

    example i have Test.exe if i get new version on MSSQL USING DATA my file will be replace a new version.
  12. Replies
    11
    Views
    1,109

    Re: [Help]File Download.

    windows 7 ulti x64 sp1
  13. Replies
    11
    Views
    1,109

    [Solved]File Download.

    Public Sub DownloadClient()
    _clsDBTransaction.doSelect("SELECT * FROM version WHERE _filename='" & LocalFileCheck(i, 0) & "'")
    _clsDBTransaction.getDataReader.Read()
    ...
  14. Replies
    1
    Views
    1,154

    Re: Using RDL report

    sorry for disturbing, after carefully looking at the matrix, I was finally able to fix the problem by checking the scope

    since the Fields!Amount.Value is grouped by department which produce the...
  15. Re: Get the sum of the records independently - ListView

    Select index, sum(amount)
    from table_name
    Group by index
  16. Replies
    1
    Views
    1,154

    Using RDL report

    vb.net 2008 RDL: a Matrix for comparing sales last year and this year

    http://i.stack.imgur.com/0TBtn.png

    The problem: Missing Percentage

    http://i.stack.imgur.com/0U7CN.png
    Row: grouped by...
  17. Replies
    17
    Views
    2,436

    Re: SqlTransaction

    Thanks you gave me some idea.
  18. Replies
    17
    Views
    2,436

    Re: SqlTransaction

    because im using insert at the same time. i already solved.
  19. Replies
    17
    Views
    2,436

    Re: SqlTransaction

    i'm have been confuse on con.open.

    im just using queryPerform("Insert into table ")

    i don't know how to implement commit and rollback in function.

    i'm using Module.vb and form.vb

    i add...
  20. Replies
    17
    Views
    2,436

    Re: SqlTransaction

    Private Sub btnSave_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSave.Click
    Try
    queryPerform("INSERT INTO " & _
    ...
  21. Replies
    17
    Views
    2,436

    Re: SqlTransaction

    frmService.vb code


    queryPerform("INSERT INTO servicedetails(serviceid,price,quantity) values ('" & _serviceid & "', " & _
    "'" & txtPrice.Text & "', " & _
    ...
  22. Replies
    17
    Views
    2,436

    Re: SqlTransaction

    can gave me an a example? code?
  23. Replies
    17
    Views
    2,436

    Re: SqlTransaction

    I'm using DbProviderFactory.
  24. Replies
    17
    Views
    2,436

    [Solved]SqlTransaction

    'Credit to Daniel and Adrian.
    Imports System.Data.Common
    Imports System.Data.Common.DbDataAdapter

    Module mdlDBConnect
    'Create the DbProviderFactory and DbConnection
    Dim factory As...
  25. Replies
    2
    Views
    578

    Backgroundimage

    can some one fix for my background for the character. and get coordinate of character for coordinate.

    i upload my work.
  26. Replies
    2
    Views
    723

    How to key stroke?

    i have create a game. but my problem is when i press w the image only one image will been show.


    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;...
  27. Thread: Mysql

    by solid2005
    Replies
    4
    Views
    802

    Re: Mysql

    i declare int _accountid;

    //Read the data and store them in the list
    if (dataReader.HasRows)
    {
    if (dataReader.Read())
    {...
  28. Thread: Mysql

    by solid2005
    Replies
    4
    Views
    802

    Mysql

    public bool LoginAccount(string username, string password)
    {
    string query = "SELECT * FROM login where userid = '" + username + "'";
    string _dbReader;
    ...
  29. Replies
    17
    Views
    8,361

    Re: Form Enable and Disable

    how to convert to C#?
  30. Replies
    17
    Views
    8,361

    Re: Form Enable and Disable

    i made from vb.net example. not using Showdialog() and topmost
  31. Replies
    17
    Views
    8,361

    Re: Form Enable and Disable

    no i just run 2 form in the same time example my form1 is already show then i add on form1_load
    form2 _form2 = form2();
    _from2.show();

    the form2 always at the back of the form1
  32. Replies
    17
    Views
    8,361

    Re: Form Enable and Disable

    can be use focus? insted of showdialog?
  33. Replies
    17
    Views
    8,361

    Re: Form Enable and Disable

    new problem i run the same time of the form try my upload. i can't use topmost because of when alt+tab.
    why code i will use.
  34. Replies
    17
    Views
    8,361

    Re: Form Enable and Disable

    can give me example that focus on second form? not using ShowDialog on form2. i just use function of focus(). for form2.
  35. Replies
    17
    Views
    8,361

    Re: Form Enable and Disable

    how about when i hide the form how can i return it to show?
  36. Replies
    17
    Views
    8,361

    Form Enable and Disable

    How it work when form1.enabled =false; form2.show() while form2 open.when form2 is close form1 will be enable.
  37. Replies
    15
    Views
    1,144

    Re: Client and server

    maybe this idea is more understandable.
  38. Replies
    15
    Views
    1,144

    Re: Client and server

    i think so.

    i have a project on collage school that need a server that connect many players.
  39. Replies
    15
    Views
    1,144

    Re: Client and server

    yes like. that but the server will check for that. client only send password and username to server.
  40. Replies
    15
    Views
    1,144

    Re: Client and server

    Sorry about late reply. our state has been typhoon.
Results 1 to 40 of 63
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width