11,868 Topics

Member Avatar for
Member Avatar for jailani_1

i have started system calculater in vb.net using process.start() method but i want to retrive it s value in textbox , how can i do that

Member Avatar for Reverend Jim
0
987
Member Avatar for jaai

I'm new to daniweb community.it seems to be veyr useful.hope now someone wil definetely help me solve my problem in vb6. I've a combo box that displays the name of the customers and also a text box that must display the number of the customer.. but in my project i'm …

Member Avatar for santhanakrishnan
1
795
Member Avatar for ChadW

I know I'm just missing the mark here, but what I am trying to accomplish is simply adding the results of two text boxes. Example: Form has two text boxes and 1 label The user enters a number (any number from 0 - 10) into each textbox when the user …

Member Avatar for Akbar_6
0
9K
Member Avatar for infoitmanoj

I have 2 sheets in same Excel. First excel sheet contains the following fields No Material 10th july 11th july 1 DATUM DCP ESD Black 2 DATUM DCP ESD Blue My second worksheet contains the following fields No Date Material Stock size+Wastage 1 10th july DATUM DCP ESD Black 283.47 …

Member Avatar for rproffitt
0
313
Member Avatar for Knaven Rey

Hello guy's,can any one here knows how to get the data/logs from biometric using zkemkepeer at real time am using vb6. This code below is just getting all the data from the device.Please help me.Thank You Dim dwEnrollNumber As Long Dim dwVerifyMode As Long Dim dwInOutMode As Long Dim timeStr …

Member Avatar for rproffitt
0
1K
Member Avatar for Yashvanth_1
Member Avatar for KushMishra
0
202
Member Avatar for Alexandre_2

Hello, I was wondering if it was possible to create a software like visual studio (in addition simple, obviously). We could program in vb.net, c ++, etc.

Member Avatar for Reverend Jim
1
548
Member Avatar for Khaliunaa

it means if user insert "n"(number of case) in textbox than click the "Next" button, in datagridview set to "n" number of rows. i don't know what code i use, please help me, please check attach file, thank you so much

Member Avatar for Khaliunaa
0
4K
Member Avatar for Khaliunaa

How to can i do like this: datagridview1.row [i] = input value , and results(calculated) in datagridview2's row[i] = output value. it means input row and output rows are neeb to be same. i need to connect them. please help me.

Member Avatar for ddanbe
0
388
Member Avatar for Khaliunaa

