VS 2008 error handling
I am trying to decide whether to use on error goto, or to use a try/catch/finally statement to catch errors. The problem I see with the try catch is that if you have say 400 lines of code, with lots of...
View ArticleMsOf07 [Excel] Automatic font size reduction if data length exceeds column...
Using a spreadsheet with set column widths, is it possible to decrease the font size if the length of the text being input becomes wider than the cell? This would save me the headache-inducing hassle...
View ArticleBest way to update dynamic records
I have a Budget program written in VB6 and it writes to an Access database using ADO. A little background... It is for a commercial real estate firm. The budget uses projected income and expenses from...
View ArticleVS 2012 SignalR and VB/Asp.Net
Has anyone spent much time working with signalR in a VB/ASP.Net environment? I'm working on a project for work and I am having one heck of a time wrapping my head around signalR since every tutorial is...
View ArticleMsOf07 Append Xls Outlook Attachment To Access 2007 Table
Hello, I receive a daily rolling 30 day report in Excel format via Outlook. I'd like to figure out a way to append this data into an Access 2007 table automatically. I've set up an Outlook rule to save...
View ArticleThe Dr Seuss Thread
Welcome my children to my fantastic thread. On creating such rhymes to create a story for Fred. Fred is not dead. He is just red. It is time for Fred to soon goto bed. While he's in bed we shall tell...
View ArticleLaptops? Really?
Maybe this is why they're often called "notebooks" instead. I don't know of anyone who tries to do serious work with a "laptop" perched on his lap. But then perhaps I just don't know anyone thin and...
View Articleneed urgent extract multi string from multiline textbox
need help extracting strings and populate them into list1 thanks html Code: <td class="alt1 username"><a href="member.php?32527-n_tarr" class="username"> n_tarr</a> <span...
View ArticleCopy functions
How do the below three differ? Private Declare Sub CopyMemory Lib "kernel32" Alias "RtlMoveMemory" _ (Destination As Any, Source As Any, ByVal Length As Long) Private Declare Sub CpyMem Lib "kernel32"...
View ArticleVS 2012 How to create datetime parameter?
Hello: I have a form and I want to insert the current time at which the user clicks to insert into the table of my db. When running, I get the following error when trying to insert into my...
View ArticleVS 2010 Get CellValueChanged event by changing dataSource
hi i have a datagridview on my form that bind to a datatable . is it possible to get CellValueChanged event by changing DataTable's values ? for some reasons i must change the dataTable's value instead...
View ArticleTrying to get col2, row1 from a listview control
That is, the column after the checkbox. I'm trying Dim thelistview Set thelistview = Form1.LV1.ListItems Debug.Print thelistview.SubItems(1) Set thelistview = Nothing And failing spectacularly... but I...
View Articlegetting the driver name
how to get the odbc mysql driver name using vb6 programmatically?
View ArticleCrystal reports help
I want to make a crystal report for JobOrder.. 1. the first part will be details of job order - which I can do 2. in details section it should show the services for this job order - this too i can do...
View Articlehello admin! ! !Eyo Inang! ! !Newbie......
hi :wave: im newbie here :D and im glad to be one of the member here :bigyello:,thanks for the opportunity to introduce my self :)
View Articlehow to show Currency symbol like ( $ or Euro ) next to the price in a text
i did a program of expenses now im trying to show each time i do the calc to show me the simbol of a price examlpe: 250 $ the symbol $ nnext to the price tnx
View ArticleLoad a listbox from a textfile?
Hi there! I am working on a school program that will randomly pick a student to ask a question. I have a listbox called StudentList, and I am borrowing code from an older project that loaded a textfile...
View ArticleVS 2008 Code that opens a file from desktop
Hello, I am new to VB and I need a simple code that opens a file from my desktop or any other folder from the computer. Not sure what method to use. Can you either send me a simple code or a link where...
View ArticleDiffrent results in counting by changing languge format in pc
Hello my friends this is the thing just happens to me when i try to change format language to Turkish i just get different results and i just don't know why this happen here is screen shot and my code...
View Article