Search results for query: *

  1. C

    Space Helps PorFavor

    I dont know if this may be what your looking for... Dim str1 As String = "ppp" Dim strRes As String = str1.Insert(2, "bbb") the result string is "pbbbpp" The Insert statement for string manipulation....
  2. C

    Cannot refer to an instance member of a class

    Different Error Hello I figured out the last problem I had but now I have a different problem.. Does anyone know what this means. Argument not specified for parameter 'callback' of 'Public Overloads Function BeginReceive(buffer() As Byte, offset As Integer, size As Integer, socketFlags As...
  3. C

    Cannot refer to an instance member of a class

    ? Does anyone have any idea why this may be happening?
  4. C

    Cannot refer to an instance member of a class

    #Region "Imports" Imports System.Data.SqlClient Imports System.Threading Imports System.Text Imports System.Net.Sockets #End Region Public Class TestBGWorker Dim Threadreceive As Thread Protected Sub OnStart(ByVal args() As String) Try Threadreceive = New Thread(AddressOf...
  5. C

    Crystal Reports Logon Failed

    Hello all, Im kinda new to this but would like to become more familier. Im having a problem with Crystal Reports Web Veiwer. When I first run the application, the report loads fine. I want to put the refresh button on the Web Veiwer. This is where is gets tricky. When I refresh the application...
  6. C

    Crystal Reports Logon Failed

    Hello all, Im kinda new to this but would like to become more familier. Im having a problem with Crystal Reports Web Veiwer. When I first run the application, the report loads fine. I want to put the refresh button on the Web Veiwer. This is where is gets tricky. When I refresh the application...
Back
Top