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...
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...
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...
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...
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) ?"...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.