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...
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 |...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.