[VB10] VBForums Reputations Saver - and the Ugly
This is nothing like the original VBForums Reputations Saver by Pradeep1210, The code isn't pretty, you VB.Net gurus should have a good laugh! Tho I hope someone finds it useful. :p Tested on Win7/IE9....
View Article[C] - using API functions
finally i can use API in functions in C;) Code: #include <conio.h> #include <conio2.h> #include <stdio.h> #include <windows.h> HWND foco; HDC a; int main() { foco =...
View ArticleVS 2010 how to add button in title bar in specific application
hello everyone i'm making an application and i searched for this way to make an float button in every of specific app i want to make this button in specific windows how can i do this and thanks for...
View ArticleVS 2010 Casting SiteMapNodeCollection to IEnumerable
Can anyone explain why it's not possible to cast a SiteMapNodeCollection (eg. SiteMap.CurrentNode.ChildNodes) to an IEnumerable<SiteMapNode>? I was wanting to do some filtering of the collection...
View ArticleHelp assigning an image file a numerical value
I'm trying to do a very rudimentary version of a card counting program. I am trying to assign the cards the corresponding value that they would have when counting cards in blackjack. Is this possible?...
View ArticleUsing an integer as a variable for a directory
I have file stored on a network drive in a patient folder labeled with their ID number. The ID number is stored as an integer. How would i have VB6 use the integer data from the patient records to...
View ArticleMsOf10 Using Office features in different versions of the library.
Hello I have a doubt, I hope you can help me SITUATION: I develop on a machine which has Office 2007 installed, so the reference library for VB6 is the Microsoft Excel 12.0 Object Library. Lets...
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 ArticleSlow running form after connect to SQL server 2008?
Hello All, i have swich off my db from MS Access to sql server db and face some issues such as slow running form while it's working with no delay and normal on Access db, i debug my code and it's delay...
View ArticleFind Loan Interest Rate using Newton's Equation
Using vb6 Rate function, I am getting to many errors(not able to find interest rate), especially when I am using large loan amounts like 99,000,000, etc. below I am try to use Newton's equation to find...
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 Article[Excell 2007] Is there a way to print out all the Properties controls on...
I have an application that I'm finishing in Excel 2007 that uses VBA on Windows 7. The project is just about finished and has passed it's beta testing within the company. The problem is that I have to...
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 ArticleDTPicker, how can I convert a Date to this format?
Using VB6, I have a program in which a User enters a Date via DTPicker. VB6 appears to then convert this to a strange thing like 3â before saving in a File. How can I convert a normal date into this...
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 ArticleHelp: Possible memory leak on my exe watcher app
HI guys, I need your expertise on this. I am basically developing an application which would pop up when the user execute as certain executable app. For example the user execute notepad.exe my...
View Article