Version Control
I have several projects underway and many of them are running fine. But now I'd like to refine them with a little more pizzazz. Once I open the project and make changes to it, my original code it lost....
View Articlevb 2008 getting all listbox items
hello, this is my first post here and is beginning to learn vb2008. I am working on my project now but I came to a problem that I don't know how to solve. I have a form with 3 listboxes and a button....
View ArticleGenerate controls at run time ?
Hi, I'm trying to discover how to generate controls at runtime... I've started a small test project, Sadly I don't really know what I'm doing... I wanted an array of controls but have discovered...
View ArticleVS 2008 mybase.actived infinite loop
I have a program that has a series of forms in it. the main form is called Specdriver, and within that form, I have a button that hides this form and activates a form called frm123 so the user can do...
View ArticleHow to populate TextFields of Dispayed 3rd party WebPage with data from my...
I am using vb 2012 express. When the user displays the Name/Address web page of a 3rd Party, I would like for the user to start my program and then Click a button in my program that will transfer...
View ArticleRegex help HTML
Code: Â Â <p id="post-exception" role="message" class="exception notice">Error please check link <a href="http://support.xml.com/articles/1234-this-link-changes">here</a>.</p>...
View ArticleVS 2010 How to add Keydown under all circumstances
In order for me to avoid writing the Code: If e.keycode = keys.control + keys.B then me.show() and writing that under ever keydown event. May I just have it under form.activated or how can it work...
View ArticleVS 2008 SQL Code Executing without Error, Not Writing
I am using a SQL Code to write to the Database based on Data In the DataGrid. It is pulling the Data From the DataGrid Correctly, but Not writing to the DataBase. Here is the code Code: Â Dim...
View ArticleFilter Combobox items
Is there a way to filter combobox items (declared as single) to find which values are greater than an specific given value?
View ArticleHelp with number generating
I need help on coding this or help with VB. I have VB 2010 First GS = Random number 1-60 second GS = Random number 1-60 third GS = Random number 1-60 fourth GS = Random number 1-60 fifth GS = Random...
View Articledefault text and a decimal value in a statusstrip?
I made a statusstrip to display my taxrate on the bottom of the form, code for that was simple StatusStrip1.Items.Add((taxrate)) that displays my tax rate for example it would show "10" or any other...
View ArticleInstant searching via Webbrowsers
Currently I am working on a webbrowser and so far I have a lot of progress and features nailed down.. But I am lacking one thing. I want the ability to instant search using my navigation textbox. So as...
View ArticleHow would you do this?
Hi All, I have a program that I'm making and it will have well 7 different "addons" or extras that can be purchased. this number will likely increase. The way I'm going about it (as i don't know any...
View ArticleVS 2010 Passing char array to a C++ library from a VB application.
Hey folks, i have a library exporting the following function: Code: void SCDocumentString (void *scHandle, uint32 docId, uint32 offset, uint8 *outKey, uint8 *outVal) Code:...
View ArticleMobile Emulator Woes
Hi Guys I ran into an issue with the Windows PPC emulators over the last few days and can't for the life of me figure out what is going on. I have been writing mobile apps for years and never ran into...
View ArticleVS 2010 Querying Active Directory Groups using VB2010
Good evening I really hope that someone out there in the forumsphere can help me with something that's been driving me crazy all day. My company (a contact centre) runs a piece of web-based software...
View Articlehelp me please with my final touch !!
I have a music player i have two ways to add files first way is to press add files button and it's ok second way is to drag files (audio files) and drop them into my playlist (listbox1) the problem is...
View ArticleVS2012 - Add Depth to Form Background
I have an MDI application with controls situated on the outer edges of the Parent. Only one MdiChild is opened at a time and is set to DockStyle.Fill in the center of the Parent. I understand how...
View ArticleVS 2010 Detecting adjacent label backcolor
Hello guys! I am making a rather simple game and need some help building the logic. Basically it is a game of strategy (probably not a very good one mind lol!). What it involves is a grid of 100...
View ArticleMy Htaccess Bloc's vB.NET Webbrowser? How can I create Access with PASS and...
Hey Everyone! Edited again: So I have created a simple html Page, and its protected with a htaccess pass and username. Now I dont really wanna share the username and password with anyone, so Instead I...
View Article