multiple

  1. F

    Search function

    Hello to all. I am newbie here so I would like someone help me with my first project. I need to make a search in the grid view depending of multiple fields criteria. I have 4 ftexboxes: textbox1 textbox2, textbox3 and textbox4. I have one gridview with data from access database. This is ok...
  2. M

    Insert into single column multiple textboxes from WinForm

    Hi all, Maybe You will find a solution - how to save (insert into statement) multiple textboxes in one column in SQL table? Well, what I have is a winform with 20 textboxes (each is for one metric). Table is build like: Team | GSDate | GSGroup | GSMetric | GSValue |...
  3. N

    Using multiple XNA areas in a Windows Phone Silverlight and XNA Application

    I am currently working on an app that uses the "Windows Phone Silverlight and XNA Application" template. I am new to XNA, but I have managed to get it to do most of the things I want. However, I need to show these things in multiple places on the same page in my app. Because I am using the 3D...
  4. B

    Question Datagridview with multiple text

    Hi all I have a vb.net project that connects to a sql database. I have a form that contains a datagridview for the database. The database itself contains many different columns (e.g. customer name, serial number, cust phone number, current status) I am concerned about the current status column...
  5. PMac

    Question Adding multiple text files to project

    Hi all, I'm new to this forum, but I've been using it for quite some time for help with the project I'm working on. I'm quite new to VB.NET as well, so pardon me if some of my questions seem a little basic.. In the project I'm currently working on, there is a part where the user makes...
  6. R

    Dual Screens

    How can I check if a computer has multiple screens? And is it possible to move form to other screens aswell?
  7. M

    Question How to Login to multiple sites(POST method and referer)

    hi guys, This is my first post. I've followed this tutorial and i want to modify it a little bit. And the author, i think is very busy. Here is the code he got: Imports System.Net Imports System.Text Imports System.IO Public Class Form1 Dim logincookie As CookieContainer Private...
  8. S

    Sharing Structures of Arrays in multiple MDIchilds

    Hi All, Thanks in advance for any help given. I have created an MDIparent form and a MDIchild. There is a button on the parent which makes multiple 'clones' of the child form, each time its clicked. I also want (maybe with a module) a set of variables, and array of a structure but these are...
  9. M

    Question How can I track changes to a database table

    Hello! I hope somebody can help me. I have a MS SQL database with multiple tables, where one of the tables is really important. I have several clients simultaniously working with this table and the data should be consistent between the clients. How can I make sure all my clients no that data...
  10. E

    Multiple key events at same time?

    How can i code my application so that it can handle two sets of key events at the same time? For example, if I was making a game where one player used the WASD, and the other the arrow keys for moving, how can i make it so that both can move at the same time? The code I used only allows one to...
  11. robertlbryant

    Printing Pages Problem

    I have been struggling with printing multiple pages from a list box. It seems to go fine for a page, but then the index seems to reset to 0 when I step through with the debugger, causing each page to be an exact copy of the first page. Can anyone spot why this would happen in my loop...
  12. V

    Question Change one character to multiple characters

    Hi, I'm Vis15. I am trying to create this simple function that changes one character to multiple characters multiple times. For example if I have a string "abcde" I want the end result to be something like: aXcde aYcde aZcde abXde abYde abZde aXXde aXYde aXZde aYXde aYYde ... Here is what I got...
  13. H

    Question Choosing the amount of times a loop, or sub should occur

    I have made an app that the user has to type a number, and i want the process for the app to do this how evermany times the user wishes it to do. for example, the app is ment to create a line in a text document, so they write in textbox1 what they want written on the line, and then in textbox2...
  14. S

    Question Multiple selection ListBox click order

    Please, I need help. How would I display list items from multiple selection listbox in order they are clicked? Thanks?
  15. B

    Single event handler for multiple instances of one object

    Hello, is there a way to create a single event handler for multiple instances of one object? For example, I have a custom class "myObject" that contains one event that is fired through some user input. Then I create an array of objects: class myObject public event someEvent end class...
Back
Top