visual basic 2010

  1. R

    Question Using GetElementById (without web browser)

    Hi all, This is my first post in here. I am trying to create a code to get HTML data from the web (without using a web browser element), creating a local variable to store the data and being able to parse it later on using the GetElementById method. The problem is that I am getting an error...
  2. T

    Loading an html file in a webBrowser

    I am trying to load an html file in my resources folder using the webBrowser;however, I can't find out what the code is for this. I have been searching online for the past few hours and cannot seem to find anything.This is what I currently have that works but I want to load the page so that the...
  3. edinet

    Question restaurant tables design?

    how to create this design in visual basic 2010 express ,,, points nr are restaurant tables,,with this form i want to customize them......app running non in visual basic sorry for bad english i hope you can understand me
  4. Y

    Question Visual Basic Noughts and Crosses game

    Hi Everyone, I am stuck on how to begin coding a Noughts and Crosses game in Visual basic 2010. I am required to use a 2-D array. Can someone help and give me guidance to start please? Would be very much appreciated. Thank you. :05.18-flustered:
  5. H

    I have Inventory prject but don't know how to start

    Hi friends. I have to build a inventory database but don't know how to start and where to go. I need a respected teacher who guide me. Please reply me if you have experience and wanting to guide me. Thanks in advance.
  6. P

    Question How to use an Items Collection Editor on a custom UserControl (.Net 4, Winforms)?

    I created a UserControl that contains a custom ToolStrip Control. While using the UserControl throughout an application, the ToolStrip control cannot be accessed directly, as logically it's embedded in the UserControl. So, to access the items of the ToolStrip I defined a readonly property in the...
  7. P

    Question Problem in ToolStripComboBoxItem arrow paint (VS.Net 2010, WinForms).

    I am rendering a toolstrip with a CustomRenderer that inherits from ToolStripProfessionalRenderer. The concept is that I want the color of the arrow of the toolstrip items to be white in all cases except selection. When it is selected the color should be black. In my code below all arrows are...
  8. P

    Question Problem in ToolStripProgressBar painting (VS.Net 2010, WinForms).

    Ensure ApplyVisualStyles is enabled in your system. Place a ToolStripProgressBar on a toolstrip, run your application and minimize the form. Now change the theme of your computer to Windows Classic and restore the form. See the interior of the ToolStripProgrssBar becomes black. It doesn't even...
  9. P

    Question Problem in inherited form (VS.Net 2010, WinForms).

    I built a ClassLibrary where I have created my custom form component (let's say MyForm) that inherits from the Form class. I added the ClassLibrary to my actual WinForms project. Now when I add an inherited form to my project from MyForm, its Text property remains blank by default. I even tried...
  10. D

    Restart Button Question.

    I have a question that I have been wondering for a while now. What is the command to restart the program if there is one. It would be greatly appreciated if anyone answers with a solution to it :joyous: . Thanks Ahead Of Time, Derek
  11. I

    Infinite Redraw Loop with "Program not Responding" Message

    Hello Community, I have an urgent problem to which I would appreciate quick replies. I have written a program for a school project which graphs mathematical equations. Within Visual Studio (in debug mode) everything works perfectly. However, when I publish the program and run it as an installed...
  12. A

    Question Publish Access database based application using VB2010

    i want to publish access database based application using visual basic.. the thing is i do not want my database to be appeared in the installation folder so that user/client wont have access to it... It is for window application.. TQ
  13. J

    Question Comparing Multiple Querys

    I am using Visual Studio 2010 and Microsoft Access 2007 I am not sure of the best way to describe my problem, but here goes I have a query (PartsQry) in access that has 6 columns (ID, KYWD1, KYWD2, KYWD3, KYWD4, KYWD5). The KYWD columns hold various keywords that are specific to the ID. In my...
  14. N

    Question Problem with Dim x As Object

    Hello I want to summarize this code because it is too long: Dim Ad2 As Object Dim Ad3 As Object Dim Ad4 As Object Dim Ad5 As Object Dim Ad6 As Object Dim Ad7 As Object Dim Ad8 As Object Dim Ad9 As Object... To...
  15. J

    Question When Trying To Open My Email Program On Other Computers, It Wont Open

    I got my last problem to work but now i have a new one. My program works great on my computer(where i made it) but every other computer i try to open it on it gives an error message. the program doesnt even come up just the error msg. Ive tried it on 2 computers that both have .net with no luck...
  16. J

    Question Visual Basic.NET with SQL help!

    Hello everyone :) Okay, first off I'm kinda new to programming. Still in the learning phase. :) Started by learning some VB.NET. I've been creating this little program. It's a school/institute managment system kind of a thing. not very cool though. hehe.. Anyways, I'm having a little trouble...
  17. G

    controlling user access

    hello.. can anyone help me with this problem? how to create different redirect to different forms based on the role of user? For example, the system identifies the person login as "basic user" and redirect to "form 1", where the "premium user" will be redirect to "form 2" and "admin" will be...
  18. G

    How to avoid child forms overlapping in MDI?

    i'm a beginner in MDI form. i created a MDI form with buttons and child forms. when i click the forms continuously, many forms will be opened. how to avoid forms overlapping, in other words, duplicate? thanks :) *when i click the button continuously.
  19. L

    Question Remove Row from a DataGridView

    I have in my project a DataGridView with 7 Cells (columns) and one row. When I'm leaving the last cell i want to do two things A) write the data in a SQL table and B) delete the current row in order to bring the control to its initial state. As for the write issue that is goes well but when I'm...
  20. M

    Start with programming in visual basic

    On this webpage , you can find some information about vb.net :D http://www.startwithprogramming.dichets.be/
Back
Top