VS 2010 ListBox Drag&Drop and Double-Click
I have a list box that I want to be able to re-arrange with the mouse which I have working (needs improved though) and I would also like to be able to double-click on an item and change the text. The...
View ArticleAccess File Hierarchy?
I'm a somewhat experienced programmer but new to visual basic. I wanted to make an application that would show and list all files in a folder and sub-folders of a certain type (.png, .txt, etc.) but I...
View Articlecalculate button display help
Hey everyone, I am pretty new to visual basic and I'm currently taking a Business App Dev class at my university. We have a homework assignment that is not due until monday that im stuck on. Em pretty...
View ArticleCopy
Hi Users, I have a project that requires me to use a href from a websites source code, however the problem is that the href changes depending on what is being done. So I am wondering is there a way of...
View Articlea little problem with scope
i have 2 forms and a module1. in the module1 i define a class windowdata1. in this same module i define an instance of windodata1 Public wd1 As New windowdata1 which should have global scope and it...
View ArticleVS 2008 Struggling with if...then and logical operator
Hi, I have two calculated values for which I wrote messages: If value1 < 0 orelse value2 < 0 then Message1.show end if If value1 > 1000 orelse value2 > 1000 then Message2.show end if This...
View ArticleCounting User Post Count ?
I didn't think this was going to be so tricky. Basically I have two tables in my mysql database (user, comments). Each table has the users id. I simply just want to count how many posts/comments each...
View ArticleVS 2008 Help Listbox Load Item And Auto Check If Item is Contain
Good Day Guys.......... I' am using vb.net Please help me about my problem loading item on listbox from notepad. my notepad have a text sample NotePad: EE0-ITEM1 EE0-ITEM2 ITEM3 EE0-ITEM4 ITEM5 My...
View Article[RESOLVED] User Control, Dynamic colors based on parent form's Forecolor?
How do I make my control automatically match the user's form if they change the ForeColor. I noticed the functionality in labels, buttons, and checkboxes when I was coloring my app. I was going to go...
View ArticleVS 2010 Inner Join two tables and getting their values
here is the code I'm getting the field names in the DataGridView but not the values Code: _string = "select Employer.CompanyName,Employee.Firstname from Employee inner join Employer on...
View ArticleSearch data from a Gridview or Dataset.
Hello Guys, I have a datagridview filled from a dataset on the form load, now I want to search specific data from the gridview using a textbox. I don't want to go back to database again and fill the...
View ArticleZPL code problem with "#"
Hello, I have a ZPL code which prints (123#234)barcode but it is not scannable however when I remove "#" it scans. I have tried 39 and 128 barcode code no success, scanner is MC9090/ MC9190 and it...
View ArticleWhere can I post questions on VB 2010
I'm trying to find where I would post the question, hate to get it wrong but now im lost. Also how do I post code to the site Thanks
View ArticleSql Transaction
I am doing desktop application in C# and SQL Express 2008 R2 i have 1 form in which i have 1 Data Grid and some text boxes their are 4 tables in which multiple records get inserted from the data grid...
View ArticleCrystal report 11 and C#.net 2010
I need your advise on Crystal report Creating integrated reports in C#.net environment is good or Creating reports out side of the solution in crystal report designer and keeping it in a separate...
View ArticlerstSelseat.EOF is always true?
Hello there, I am currently using Microsoft Access 2007 with Visual Basic for Applications (VBA 7.1) and am having problems with getting a certain set of sub-routines to function correctly. Basically,...
View ArticleVS 2010 [RESOLVED] Center ListBox Item (Text)
Is it possible to center a listbox item's text? And/Or possible to have two vertical scrollbars on a listbox?
View ArticlePassing parameters using
Does anyone know how to pass parameter from one procedure to another via an event such as a button click rather than using a CALL statement? Procedure 1 fills a 6 element array with random numbers....
View ArticleCoding website
I know HTML and CSS but I think my coding knowledge is not that good. Maybe I can make something look ok, but I think I have a lot of mistakes. For example here is Website:...
View ArticleVS 2010 Checkbox to Textbox value (total)
Hi all, I have 13 check boxes named cb1-13 they are on in tabpage1 in groupbox1. And i have a "Total" box in groupbox1 Then I have 13 textboxes named dtb1 - 13 they are on tabpage2 in groupbox3 (these...
View Article