Problems with random path generator
I'm trying to create a random path generator and I'm running into problems. Here is what I currently have: Code: Option Strict On Option Explicit On Public Class Form1 Â Â Private grid(9, 9) As...
View ArticleInet contrl vb 6
Hi dears i am new to vb 6. i m developing an application in vb 6 which send sms to mobile through a website. Actually i use htt://www.textpk.text.com. I navigate to main page through web browser...
View Article[RESOLVED] how do you get the direction of a single ball in a box
im tracking a single bouncing ball in a box ,im stuck on how to get the new angle in degres or rads. thanks
View ArticleVS 2010 count the instances of string in an array and display them in...
I have an array like that yankees Yankees mariners white sox yankees yankees Braves mariner braves braves I need to sorty the array using LINQ They will be ordered by the number of times they are in...
View ArticleProblems with PDW msvcrt.dll
Hi, Everything was fine in my program however I packaged my program and I set all the file paths to "AppPath" (i.e. install all program files to directory specified by user) but now the file msvcrt.dll...
View ArticleListbox Database Question
Hey all. Just fyi I am noob to vb. still got alot to learn. But i've been stuck on this situation for a couple weeks now. I'm workin on this program, and its fully functional except the listbox portion...
View ArticleCreate Database using Stored Procedure
Hi I want to create MSSQL Database using Stored procedure & to pass Database Name & Filename as parameters from Visual Basic. Secondly if database already exists then it should give message...
View ArticleVirtual Folder in My Computer
We have a document management system based on MySQL which currently is running through a web application. Currently users need to open the system up and upload the document they wish to add to the web...
View ArticleProject files in windows keep vanishing
Hi I have a project saved but after a few hours or overnight all the .frm files and the .vbw file delete themselves without a trace. I have reinstalled but no luck, wonder if its common? I have a...
View Articlezoom picture
I have googled samples to zoom picture. But when you zoom the picture, the pixel starts to stretched. how to zoom a picture that still the stretching is superfine that you dont destroy the clarity of...
View ArticleI can't show a form
Goodmorning to everybody. In my project there is a MDI Form (called frmMain) and a standard Form (called frmIssuer). Onto frmMain there is a menu, from where I need to call frmIssuer by clicking on a...
View ArticleHelp with Randomizing multiple arrays
First of all, I just downloaded visual basic and never programmed a day in my life before last week. I'm taking a programming class in school and I decided to try my own solution. Basically what I have...
View ArticleSelectSingleNode or Iteration - which one is more efficient
I have decided to use the SelectSingleNode rather than the Iteration to process an Xml file of a few thousand nodes. My hope was that the process is going to be quicker. So far I don't see any...
View Article[RESOLVED] creating an update function
I have a piece of software that is going to be used by people that are not very computer literate. I need to update the software often, so I can't have them trying to download an update and replacing...
View ArticleVS 2010 Multiplication Question Program
So I have to create a multiplication question asker and it generates 2 random numbers as the form loads and puts them onto the form as a question and then a number is inputted into the answer box and...
View ArticleMsOf03 [EXCEL] Concatenating - Convert numbers to read as text
Hi There, I currently have basic code to concatenate a range of 6 coloumns in order to sort 6 keys rather than the limited 3 of excel 2003. The code is - 'Concatenate AC, CCC, WBS, Fund, IO and ID to...
View ArticleVB 2010 MSWebDVD control... how to clear last movie
After playing a DVD using the MSWebDVD control the last scene that was playing stays on the screen. After Stop() I've tried .Eject() & .Refresh() with no luck. Thanks
View ArticleVS 2010 Evaluate an expression in vb.net
Hi ALL, my program uses formulas and prompt users for variables values e.g. Code: Height= "(x*2)-5+y/2" then i do: Code: height.replace("x","5.5").replace("y","9") now how to evaluate height into a...
View Article[RESOLVED] textfieldparser and vbcrlf
Is it possible to parse a text file using the textfieldparser when the delimiter is a vbcrlf? The structure of the file is: A B C There are no commas, and no way to alter the format of the file. Thanks.
View ArticleQuestion :: Vertical Display of Labels and TextBox
Hi guys, I'm sure this is really easy for you. I'd like to know how would you aligned Labels and TextBox in ASP using CSS. Below is my desired results sample:: Account Number [_______________]...
View Article