where do we post VBA code snippets?
Since I came here I've been helped so tremendously good that I've been able to use that knowledge and build some nice dynamic workbooks I believe have functions everyone could use. Where in this forum...
View ArticleWebResponse/Request
Hi Can anyone tell me how I can Get a file via HTTPWebRequest from a URL? Thanks
View ArticleReturning zip code ranges for a rep
Hi I have an Excel workbook with 2 columns (Zip Code and Rep). I want to show the data so that for each rep I can see the range of zip codes. For example. This is a sample of data; Zip Rep 1001 4108...
View ArticleWhere can i store a string ???
English aint my first language. Hello, Im working on my chat server/client again, and i want to create some kind of "history" I mean, To save the old conversation. So i thought i could save the textbox...
View ArticleHow to put result of SQL in textbox - VB
How can i put the result of an SQL query in to a text box. So far i have Code: Dim SetTextBox as Recordset Dim sSQL as String sSQL= "Select animal_no from animal where owner= ' " Set prsSetTextBox =...
View ArticleVS 2010 Webbrowser click nameless and idless button
Hey. Loooong story short. How can i click the name- and id-less button on this site? www.chatzy.com I have coded my program to fill in the textboxes. But how to submit? Thanks :)
View ArticleHow long have you been programming?
Also, how long did it take you to feel comfortable with understanding it?
View ArticleVS 2010 [RESOLVED] Problem filling a word template from vb
I am filling a word template from vb and found the following example: http://www.vbforums.com/showthread.p...late-from-.NET My template looks like this: <full name> <postion>...
View ArticleVS 2008 vb.net 2008 sql reader Yes/ No column
I have a program that reads a SQL Database line by line when the program access's the database it sorts a column of 1(yes)/0(no), decending, i am trying to get it to stop reading whe said column...
View ArticleCopy directory from hard disk to textbox
I am creating 1 textbox and 1 button. A button is open a file contain database (.mdb) and textbox is shown the directory. Example : C:\ TEST.mdb I want to copy the directory in the first time and when...
View ArticleUpdate Statement
Hi, I want to update my statement to read 2 values from what is available - 1) user_full_name (concatenation of firstname and lastname) eg., firstname = John lastname= Smith user_full_name = John Smith...
View ArticleExit VB-Scritp after Time X
Hi, I'm using a very simple script to change the computername in Win7. But if the User didn't enter the new Computername, the scipt never stops. How can I exit the script after a specific time?? eg. 10...
View Articlechange the form shape to Form.BackgroundImage "PNG Image"
help me please, i fond this code to make the form without background color and show the background image, and this will make the image look as good as the png quality but the problem is, the form will...
View ArticleLaptop Choice
A quick question for all you hardware gurus: if you had a choice between three laptops that were pretty much identical in terms of graphics, HDD, RAM etc, which of these three would you go for: Toshiba...
View ArticleVS 2010 Slow Parsing of HTML using MSHTML (VB6 Much Faster)
(Edit: VS 2010) Hi to all I'm in the process of migrating some code from VB6 to VB.NET and one of my routines is a simple MSXML page request that i then load into a HTMLDocument for parsing. The old...
View Article[Resolved] populate a listbox with a built string based on an incremental value
Iam trying to populate a listbox with values read in from a flat text file in this sequence AA AB AC AD AE and so on at least until I get to EZ The code is suoppoed to add numbers to these string...
View ArticleProblem in highlighting selected item in ListView
I'm trying selecting listitems in ListView control programmaticall. Items are selected but the background is not blue color but grey color and become blue if it get focus. How to make it highlighted...
View ArticleCounting Vowels (coding assignment)
I need a little help with this assignement. I have to create an application that counts the number of vowels in a word of phrase entered by the user using the textbox. I got this assignement done with,...
View ArticleHelp writing sub process to search through a structure. Very basic coding.
Hey everyone, I am looking for some help with some basic coding. I am new at VB and I am having trouble writing a sub procedure that is capable of searching through my structure. Any help would be...
View ArticleMenus Not Always Dropping
I am experiencing a problem with the menu bar on the application I am developing. This application's menu structure is defined completely through the database. The menu bar and sub-menus are created...
View Article