Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. hariram55

    DataGrid general question !!

    Hello friends, Does anybody have any idea how to insert a new row at the top of the DataGrid Table (every recent added row should be on top of table)? Can we export the data from DataGrid table to excel or txt file? If so how can we do that? And also,is there any way to set certain value to...
  2. hariram55

    Array

    Hi friends, I got simple question about array. Let suppose I got 2 array’s, Dim SourceArray(300) as integer Dim DestArray(100) as integer Now I want to copy value of SourceArray (with the beginning index of 101 and ending index of 200) to DestArray. Is there any way to do that with one line...
  3. hariram55

    Threading Basic

    Hello friends, While passing data to the function we use “datatopass(array)“ from the main program and on the function part, sub datatoget( Byval array() as string). Now I want to do same with threading too.. Before starting the thread, I want to pass data (i.e., datatopass(array)) and...
  4. hariram55

    Event Handling

    Hi friends, Can anybody provide me a simple sample code for Event handling? I want to start it but dont know how to start. thanks,
  5. hariram55

    Automatically running

    Thanks friends, Actually I was looking for solution which will run program automatically without pressing button. I mean to say I got some code in “start button”, how can I make such a way that whenever I run my application (currenttemp.exe) the “start button” will be pressed automatically (by...
  6. hariram55

    Automatically running

    hi friends, I made a program in vb.net and i want to run that program each time computer starts. I set up all excpet, i need to press "start" botton of my program to start it. Can anybody will help me " how can i run my program (automatically) without pressing start bottom (manually) ?"...
  7. hariram55

    ListView

    Does anybody can help me with listview. I have 12 column headers and I want to print (display) the result in certain column only of certain row. For eg: for row 1 I want to display result in column 6 and for second row in column 7. I am using: Listview1.items(1).subitems.add(“result”).. this...
  8. hariram55

    Thread

    can anybody help me please !!
  9. hariram55

    Thread

    hello..ThatRickGuy !! Thanks a lot I really appreciate. What I want to do is get continuous random data from the timer function [ to array1() ] and then one process will display data of array1 continuously in listview1 and another process will add content of array1 and display the sum in...
  10. hariram55

    Thread

    hello, I am new with vb.net, i tried to code a simple program to understand threading. I have enclosed code here by, when i run the program it stucks after some time. I guess its a problem with timer. if somebody know please help me sort the problem..thanks Public try1 As Thread...

Part and Inventory Search

Back
Top