1.PLease help me, How to call input values from datagridview.(unlimited rows) I tried this coding, but it's not working, didn't show any answers. private void dataGridView10_CellContentClick(object sender, DataGridViewCellEventArgs e) { for (int i = 0; i < (dataGridView10.Rows.Count); i++) { DataGridViewRow row = dataGridView1.Rows[i]; groundproperty[0] = Convert.ToDouble(dataGridView10.Rows[i].Cells["Column1"].Value); groundproperty[1] = Convert.ToDouble(dataGridView10.Rows[i].Cells["Column2"].Value); …

Member Avatar for ddanbe
0
745
Member Avatar for Michael_73

please I need codes to design the suduko puzzle on computer. please am a college student and I am just upcoming in programming please can anyone help me out. this is my project work

Member Avatar for happygeek
0
203
Member Avatar for baabjitvk

Hi thaks in advance if I am steered rightly I have created a form in which a combobox and a submit button are present. when i select an integer value from combobox (Ex: 5) and click submit button, those many number of textboxes (Ex: 5) are to be created dynamically …

Member Avatar for rproffitt
0
194
Member Avatar for yosri_1

hi, i want to automate visual studio 2015 from an external VBA to build a solution, and i do not know what should i do , automate directly vs compiler or i should automate IDE, who can help me with advice and source code yosri.bensalah@outlook.fr

Member Avatar for Gadgetbytes
0
745
Member Avatar for Jollyyy100

Hi, i'm using vb.net and i have connected a database to it. As per my interface i should add, delete,go back,go next and save my records. All the buttons work apart from delete. The problem is i do not know the codes for deleting a particular record during the run …

Member Avatar for anashidayat
0
5K
Member Avatar for Regiane

Hello, how are you? My name's Regie, I work for a technology company and recently one of our Developers wrote an article about the new Visual Studio Mobile Center. It would be great if you can take a look at it and maybe send us your feedback! https://blog.uruit.com/2017/04/05/mobile-visual-studio-mobile-center/ Also, we …

Member Avatar for rproffitt
0
394
Member Avatar for erin_1

Hello im having trouble with my code ! we are asked to organize a list of names from a text.txt file the make them show up into a lits box (got that part down :) ) . then from the list box we are asked to create an array and …

Member Avatar for xrjf
0
539
Member Avatar for EF_1

Greetings all, Essentially I am trying to recreate a formula for a column that calculates a cumulative difference between, between differences in data on data from adjacent column on a daily basis. In excel the formula is =ROUND(IF(B4<NOW(),T4,0),2). Does anyone know how to edit the method for the computed field …

Member Avatar for tinstaafl
0
171
Member Avatar for benits

hi guys. is it possible to make a new tables using vb6 and duplicate some field names on the database access 2003. the program were to work just like this. the program can create a unlimited numbers of table that only changes the month date and some field names for …

Member Avatar for davidcairns
0
284
Member Avatar for Irfan_12

My application is developed in visual basic 6 and oracle 11g express is its database. Now we need to make it available on our network for multiple users to use it simultaneously. How can I configure it for the same. What is the procedure to make my application a networked …

Member Avatar for JerryFJustic
0
441
Member Avatar for naazsayed

Hi, i am trying to build Employee Attendance system and was successful in assigning TAGS to employees.now i want to calculate in/out timings of employees and which TAG swapped His/Her TAG without displaying any data to end user. i had tried basic sql query but seems to be not working. …

Member Avatar for rproffitt
0
327
Member Avatar for Cameron_4

I can't figure out why this won't work. Any help would be appreciated! Imports System Imports System.IO Imports System.Text Module Module1 Dim Notes As String Dim Choice As String Dim barcode As String Dim barcodeinput As String Dim No As Integer Dim Notes1 As String Dim Notes2 As String Dim …

Member Avatar for Reverend Jim
0
419
Member Avatar for kishpopboy

I'm Currently working with a payroll system with daily time record.. I'm having troubles with their time records, what i did is this, i created 6 textboxes on the form the 1st textbox is for the AM IN 2nd is for the Lunch OUT the 3rd Is for the total …

Member Avatar for CERTIVE
0
5K
Member Avatar for naazsayed

HI , There are TWO Excel Files in my Program which I am trying to upload to a FTP server and then later Download it and its getting uploaded and downloaded with no error but when i try to open the file i get error message its corrupted or not …

Member Avatar for naazsayed
0
1K
Member Avatar for John_147

i've got code like this naglibog.CommandText = "UPDATE ptransaction " & _ " SET Quantityt = " & mm & _ ", Partial_totalt='" & jj & "'" & _ " WHERE Product_Codet =" & intProduct11_Code & "'" & "'AND soldtime = '" & stime & "'" naglibog.ExecuteNonQuery() libogsya.CommandText = "UPDATE …

Member Avatar for Reverend Jim
0
230
Member Avatar for tin1296

can you please help me in vb6. The program is like this: In the program you want to search a name in the databse. In order to do that you must enter a value in the textbox and click the search command button. can you help me guyss!! geezz thank …

Member Avatar for Jonathan_18
-1
3K
Member Avatar for Emrah_1

Dear All , I am working on a project which will read a 1d barcode by a barcode scanner and once barcode is scanned this barcode will turn to product description and picture of the scanned product on the screen. The aim is to show product details ( use, ingredients …

Member Avatar for kingsonprisonic
-1
410
Member Avatar for Anshul_2

Hey, Situation: * For an assignment, I am making a to-do program using Visual Studio 2015 and Access. Problem: * I have two forms, one is view the tasks using datagridview through labels, and the other is to add the record to the database. * How can I add a …

Member Avatar for ddanbe
0
215
Member Avatar for Bernardo_3

Hi guys. i'm new to this forum and new to programming in general. ive had some classes of vb.net and im just starting to actually play around with vb. im trying to make a program that starts with an image in a certain position (in ths case a car) and …

Member Avatar for Bernardo_3
0
364
Member Avatar for Paul_51

In a Windows Form Application, (Windows 7, VB), I've added a WMP control named WMPlayer and a listbox (lstMusic) containing a few filenames of music (mp3). When the form loads, the play button is disabled until I click on a song to play, at which time I use the WMPlayer.URL …

Member Avatar for Reverend Jim
0
859
Member Avatar for TheGuy831

Hi im im trying to get attributes from two diffrent tag names.. <img class="chimg" alt="SOME TEXT" src=" #1 IMAGE LINK TO GET"/> <span>" #2 TIME TO GET" </span>" SOME TEXT "</a> </h3> <div> <a href=' #4 LINK TO GET' onclick="window.open('Some link'); return true;" title=' #3 TITLE TO GET' >SOME TEXT</a> …

Member Avatar for Xavier_5
0
628

The End.