10,989 Topics
| |
I currently have two stopwatches ( running in a VB 2010 program. What I would like to do is combine their values together and have their results outputted in a string formatted as 0:00:00. I tried the Add method and the + method but this fails. This is in short … | |
I figured I'd ask this here before I go back to other sites. I'm trying to dynamically create a set of stopwatches and buttons. Each stopwatch will be controlled by a button which is also dynamically created. However, each time I code it, I always ended wiring both buttons to … | |
Hi, I am learning about the search capability in an array. I wrote a code that stores three names (first & last) and I want to: - Make the user select a number (from 1-3) by using a (combobox) - If the user select the proper number then a message … | |
Hey, I have to build an addition calculator. in the application interface should have a label on top which displays the number you clicked then under the label a running total label and then under than there should be a keypad with numbers from 0-9 and a plus sign. my … | |
hi. im currently making a program. and im having a bit of a problem with checking if inputs on my text boxes correspond to the one im requiring the user to input. see. i have three text boxes. i only allow users to input q,d and n into each textbox. … | |
How to make a tabbed web browser that uses Webkit.Net in WPF? And if possible, please include codes. And by the way, is it possible to embed a javascript engine in vb.net? | |
Dear All. I have developed College management system ,and using VB6 tools as front and MS Access as database ,I want to generate autoID of students according to their technologies,for example for Electrical....... 01ELE,For Computer ....... 02Comp ,for Civil.... 03CL etc or Pls Give me suggestion t o create new … | |
I have read other posting about this and I can not figure it out. Application runs fine on the computer that I used to create it. The application has 3 functions: Button1...locate and preview an image file. Button2...creates an email with html link...creates an html page file...ftp's the image and … | |
Hello everyone some time we delete the files and folders but they cannot delete it say the file or folder use another system process or Access denied please help me and give me any code of vb6 i want to unlock files and folders Thanks | |
Hello I have made a smal databas but some where I have got a error when I add a name surname (jones), forename (roger), phone 34567 it is ok but the problem is that when I edit another one with same surname(jones) and a different forename (david) same phone then … | |
I know how to attach image file to an exe. we can do it using picture box or image tool and picture property of it. now i want to know is there any method to attach mp3 file to an exe? we can use application path method. but in that … | |
I have been looking into event handling with C# and Silverlight and I can't seem to grasp it. I'm simply trying to get this adding event handlers in managed code example to compile from [url]http://msdn.microsoft.com/en-us/library/cc189018(v=vs.95).aspx[/url] I keep getting the errors "The name 'TextBlock_MouseEnter' does not exist in the current context. … | |
hello guys i have a database with tblblabla and column agent_id, name, regis_date, expire_date [COLOR="Green"]agent_id , name , regis_date , expire_date[/COLOR]-->COLUMN HEADER [COLOR="Red"]BLA-1 , SAMPLE , 1/1/2012 , 1/1/2013[/COLOR]-->COLUMN DATA and i have a notification-form that check either the agent is expire or not if the agent is expire it … | |
guys I have a program that i am working on and I want to know how to change the background color of a sstab control to white i am using vb6 here is the program: [CODE] 'Put the code in form1 Option Explicit ' ********************************************************************************* ' API Declarations... ' ********************************************************************************* … | |
Hi Coders, Once again I feel I need your help/assistance. I have been trawling the net and forums for a simple way of automatically updating a newer version of my application from a network share. Everything I have read pertains to an update from a web site. This is possibly … | |
Hi, I am totally lost and I went through a lot of sites about searching within an array, but I could not find any clues. I created the following array : Private LetterArray() As String = {"A", "B", "C"} and I don't know how to get the target letter from … | |
hi! uhm. can anyone please help me out with this program im creating. its a automaton simulator. im having a problem with my way of presenting the simulation. my automaton accepts strings (0 and 1). the user then inputs any string from 0 and 1 ( eg. 000111 , 0101010 … | |
Hi, I am trying to add (Push) whatever the user enters in (MyStack) into 5 different labels that should show the (UserResponse). The problem is I don't know how to display each element in a different label. For example: - The first element that the user enters (UserResponse) should be … | |
guys hello i have database with table name tblAgent with a column agent_id and a vb6.0 form add-agent i want to generate id everytime i open form and everytime i added new data it refreshes the ado recordsource and fetch the max(agent_id) and +1 to increment the agent_id now i … | |
Hi All, I have the attached worksheet. I wanted to copy the IDs from Column A to Column L but only after comparing it with what is already in Column L and excluding anything already in L from the copy selection e.g. Column L already has ID 877104 so it … | |
Hi All, Here i want to disable right click on textbox. Please help me to do this. Best Regards Neji | |
I want to stretch an image in picturebox. Is there any property to do it? In VB.NET there is is a property called "size mode". we can change that property to "stretch image". still i couldn't find VB6 property to do it. Please tell me the property or if there … | |
Hello all, zoidmaster here. I have a question regarding Visual Basic and deleting lines of text from files. I'm trying to make a piece of software to manage customers who walk into a store. I got most of it written already but the problem I'm running into is deleting some … | |
Hi everyone, I have been working with VB6 for about a week now, so I'm still a newbie. I have a pretty big project coming up and I have a question relating to the capabilities of VB6. I want a GUI that has a "Model" tree on the left, and … | |
Hi, I wrote a drawing tool program by using vb6. I scans a big house plan (A3 size) and load many little pictures as the element of the house. The user can manipulate the house plan and saved it back. I used normal vb6 method to load and save the … | |
I'm designing a software that will help novice Google users get the most out of it. The software takes-in the query, parse it, optimize it and send it to google.com for searching. What advice do you have for me. All advices are welcomed... | |
I am desperately needing the assistance of people who understand VB and issues with programs written and compiled by incompetent programmers (me). Desperation compels me to throw myself on the mercy of the VB community of people who know what they are doing in the world of code writing; desperation … | |
I originally have a Visual Basic 6 App on my PC, and tried to update it with SP5, but I got a failed installation. And after that, I wasn't able to use the VB6 app again, because it gives me an error. I tried to uninstall it but cannot see … | |
Hi, I am trying (Push)add data into my stack (length of five) and (Pop)delete from the end of my stack. I need to know how can: - Add the elements to the stack with keeping track of adding and deleting from it (adding an element will increment until 5 and … |
The End.