Search results for query: *

  • Users: sups123
  • Content: Threads
  • Order by date
  1. S

    Memory Leak - Hashtable.bucket[]

    Hi all, We are facing memory leak problem in vb.net application. We have tried out best to optimize the code and find out the result as well. But still hashtable.bucket[] is taking lot of bytes in memory don't know why. In every 10 seconds it is increasing and application get hangs when it...
  2. S

    Winsock state problem

    Hi I am using winsock in my vb.net application. There is some issue on control state of winsock. Previously when I connected to winsock in the starting it used to give the state as 6 i.e. connecting then after connecting it gave state as 7 i.e. connected. Now when I run my application the...
  3. S

    How to get a particular bit value from a byte

    Hello some difficulty again. I want to read a particular bit value from a byte. can anyone suggest me how to achieve this. Following is the code which gets byte value. =============================== Structure typByteArray Public B() As Byte EndStructure Dim tB As typByteArray ReDim...
  4. S

    Another problem for LSet

    Hello I have one more problem for this LSet stuff og Vb6 I have the the code for vb6 which i am converting into vb.net. Again Lset is giving problem here Here is the code of vb6 ================================= Private Type typFloat f As Single End Type Private Type typInt i(1 To 2)...
  5. S

    Winsock DataArrival event - giving some error

    Hello all I have a code written in DataArrival event of AxWinsock which gives error in vb,net - Object Reference not set to instance of an object. the code is as follows ========================================================== PublicClass bytearr Public B(4) AsByte EndClass...
  6. S

    LSet of VB6 into VB.Net

    Hello I have two user defined datatypes and i want to copy one UDT to another. For this in vb6 its LSet UDT1 = UDT2. But this dosent work in vb.net as LSet in vb.net has some other meaning. Please if anybody can tell me how can i acheive this in vb.net. Thanks sups123
  7. S

    Working with Winsock in vb.net

    Hello all I was trying to use axwinsock for connecting to the socket and getting data from the same. It is not getting connected with the socket and the status shown is just connecting. I have code in vb6 which works fine but when i converted it into vb.net its not working now. Please if...
  8. S

    Changing background color of datagrid row in windows forms

    Hello, We have a datagrid in windows form. We want to change the background color of row according to some condition. Got many examples in ASP.net but there are no examples of windows forms. Please your reply will be highly appreciated. Regards, sups
Back
Top