visual basic

  1. yorke_gvg

    Question How do I setup file orientation for documents to print

    I'm creating VB application where i want to print documents, but all of my documents have diffirent orientation, some of them are in Portret orientation and some of them are in Landscame. I have a function where user can print bunch of files, like more then one which have different orientation...
  2. M

    Tip Collection of 26 Visual Basic Hands-on projects + Free source codes

    This book contains the implementation of 26 simple, practical and commercial programming projects in Microsoft VB. Link : Https://sites.google.com/site/itbooklets/VB The following topics have been discussed in each project : 1- Tutorial concepts of algorithms and Microsoft Visual Basic...
  3. L

    Question How to make a text box case insensitive when using to search

    Hello, I'm having a problem getting my textbox to search case insensitive I'm using a textbox to search within a listbox Private Sub tbSearch_TextChanged(sender As Object, e As EventArgs) Handles tbSearch.TextChanged For Each item In lbStoresF.Items If...
  4. S

    Access to webpage

    I have an excel and I am transferring the excel tables to access database.It has lots of calculated fields so i am creating queries in access.i want to know if i connect this database to webpage will the access perform or run those queries on its own behind the scene? As My front end data needs...
  5. S

    .Net Developer Opportunity in St. Louis

    Bullhorn in Clayton, MO is looking for a talented .Net Developer to join our team! As a key member of the development team, the .Net Developer will collaborate with product managers, developers and quality assurance engineers on the specification, design and development of world-class software...
  6. mond007

    Question Create an effective XML Schema for Data Load dilemma?

    Hi I am writing a XML Based Visual Studio application, whereby I need to import a simple matrix of 6 columns by 400 rows of data. The scenario is that the user puts in question number and the application looks up the question and display the 5 columns of the answer in the below format from the...
  7. A

    Question Building pyramid Calculation

    Hello, I am trying to build a calculation that adds up the values depending on the percentage value. So if someone has 120 % attainment he gets 5250 + 1150 , if he gets 140 %, he gets pier for 100% + 120 % + 140% and so on. Goal $115,000 Net Rev Attainment Additional Money Earned...
  8. G

    Copy Visual Basic 2010 project with SQL database to another computer

    I have a Visual Basic 2010 project with SQL database (2008 R2), detached from server. The db was not copied into the project. It resides in the SQL directory. I need to debug the app on this computer and another computer that has VB 2010 but SQL 2012. All are Express versions. When I copy the...
  9. P

    Question Displaying MdiChild ToolStrip into MdiParent during runtime.

    I have an MDI application containing an MdiParent form and few MdiChild forms. The MdiParent has a fixed MenuStrip, a fixed ToolStrip and a fixed StatusStrip. The MdiChild forms have one or more ToolStrips and a StatusStrip along with other controls in them. The ToolStrips and the StatusStrip of...
  10. P

    Available Visual Basic Developer needed in Warsaw, Poland

    Currently, to our team in a recognizable company, we are looking for VB Developer. If you're interested, please do not hesitate to contact me - pm(at)nbc.com.pl More details available on e-mail. Peter
  11. G

    Question Creating pictureBox Array at run time

    I've poked around the internet and this forum and can't get a clear answer to this: I'm trying to get an array of pictureBox(es) to appear on the form. Nothing I try seems to work, so.. any help would be appreciated. I va esomething like this: Dim invaders(4) As PictureBox...
  12. R

    Question Save and load button help for a simple database

    Hi im working on a simple database program for school in visual basic, i need a load and save button for the program. The program loads up the data into a list box, there are 6 text boxes that are used to bring the data to the list box. I just need the save button to save all the data to a .txt...
  13. D

    converting and formatting datetime

    Hi, I am very new to programming in visual basic. I'm working on an asp.net page and I have a value I'm pulling from a sqlserver database named "LastUpdatedDate" this is coming over as a string which I'm then trying to put into a datetime format so I can run a search for that same time in...
  14. M

    Question Value of XML Node is Nothing

    I have a Procedure that is supposed to get the value of an attribute in an xml file. The first 4 times I call the Procedure, it works fine. But on the 5th time the value of myNode is Nothing. I don't think the problem is with the xml file because if change the order of the nodes, I still...
  15. I

    Question calculator textbox doesn't display it

    Hi everyone, i am making this calculator and i already have a source code which i will post later. I have two textboxes, the 1st one(TextBox1) displays the answer while the 2nd one(TextBox2) shall display the equation. The problem is, The 2nd textbox doesn't display it. for example, 1. Click...
  16. C

    Question OleDbException was unhandled. No value given for one or more required parameters.

    Below is my log-in procedure coded in VB 2010 Express. I'm new to programming so this might be an easy solution for somebody. I've got this procedure in 3 forms, yet only 1 out of the 3 forms work. The code has been copy and pasted from the one form to the other, with the only change being the...
  17. cwnonthehill

    Question Parent/Child table's in SQL SERVER?

    Hey guys, I'm new to the forum, so thanks in advance for your time and help!! I will do my best to explain my situation... I have two SQL Tables and am using VB to represent a user interface for adding/editing this data... Below are screenshots of my two tables tblCollection =========== and...
  18. U

    Is Visual Studio the correct IDE to use for this project?

    Hi All I have a project I need to do for work, and I would just like to know whether VB would be the right way to go? I need to create quite a simple program in which our equipment can be booked out to various clients, and then a popup reminder comes up if the equipment is not returned in...
  19. M

    Question Get keyboard keyPress

    Hi, I am working on a windows service application that required to get the barcode reader characters and saving the value in database, I have tried some methods like this one: Processing Global Mouse and Keyboard Hooks in C# - CodeProject But they not working in the windows service app, does...
  20. K

    All Things MQ

    Anybody out there using IBM's MQ Series (aka Websphere MQ) in VB.NET? I am creating this thread for discussion of any MQ-related topic, but my motivation is the dearth of documentation for using the MQAI components in VB. Right now, I can't even find the correct INCLUDE / IMPORT file(s). As my...
Back
Top