Tags:Visual Basic Questions | 64 views
Hello, I am trying to figure out how to generate code from user input. In Visual Studio 2008, Visual Basic
I am new to this so I will try to explain the best I can. Thank you.
My script always begins with:
function Init(Quest)
Then from here a user would input a quest name, type and zone in [...]
Tags:Visual Basic Questions | 46 views
HI Friends,
I m Working In Vb.net ,I m Using Datagridview in My Form, If There are 4 cells in datagridview ,& i have to check the condition that, to which cells user selecting, that is cell 0 or not, how can i Know this
Please Help Me .
Tags:Visual Basic Questions | 46 views
Hi Friends,
I M Working In Vb.net, I Want that, to which form i m opening that must be top,while i don’t close that,i could’nt open any other form,for this i m doing topmost=true(Property of form) ,& It ’s working also but that is not showing the messages which i used in that that form
So [...]
Hello everyone. I have a small problem. I have a Streamwriter writing things to a file. But when i write more than one thing, the previous item gets overwritten. I.E. Write 1111, Write 2222. 1111 gets replaced by 2222.
Here is some of my code:
Dim fileOut As New IO.StreamWriter(fileName)
fileOut.WriteLine(userId)
[...]