VS 2010 Silo Cylinder in VS 2010
Make a silo cylinder and fill with color red between 0 to 100 % level and manipulate the level with a selectable % value beside the silo by a simple drop down arrow. Can i ask about this one? 1.) What...
View ArticleNeed a backgammon ruling
Im having a dispute with a good friend :eek: over a backgammon rule and maybe this worldly community can help resolve it. I have found some reading on it that supports my position but nothing...
View ArticleAuto response only for list of people
Hi All, I hear very good abt VBForumns. Hope someone can help me on this. I have tryed lot of ways to find VBA code for auto response for list of people/recipients. Can anyone help me on this? Thanks,...
View ArticleVS 2010 How to check for existing items in a list of a public structure
How can I check a potential new record against existing records in a list? I have this code. vbNET Code: Public Structure EmailDetails Private _ItemID As ItemId Private _from As String...
View ArticlePrinting problems with dot matrix printer
I use the printer object to print from my program. My program works fine on all printers except a dot matrix printer (Epson LX 300 +II). Sometimes (but not always) the printer uses the wrong line...
View ArticleHow to exit the process as soon as the ESC key pressed?
Hello All, How to exit the process as soon as the ESC key pressed? Code: private void myProcess(string dtfrom, string dtto) { try { string sql = "SELECT...
View ArticleRunning exe file using vb
hello guys, could anyone help me, because i want to run exe file like an installer file using vb. for example, if you click commad button 1 , it run the file like visual basic setup, command button 2 =...
View ArticleVS 2012 Making a secure game launcher?
I am trying to make a new launcher for my Unity game. The issue is if I use Shell("game.exe") people could just skip the launcher and go open the game itself. Is there any way to bind the game and the...
View ArticleRESOLVED (Finally!!) Sleep Command at Form load/initiation
I want a very simple 'timed messagebox', but with huge fonts. All searches say to create your own, instead of using a timed messagebox (native messagebox with this code to create/use which does not...
View ArticleHello Friends - Introduction Here
Hello Friends, My name is Nile. I was born on may5 1985. I had completed masters in computer. I got promotion and Now I will work as iPad Developer. I have completed training for iOS development and I...
View ArticleVS 2010 Could not load file or assembly.....given assembly name or codebase...
Hi I want to start debugging a simple windows form project in visual studio 2010 that I created but I keep getting the same error message on different projects namely: Error while trying to run...
View Article[Javascript] Loading data based on URL?
I have an Enjin website and they allow near unlimited pages, but only 50 modules to work with. One of the modules I can use is an HTML module that accepts only HTML & Javascript. One of my pages...
View ArticleMsOf10 [Excel] VBA macro to find mulitple dates
I am trying to make a macro that will find today's date or yesterdays date. I have the code that works for finding one value but is there a way to find one value or another? i.e. find the word "cat" or...
View ArticleMsOf07 [Word] Text Appears if Drop Down Option is Selected
DropDown.zip Hi, I'm trying to automate this paperwork to lessen the workload in the future. In the file I've linked, there are 5 drop down menus (we only care about 3). The three important ones are...
View ArticleVS 2010 Question on a bindingsource position property
I have a form set up to log project field notes. It has 1 textbox 1 DGV, 1 DateTimePicker, 1 combobox, 5 buttons (see attachement for screenshot) I have all the buttons wired up except I can't figure...
View ArticleVS 2012 [RESOLVED] Question on WCF [DataContract] with List datatype
Okay, I have a WCF app that has the following data contracts (at least that are relevant to my problem). Code: [DataContract] public class PolicyGroup { [DataMember] public...
View ArticleVS 2012 stream reader writer
What i want to do is send a request to a listening server which i created and receive it, and then the server will reply with an answer. I am trying to get some mysql database values from an external...
View ArticleVS 2008 closing a form
I have a application that has three forms, form A, the main form, form B and form C. On form's B and C I have a button that allows me to close that form and show the main form A, and the code I Have...
View ArticleWorking with menu bars
I have this code in Excel 2010 that adds a custom menu to Excel's menu bar Code: Dim cbMainMenuBar As CommandBar Dim intHelpMenu As Integer Dim cbcCutomMenu As CommandBarControl Set...
View Article