10,987 Topics

Member Avatar for
Member Avatar for dyahalifda

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, …

Member Avatar for dyahalifda
0
505
Member Avatar for Nailroth

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 …

Member Avatar for Jx_Man
0
129
Member Avatar for cs_1000100

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 …

Member Avatar for Jx_Man
0
173
Member Avatar for Aleksej

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 …

Member Avatar for Jx_Man
0
175
Member Avatar for raheel88

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 …

Member Avatar for raheel88
0
1K
Member Avatar for rhone0809

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 …

Member Avatar for rhone0809
0
443
Member Avatar for jfilipovic

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 …

0
40
Member Avatar for gracey115

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 …

0
27
Member Avatar for themathprof

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 …

Member Avatar for debasisdas
0
576
Member Avatar for kass2112

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 …

Member Avatar for kass2112
0
152
Member Avatar for Alex_2011

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 …

Member Avatar for Alex_2011
0
356
Member Avatar for skyshare

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 …

Member Avatar for skyshare
0
101
Member Avatar for r3su3l0

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

Member Avatar for ali_atif014
0
213
Member Avatar for yeeitsneo

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.

Member Avatar for Cruize_Invades
0
325
Member Avatar for esameisa

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 …

Member Avatar for ChrisPadgham
-2
90
Member Avatar for JustineAubrey

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 …

Member Avatar for GAiXz
0
218
Member Avatar for yeeitsneo

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 …

Member Avatar for yeeitsneo
0
267
Member Avatar for nesnes

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)

Member Avatar for poojavb
0
206
Member Avatar for M.Waqas Aslam

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 …

Member Avatar for cguan_77
0
178
Member Avatar for nipu_haq

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.

Member Avatar for androidz
0
961
Member Avatar for dfs3000my

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 …

Member Avatar for janlars
0
1K
Member Avatar for gingank

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 …

Member Avatar for asad al
0
281
Member Avatar for Awais Ali

Can anyone help me by giving out a complete tutorial on the step by step way a connecting to a database using VB6?

Member Avatar for WaltP
0
104
Member Avatar for bonzo2008

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 …

Member Avatar for ChrisPadgham
0
142
Member Avatar for gowans07

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 …

Member Avatar for gowans07
0
102
Member Avatar for BlackStar0703

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 …

Member Avatar for Reverend Jim
0
676
Member Avatar for Awais Ali

Can anyone help me by giving out a complete tutorial on the step by step way a connecting to a database using VB?

Member Avatar for kannadhasan
-1
141
Member Avatar for INI

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 …

Member Avatar for sendoshin
1
1K
Member Avatar for thedonedeal

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 …

Member Avatar for Reverend Jim
0
172
Member Avatar for thedonedeal

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 …

Member Avatar for thedonedeal
0
391

The End.