[RESOLVED] database filtering with first and last name together
can someone write correct syntax for sql command which filter ListView items according to the first and last name written in the same textbox? I have no problems with LastName only. It looks something...
View ArticleRemove file from project without deleting
Hi! This sounds like a stupid question. MSDN reference talks about the option to remove files from the solution manager, but in VS 2008 Express there is no such option. Whereas the MSDN reference also...
View ArticleVS 2008 Can't delete Code!!!!!
Hi to all: I have here a very strange problem that i can't find the razon to the code procceed in that way... The code named 'SECTION CODE OF THE PROBLEM START HERE" is a code for moving a motor, and...
View ArticleVS 2010 [RESOLVED] Memory Leak and iDispose() questions
My issue is when my program is shut down with either form1.close or form1.dispose(), I can hear my computer fan spinning and when I ctrl-alt-del, Task Manager says my program is still in memory sucking...
View ArticleVS 2010 CardShuffle Problem
Hi everyone. I've been working on a blackjack game, and I've come across a problem with my card shuffling function. It works fine for the first four card drawings, but when I attempt to draw more (a...
View ArticleVS 2010 Background worker do work will not get textbox value. What could be...
In my form load A connection is made to the database and a textbox on another form gets filled with data. In the background worker do work I am trying to retrieve that value. Here is part of the code I...
View ArticleVS 2010 Cannot read from registry win 7 64 bit
Hi, I´ve created a program that needs to read from the registry. This doesn´t work on a win 7 64 bit machine. Can you tell me why, and what I need to do? Code:...
View ArticleVS 2010 Get active tab´s url Internet Explorer 10 64 bit
Hi, could someone help me how to get the current url from IE 10? I already have code for previous versions (well, up to 8 anyway), but for the 10 version it doesn´t work. From googling, I understand...
View ArticleVS 2008 Making POS system for school assessment need help with End of Day...
Hey guys i'm trying to get an end of day report that the manager would read at the end of a shift and give the total amount earned at the end of the day would be great if I could get some help. Go easy...
View ArticleVS 2008 How to disable option to enter number as "3e4" for "30000"
I have limited my DGV cells max input value: Code: CType(.Item("width"), DataGridViewTextBoxColumn).MaxInputLength = 3 But if I enter 3e4 (I tested if I could enter numbers only), then this is a valid...
View ArticleVS 2010 [RESOLVED] Looking for 200 from httpwebrequest
Hey Guys, What i'm doing here is after i do an httpwebrequest i am looking to make sure we get a 200 ok before continuing, in the test code i have: Code: '// [GET] REQUEST...
View ArticleVS 2010 Animation of ProgressBar
I was changed color od ProgressBar but animation disappear. It's my code: Code: Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hwnd As Integer, ByVal wMsg As Integer, ByVal...
View ArticleInformation please
Hi, Im new to the site and since a young age I used to program in basic later on then in college I learnt a bit of VB, since then I havent done much programming but I always enjoyed it and now I want...
View ArticleVS 2008 Needs guidance for a logic
Hi. I was buying some butter and bread from the Bakery. When i was done with purchasing, so did all calculations on calculator and asked for the money. I suggested him for an application, so he...
View ArticleVS 2008 ReadProcessMemory to a char array
Hi ! I need help with this thingy, i got a game called gta san andreas, it stores 30 last typed characters (in the gta_sa process ofcourse, only when its focused) to check for cheat codes.Im trying to...
View ArticleVS 2010 I am confused...
How would I make it so that as SOON as you click your mouse on a button or whatever it will activate it instead of you needing to have it UNCLICK on it... I hope you understand what I mean, I have...
View ArticleVS 2010 Printing Entire Tablelayoutpanel Not Just One Page
I have a very simple from, it has a button and a 2 column by 1 row tablelayoutpanel and a printform. When the form loads, a query that the user generated in the previous form pulls images from the...
View ArticleVS 2010 Adding items from Access database to Listbox
Okay, I have a Listbox that is databound to a field in my Access database. It populates fine when the form starts up. Every item in the name column of the database is displayed in my listbox. I also...
View ArticleThree questions about System.Drawing.Imaging
Hi Guys! I have an image array, let say MyImageArray(51) which is created by e.Graphics.DrawImage. For ex: Code: For n = 0 To 51 x += 16 e.Graphics.DrawImage(newImage(n), x, y, width, height) Next...
View ArticleWhy is VB.net considered unsuitable for building an antivirus program?
Hi all, Long time no post. I'm looking at designing a antivirus program, yes, ambitious I know... I have a fair knowledge of vb6, and have recently been doing more in .Net. Most of this learning has...
View Article