Print Form Alternative?
Hi there! I have a form that puts bingo cards on it. There are 6 cards on it, which take up a fair bit of the screen. The last 2 cards unfortunately make the form too big to fit on the screen height...
View ArticleProcess.start - Easy Question
I'm confused as to why my process.start works perfectly fine with http://www.google.com/ but if I try http://www.pandora.com/ it doesn't load the page at all. Why does this happen? Also when I try to...
View ArticleVS 2010 Loop combined with timer
I'm trying to write a program that performs actions when a corespondent timer is finished. And then loop it all until stop is called. There are several different actions, that need different time...
View ArticleMsOf10 Addin Caption
Hi I'm writing an Addin for Outlook using VB.Net 2008. The Addin is working correctly and I have added a button on the menu. When I fire up Outlook I move to the 'Add-ins' tab and see my add-in with my...
View ArticleVS 2010 Custom Currency/Decimal Format
I have searched and found various methods for formatting as a string decimal values but cant fine one which covers all my needs. I have to display a decimal value (a financial money figure) i.e....
View ArticleSet goals. Write them down. Every day.
Set goals. Write them down. If you don't have your goals written down, why not? If you haven't set goals at all, why haven't you? Re-write your goals, if possible, once every day. If that's too much to...
View Articlevb 2102 - list/recurse empty folders or folders with specific files. Complete...
Hello everybody, I am stupid... I mean simple. Please answer accordingly. 'Comment your code'! [Problem] I am trying to use my Windows Desktop form to display a list of 'empty' folders and sub folders...
View Articlegeneral high-traffic website building inquiry
Hi all. I've been out of designing for a few years now, so I'm pretty out of touch. I'm thinking about launching a new website that will hopefully have a level of traffic on par with this one. What I...
View Articlehow to generate an Excel 2010 histogram from VB.NET...
Hi. I have tried the code below: HTML Code:   Dim xlApp As Excel.Application   Dim xlWorkBook As Excel.Workbook   Dim xlWorkSheet As Excel.Worksheet   Dim oAddIn As Excel.AddIn...
View ArticleStructure -v- UDT (in vb6)
Hi I am starting to convert a large vb6 program to dot.net. I am starting with structures of my data files. In vb6 I had (as an example) Public Type Bloggs BusName As String *30 Postcode As String *6...
View ArticleHow to use localhost
Below code..... Winsock1.Connect localhost, 1234 localhost is empty. I thought localhost was available with the address of your local machine. EDIT: Never mind. It's not localhost; it's "localhost"
View ArticleListbox and Binding Source
Any one mind showing me how to properly use a listbox and a binding source so that on load up after being closed the listbox items remain the same before it was closed? I want to learn how to do this...
View ArticleVS 2010 Testing functions
In VS2012, Visual Basic.NET, when creating unit tests, if I have a function that I have created that works, and is only used once in code, and I am never going to edit it again, should I still create a...
View ArticleFailing Function With IF ELSE In It - Why Does It Fail?
I have the following code in one of my pages... It is supposed to see if any of the INPUT boxes are left EMPTY, and if they are, it should put back the standard text... Why is this not working (in IE...
View ArticleAdmin: I need a freelancer for a recurring project
I need a person interested in making $100 a month (US). This is a project to do some searching on the internet to find Cloud-based applications that have been created. The person will then help filter...
View ArticleVS 2010 Can someone use a DLL if it's code is obfuscated?
Just wondering, if I obfuscate my DLL, I know it's code cannot be extracted, at least not without some great knowledge I don't know, but anyway, that's not the point. Is it possible to just use that...
View ArticleOrphaned multi-group header HELP
I have 2 groups set up like this: GH#2a --{Bid.GroupDesc} GH#2b --{Bid.GroupDesc}/{Bid.SubgroupDesc} Continued... //This is used in case the subgroup details carry over to the next page. GH#4a...
View Articlewebmaster google and bing set keywords?
Hi, am i right to believe that i cannot set keywords with the webmaster tools of google and bing. I was able to identify my site content before webmaster creation.Is it possible now? Thanks.
View ArticleVS 2010 Adding/Removing from separate forms
Okay so im making a system were you can add/delete users. On the main form i have the "pick user: *combobox here*" on the add user form how would i make it so when i type a name in the textbox and...
View ArticleTrouble parsing JPEG tags
I'm working on a project to be able to automatically detect JPEG files embedded in other files (such as game resources). In the absence of knowledge of the resource file format, but with knowledge that...
View Article