Search:

Type: Posts; User: Erden

Search: Search took 0.04 seconds.

  1. Re: [VB2008/.NET 3.5] Asynchronous TcpListener & TcpClient

    Thanks a lot Niya, for the explanation and recommendation. I'll implement a connection closing protocol.

    All the best.
  2. Re: [VB2008/.NET 3.5] Asynchronous TcpListener & TcpClient

    It is closed explicitly.
  3. Re: [VB2008/.NET 3.5] Asynchronous TcpListener & TcpClient

    Hello,

    I have been using the library for a while and it's been working great.

    I have one problem; sometimes when the server is working on a virtual environment (VMWare) everything works well...
  4. Replies
    1
    Views
    533

    Re: Release date does not update

    Sorry, It is my mistake, release date was a property, added to the code. And the release date was hard coded.


    Imports System.Globalization

    Namespace My

    'This class allows you to...
  5. Replies
    1
    Views
    533

    [RESOLVED] Release date does not update

    Hello,

    I use Visual Basic 2008 express edition.

    I publish the application. However releasedate property retrieves the old date.


    Me.lblRlsDate.Text =...
  6. Replies
    1
    Views
    4,878

    VS 2008 datagridview optional header copy

    Hello,

    Is there any easy way to include/exclude row/column header texts by selection for copying?

    Sometimes I need them sometimes I don't.

    Thanks,
    Erden
  7. Re: Data source configuration wizard sets absolute path of the database

    This is how I define my connection string in the code.


    Dim appDataFolder As String = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData)
    'connection string
    Dim...
  8. Data source configuration wizard sets absolute path of the database

    Hello,

    I am using VS2008 and access database.

    I keep my database from application data folder. When I try to run the program in a different computer, I see in the error message, absolute path...
  9. Replies
    0
    Views
    604

    Advantage of Isolated storage

    Hello,

    I am trying to save a datatable to isolated storage:


    Dim isoStorage As IsolatedStorageFile
    isoStorage = IsolatedStorageFile.GetUserStoreForApplication()

    Dim...
  10. VS 2008 Writing HKLM as admin, reading as Standard User

    I am writing a value to the registry as admin with following code:



    Dim regKey As RegistryKey
    Dim ActivNb As String

    ActivNb = TB_ActivNum.Text

    regKey =...
  11. Replies
    2
    Views
    3,114

    Re: Sharing a program on a network

    Yes that's what I want. There will be one machine has the software.
  12. Replies
    2
    Views
    3,114

    Sharing a program on a network

    Hello,

    I have written small a software. I want to install it on a server and and make it accessible for all the other users on network.

    How can I retrieve the server name (the computer program...
  13. Replies
    4
    Views
    719

    Re: Changing an existing component

    Thanks a lot! That is What I was looking for. Yes I am using .NET 3.5. But what do you mean by "This may not provide all the functionality you need though." ?

    Cheers
  14. Replies
    4
    Views
    719

    Changing an existing component

    Hello,

    I have a large project which consists of about 60 modules. It contains a lot of DataGridView components.

    Recently I implemented cut-copy-paste functionality to one of the DataGridViews....
Results 1 to 14 of 14



Click Here to Expand Forum to Full Width