Search results for query: *

  • Users: asokfair
  • Content: Threads
  • Order by date
  1. A

    Follow the route - VB game

    I am gonna draw one circle using VB paint. in that circle i want to move the object in anti -clockwise and counter clockwise direction. how can i implement this in C# .net or VB .net thanks, Ashok r
  2. A

    Paint App

    Hi, I would like to create paint application in vb.net.(i need only few brushes and default shapes) But it should draw same like MS paint (windows 7). something like this below ..
  3. A

    Question Serial Port Reception

    Hi everyone, I just created small application in Vb.net. i am trying to read the stream of data from micro-controller and storing into a buffer (16byte) so the micro will update the 16byte data for every 100ms once. I am facing the problem in reception , i could store the data in correct order...
  4. A

    Creating multi threads?

    hi, I am reading serial port values in VB.net , after reading i'm comparing the received values in case statement. based on the received value i want start different process simultaneously. i know it could be possible with handling threads. but i dont know how to create. this i given my normal...
  5. A

    New to Graphics

    Hi , i have been working on VB .Net but i never used graphics in my application. now i want to make better glowing GUI for my application. so from where i can start? what are the supporting library's i need to download? thanks, ashok
  6. A

    Windows Application to send Facebook Request

    Hi, I would like to create application like, when you enter any gmail/Yahoo mail address in text box, application should search in Facebook and if the person is exist it will send Friend Request? How can i do this..? how to search in facebook and send request ? thanks in advance
  7. A

    Running Windows Command line by line

    Hi, I am new to DotNet . Currently i am developing an windows application which needs to run a batch file commands. Long back i have used VC++ code to run an windows cmd using System("...") likewise i want to know, in what way we can run an windows command in VB.Net can anyone help me...
Back
Top