vb Programming Software Development by arudhumbu visualbasic assignment how to draw a multicolored worm! pliz help RTB act like VisualBasic 6 Edit Code Mode Programming Software Development by Kevin1991 I'm beginner for VisualBasic 6, please help me! What VB code should I use to highlight words like "Water Transparency" and "Object" in RichTextBox so it appear just like VisualBasic 6 Edit Code Mode like this picture??:rolleyes: (Automatically change it's color when typing a tag from tag list that can read in mytag.dat(my … Re: Microsoft.VisualBasic.PowerPacks.Vs Programming Software Development by pearl.kumar1 Thanks Pritaeas, But actually i already download and install the link after restart..It will give the same error.But my Idea is I check on c:windows:assembly:Microsoft.VisualBasic.PowerPacks is installed.But our error is ' Microsoft.VisualBasic.PowerPacks.Vs '.Is it i found a right thing.Any suggestion. Use Microsoft.VisualBasic functions in c# Programming Software Development by jellybeannn Hi I'm trying to use the Microsoft.VisualBasic IRR function, but to no success. [code] double[] values = new double[73]; for (int j = 1; j <= 73; j++) { values[j] = C158_Calc; } B162_Calc = Financial.IRR(values, 0.1) * 12; [/code] I'm having trouble in this line: [… Re: Use Microsoft.VisualBasic functions in c# Programming Software Development by jellybeannn Hey, this function is still not working: Server Error in '/calculator2' Application. Arguments are not valid. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.… Microsoft.VisualBasic; IRR function Programming Web Development by jellybeannn Hi I'm coding in c# and I'm usiing the IIR function of Microsoft.VisualBasic. I need values for 6 years that's 72months [code] if (i <= 72) { values[i] += C158_Calc; } B162_Calc = Financial.IRR(ref values, 0.1) * 12; row9["Month1"] = String.Format("{0… where i can download a visualbasic 6.0 and vb.net Programming Software Development by moonfang9909 where i can download a visualbasic 6.0 and vb.net i NEED it foR my thesis. . i hoping for your reply. ..tnx Microsoft.VisualBasic.PowerPacks.Vs Programming Software Development by pearl.kumar1 Hi, I created an application in VS 2008,If i run my application in Client machine it shows an error like 'could not load file or assembly 'Microsoft.VisualBasic.PowerPacks.Vs Version 9.0.0.0''.Kindly refer any link which is easy to download and install. Microsoft.VisualBasic.dll unhandled exception Programming Software Development by mrbungle SYSTEM: Windows 8.1 Tablet, VS 2012 OLD SYSTEM: Windows 7, VS 2013 Enterprise (thanks to my employer) Something is wrong. I never had any errors on my old system. On my new system, I'm getting the following: An unhandled exception of type 'System.Exception' occurred in Microsoft.VisualBasic.dll Additional information: Cannot create ActiveX … weird pop-ups, more Hardware and Software Information Security by Malwarehunter94 Lately I have not been able to run Spybot S&D at all, I tried uninstalling it and downloading a new one but it didn't work. I have also been getting IE pop-ups for henti and some fake anti-spyware program. I was trying to connect my Wii to the internet with the Nintendo Wi-Fi USB adaptor and someone other then me tried to connect using MY … Creating and Writing to an Excel File Programming Software Development by Papa_Don Hello Group, I'm attempting to create and write to an Excel file. I'm sure I've hit the first of many snags. Hopefully you can point me in the right direction. In this first attempt, I'm getting an error code: "Invalid index. (Exception from HRESULT: 0x8002000B (DISP_E_BADINDEX))". The error is attached to this line of code:`… Creating and Writing to an Excel Spreadsheet Programming Software Development by Papa_Don Hi group, I'm attempting to create and write to an Excel spreadsheet with data from a text file. The code is meant to parse each line of the text and place the data into individual variables. I then need to place these variables into the appropriate cells on this newly created spreadsheet. Although I'm not getting any error messages, the … Excel Workbooks are not being completely Closed via VB.net Programming Software Development by Papa_Don Hi group, I'm discovering that my Excel spreadsheets that are being created by a VB.net app I've written isn't completely closing them as they should be. I'm struggling to understand why and how to fix this. Here is the code for the portion of the app that creates the workbook, inserts the data and closes the workbook (or it should be). Do … Problem with preprocessor directives Programming Software Development by skiabox I have a project written in vb.net and I am trying to convert it to c#. I have managed to convert it except from one file. Here is the old code of the file : MyWebExtension.vb [CODE] #If _MyType <> "Empty" Then Namespace My ''' <summary> ''' Module used to define the properties that are available in the My … Re: Control of UserControl components from another form Programming Software Development by Alba Ra Okay, my MindMasterColourForm class looks like this: [CODE] public partial class MindMasterColourForm : Form { UserControlGame ucg; public MindMasterColourForm(UserControlGame ucgParam) { InitializeComponent(); ucg = ucgParam; } private void MindMasterColourForm_Load(… check for certain running processes Programming Software Development by raaif I am trying to check for certain processes that is running and then inform the user of those processes via textbox like "The programs; -name of the processes running goes here- are running" The I am using is [CODE]Dim iIndex As Integer Dim isd As Integer = 0 iIndex = Dialog1.ListBox1.FindStringExact("msaccess&… Accessing C Dll Programming Software Development by Frederick2 This is my first VB.NET post as I'm mainly a C/C++ and PowerBASIC developer. I'm trying to figure out how to pass a struct like so as a function parameter to/from a C/C++ or PowerBASIC dll using PInvoke of course in VB.NET. The struct in C looks like this... [CODE=C++] struct MAXTransItem //whatever... { int iItemNumber; … Re: Control of UserControl components from another form Programming Software Development by Alba Ra YES! Now it seems to function properly! Here the code that did the trick. The UserControl that features the components whose properties I want to change: [CODE]public partial class UserControlGame : UserControl { public UserControlGame() { InitializeComponent(); for (int i = 0; i < … Problem with Dynamic Creation of Components Programming Software Development by Alba Ra This is from a training project. So the objective is to learn how to do a specific task, though there may be better ways to do the same thing. Okay, the background of the problem at hand: It's from my training Mastermind clone. The user has chosen his colours and on mouse click those colours will appear in a separate form (as oval shapes from… Control of UserControl components from another form Programming Software Development by Alba Ra Hello, I am training as a future software developper, so maybe my problem can be solved differently, but for education the following problem is the problem (and not some code with a specific aim). Have have an application (a Mastermind clone) in Windows Forms mode. Everything is inside of different UserControls wich contain a variety of … help closing forms Programming Software Development by Mike Bishop can anyone help me with closing my form. I am getting the following JIT errors See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.InvalidOperationException: Collection was modified; enumeration operation may not … Help with JIT error Programming Software Development by thewilf Hi All, Cannot for the life of me figure out what is wrong with application, when I run on laptop cannot get error to replicate however on tablet which application is designed to run on cannot figure it out. I have a windows form which is opened as an mdi child, it contains lots of combo boxes, check boxes, radio buttons etc... Loads fine however… Need help with SMS program Programming Software Development by Shadow-Illusion Ok i have a textbox named txtingtext_txt and a timer named txting_tmr Kk it works pretty well, well i press the 2 key, a comes up, and if i press it again it goes to b then c then back to a etc... Just like on a phone. There is a timer so that it only will change if you press the key before 2 seconds, if you press it after then it wont shift … Text printing - alignment problem Programming Software Development by ravindransrm Hai to all … I am doing small project this project dot-matrix –text printing method used to print bill , this is my coding bill printing not problem but Bill output not correct align format how to set fixed point poss ion PrintLine(1, Space(1) & "BillNo" & _ Space(1) & " … How to redirect the user to download my files? Programming Web Development by danielc My question is simple: i wrote a program that will allow my user to enter some text and it will produce a wav file based on the input and allow them to download it. I am now in the stage that writting the redirect code to redirect the user to download their wav file. I use VB (asp.net) and use the following code: Response.Redirect("… Re: Control of UserControl components from another form Programming Software Development by Alba Ra I wouldn't mind to know how to do it the way Diamonddrake suggested, if only to learn. But the solution was too simple. None of Diamonddrake's code is need, just when declaring the [I]SlotForm[/I] it has to be done [B]public[/B] AND [B]static[/B] (as the focus changes between different forms). [CODE] System.Windows.Forms.Panel[] … Re: Control of UserControl components from another form Programming Software Development by DdoubleD [code=csharp] // inside your UserControlGame (note I changed your array to begin with lowercase s char) Microsoft.VisualBasic.PowerPacks.OvalShape[] slotForm = new Microsoft.VisualBasic.PowerPacks.OvalShape[GlobalVariables.configsetup[0]]; public Microsoft.VisualBasic.PowerPacks.OvalShape[] SlotForm { get… How to accept only alphabet and numbers. no special characters Programming Software Development by linezero how to validate a text box to accept only alphabets and numbers. no special characters. in vb.net i have tried the following code but it doesn't allow numbers but it allows alphabets only [CODE]Private Sub TextBox2_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles TextBox2.KeyPress If (… Making controls visible in properties window? Programming Software Development by lxXTaCoXxl I'm trying to replicate the visual basic power packs controls (rectangle, oval, and line) so that express users can get a spin of these wonderful graphic controls. However, I'm having some trouble getting the basic properties of them into the properties window instead of just the code editor window. [code]using System; using System.Collections.… Re: Control of UserControl components from another form Programming Software Development by Alba Ra Okay, let me try to see what I may have understood correctly. :$ In my UserControlGame code I change line 41 to include [B][I]this[/I][/B] between the parentheses. And I'll add the code you've started with as, for example: [CODE] public Microsoft.VisualBasic.PowerPacks.OvalShape SlotForm[1] { get { return [COLOR="…