10,989 Topics
| |
| I am on VB6. I am using the notiyicon procedure according to Microsoft document : [url]http://support.microsoft.com/kb/176085[/url] All works very well, but I cannot restore the form. It seems to me that it does not fire the mousemove event when the form is minimised/hidden, neither does it show the popup menu … |
Just wanna know how to add all values of a data report column using rPtFunction. Example: [QUOTE] SALARY: DEDUCTIONS: NET: 1000.00 300.00 700.00 [/QUOTE] Haven't tried this one before. Thanks in advance. | |
Hi, it's me again. I got a little problem with displaying thumbnail images. I have a repeater which is containing thumbnail images. Each image will zoom-in to a defined bigger size if we click on the thumbnail. [CODE] <div class="thumb"> <a href="images/<%=request.querystring("div") %>/<%=request.querystring("veh") %>COST<%=reportdate.Value.ToString.Replace("/","")%><%# Eval("page") %><%# Eval("image_link") %>" onclick="return hs.htmlExpand(this, … | |
Hey. im trying to make a screen locker mostly to learn more advanced coding but i have a small problem here i have completely no experience in coding and a friend of mine made screen locker for me but its just a black screen and a small window that ask … | |
Hello, My question is if I have program programmed by matlab and I want program an interesting interface using another program language such as visual basic ,can I do that? Please give me suggestions about programming wonderful interface using matlap or any other language can integrated with matlap because the … | |
Hello guys. I'am trying to make my search program, so that i can load a text file and search it. I used this code for browsing and opening [CODE] Dim streamer As IO.StreamReader Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click OpenFileDialog1.ShowDialog() TextBox1.Text = OpenFileDialog1.FileName streamer … | |
Hello all, VB6 newbie here. I've got a basic form containing a list box, with two command buttons; one to add items to the list, and one to remove items. The two command buttons work fine, but I want to disable the "Add" button once there are 8 items in … | |
hi to all vb6 and vb.net expert! i need help. i want to split the data from a text file and save it to the sql database. attached here is the .txt file and the format.this data is from a chronolog machine im thinking of using string token but it … | |
Hi, I am new member at DANIWEB and looking for help. For some time i tried to find VB6 code for audio level detection. What I need is to read frequency and volume from MIC. Main goal is to build software for my buddy who isi singer, so he can … | |
I am doing a project on Voice Command Application. What Im trying to do here is to instruct the computer via a microphone to execute windows application, like for instance, I say "Open Calculator", calculator.exe will open without using the keyboard. I already installed SDK 5.1. Im planning to use … | |
How can I #1 explode a piece of a pie chart? #2 Write text inside a piece of a pie chart? I'm using MSchart and VB6 Thanks. PS Is there any source code out there to do these without MSchart. That is using the Circle statement. I can make the … | |
Hello, The form i am doing takes from the user the item price, then it will calcuate the subtotal, tax, shipping, and total when the button is clicked. How can i update it so if the user adds another item it will update the subtotal, tax, and total when the … | |
How are you, I created a simple cash register code that makes the user selects the order from different buttons. I have some problem figuring out the following: 1. How can I get the total (if the user selects 1 or 2 or 3 different orders). I need to find … | |
I am getting confused with trying to select an area of a mshflexgrid and copy it to the clipboard. I am clicking the top left cell of the required area, then <shift> + bottom right cell, then clicking a button containing the code: Clipboard.Clear Clipboard.SetText grd.Clip However this only copies … | |
GOOD DAY. Is there any application that would convert my MS Access database to MySQL? It takes time for me to reconstruct my tables in Access to MySQL. If there is/are application that would make my work easier, please let me know. Thanks | |
hi. can anyone here tell me how can i allow certain characters only into a text box. for instance, a user can only input from these three letter (ABC) thank you so much. | |
Say to me some program in VB2010 like : How I record a program by the data and I can retrieve and review later with the knowledge that the program has a Password for access , How to link button in Visual Basic 2010 with file on your computer such … | |
Hi, I'm creating a form application using vb. I'm still new to this and I'm teaching myself via the internet so please don't be too mean. I wrote my code using queries that I created in visual studio. I don't quite remember how to create an update query and write … | |
hi. soo i got this codes off of some site. its for a cool form entry and exit effect. but since im using this in my project i need to know what this lines of codes mean. and i mean every line. the site where i got it from doesnt … | |
just want to know how will i able to display the info description in my list view but the one that appears in the database is its id(using vb.net) | |
hello ! i am working on an application and i want to connect it with mssql database , i dont know about the version of installed mssql server at the pc , how can i get the version of installed mssql server so that i can connect my application with … | |
hi i am working with a inventory project. i want to use Bar code reader. but i don't know how to use bar code reader. please some one help me how can i read from bar code reader and how can i use bar code reader to my project. | |
Hi I am trying to copy contents of an Excel file to another for computation purposes. However, I'm receiving a run-time error '1004' - Select method of Range class failed. Below is my code, please kindly provide some feedback: [CODE] 'Open selected file Dim wb As Workbook Dim ws As … | |
Hi guys i need help i want to move the existing data from table 1 into table 2 how i need to write the query. I tried the select into statement but it did not work at all. So how to do it . Please help i doing this on … | |
Can anyone help me by giving out a complete tutorial on the step by step way a connecting to a database using VB6? | |
Hi and Hello I just wonder where to put the click event of a commandbutton in this code, the command button is for the alphebet and are indexed from 0 to 28 [CODE]Dim startpos, extpos Dim Entry As ADRDATA, NumRecs, i Dim tmpStr As String Dim strDatum As String 'Dim … | |
| Hi, didnt know where to post this so came to my frequent board. I currently have a legacy application wrote in java and am trying to develop a new updated version of the application. The application relies on inputs from encrypted text files, the only thing is i dont know … |
Hi, I'm currently trying to program a sudoku solver. As a beginner I wrote pseudocode to establish what I'd have to do. One of the first things was to make sure each number in each of the 3 x 3 grids aren't equal to any of the others. Here is … | |
Can anyone help me by giving out a complete tutorial on the step by step way a connecting to a database using VB? | |
Good Evening All, I have a big problem; over the summer I worked on a project and completed it. A month later I am receiving errors. For some reason when I try compiling the program, it gives me an error saying "Can't find project or library," Date is highlighted. When … |
The End.