20,285 Topics

Member Avatar for
Member Avatar for Papadick

(a) Use a one-dimensional array to solve the following problem: A company pays its sales people on a commission basis. The sales people receive $200 per week, plus 9% of their gross sales for that week. For example, a salesperson who grosses $5000 in sales in a week receives $200 …

Member Avatar for Reverend Jim
-1
246
Member Avatar for Godwin Owusu

Use a one - dimensional array to solve the following problem: Read in 20 numbers, each of which is between 10 and 100, inclusive. As each number is read, print it only if it is not a duplicate of a number already read. Use the smallest possible array to solve …

Member Avatar for Reverend Jim
-1
107
Member Avatar for Satyam_1

I have developed an application in vb.net with MS access. In a form I have a Datagridview and I retrieve the data by databindingsource. I am copying the data from datagridview to textbox and then to another table in database. I want- after being copied the color of selected row …

Member Avatar for Satyam_1
0
4K
Member Avatar for klonic

Hi, I would like to send messages to the phone of our employees, from our ERP (developed by ourselves in visual studio 2008), through Telegram application. I've been searching a lot in internet and I found anything useful for me. I see there is an API available, but I don't …

0
67
Member Avatar for SoftBa

Hi, I have part of code to read file and show content inside list box. I wonder if someone could help me to store data to access instead list box. I'm writing now on my cellphone and don't have source code right now, but just to see is there anyone …

Member Avatar for djjeavons
0
380
Member Avatar for OMER AHMED

Dear all is thr any code or any way to connect my vb.net project's textbox with my website textbox. something like if me.textbox1.text=www.mywebsite.com.textbox1.text then bla bla bla end if

Member Avatar for djjeavons
0
153
Member Avatar for altjen

Hello forum I have a question, is there any way how to make a software on vb which after uploading a pic into the software or clicking a button. it uploads the pic somewhere and get the link of the photo. and also would be great if could be able …

Member Avatar for OMER AHMED
0
111
Member Avatar for Solution Hall

Hi ! I am working on a project in VB.NET 2010. I have to send email using outlook on runtime. The email body should be consisted of four portions ..... i. Header Text which will be fetched from a string variable. ii. Main Message which will be in a table …

Member Avatar for OMER AHMED
0
182
Member Avatar for 2384443

Hi everyone.. Can anybody tell me how to send a sms using vb.net?? Can i get the code for that?

Member Avatar for Santanu.Das
0
216
Member Avatar for batoolhussain
Member Avatar for gusano79
0
80
Member Avatar for Mr.M
Member Avatar for djjeavons
0
3K
Member Avatar for OMER AHMED

i want to design a teamviewer kind of application in vb.net from which i can able to remote thr pc and solve thr issues. but i tried to search online but find nothing. can anyone help me here

Member Avatar for JamesCherrill
0
927
Member Avatar for ihthishaam

Hi guys, I want to know how you pass a selected row value from one DatagridView to another Datagridview. Example : DatagridView 1 shows the students list. when one student record(row) is doubleclicked a new window opens with another datagridview where it shows the courses the student is attending to. …

Member Avatar for djjeavons
0
723
Member Avatar for gbhs

Hi My code below works fine to execute a SQL script. However I need to add a progress bar to indicate progress when the script is long and takes longer to execute. How do I implement it? thanks Newbie Public Class Form1 Public Sub ShellandWait(ByVal ProcessPath As String) Dim objProcess …

Member Avatar for gbhs
0
717
Member Avatar for arivbot

Example. I have 12 lines in my TXT. When I Upload it into listbox. The listbox force the lines tobe 10 lines. Anyone can teach me how to limit lines on listbox. Any help would be greatly appreciate. Thank you~

Member Avatar for pritaeas
0
299
Member Avatar for jez9

in my database: [tbl, nod, qty, DorT, tme, price] I wanted to call 3fields in the database, The nod[name of dish], tbl[table], DorT[dinein/takeout] nod[in listview, subitems(1)], tbl[cbtable in the form], and DorT[combobox1 in the form] In listview[LVORDER]-(qty, nod, price, total) In my case, adding order is already OK. But i've …

Member Avatar for jez9
0
155
Member Avatar for Mr.M

Hi Dw I'm having a problem in deleting a record in Access database. The error that is thrown is: > No value given for one or more required parameters What I'm tying to do is to find a record by a name and also delete the record by name instead …

Member Avatar for Mr.M
0
389
Member Avatar for my822

Im currently doing a entrance exam system. And I have a problem in adding abstract question When I save data I get some error. But when I save the data with image in the picturebox it saves sucessfully. Can you help me in saving the data even the picturebox is …

Member Avatar for deceptikon
0
135
Member Avatar for OMER AHMED

i have a project to do and i dont know how to do it. please help me how i can change the windows 7 login screen and shutdown screen using VB.NET please help me i found this http://www.howtogeek.com/112110/ but i want to make it in vb.net i also found below …

Member Avatar for OMER AHMED
0
231
Member Avatar for kenilshahindia

this is the coding i have done Private Sub Refreshdata() If Not cnn.State = ConnectionState.Open Then 'open connection cnn.Open() End If Dim da As New OleDb.OleDbDataAdapter("SELECT stockid as [stockid], " & _ "size as [size], shape, weight, color, clarity, cut, polish " & _ "sym as [sym], flo, report, reportnumber …

Member Avatar for cgeier
0
437
Member Avatar for jez9

I want to backup my database when a changes happen in my system,like for example i add new user/ update/ delete etc. I want to know wether it is possible or not?I'm not a pro user of vb.net that's why everything is still new to me :)

Member Avatar for Santanu.Das
0
462
Member Avatar for altjen

Hi every one. I post a topic similar with this at mobile development section but posted here too because I need help from a VB.net programmer I want to create a software for my windows phone 8.1 but already stucked on online database. I tried to use this VB code …

Member Avatar for altjen
0
684
Member Avatar for Extorza

Hello all, I have a problem with a program i'm trying to write. I only need 1 more thing to make it work properly, the textboxes that are filled in must be added or overwritten in an existing XML file. I know i need to work with XMLWriter, but i …

Member Avatar for tinstaafl
0
159
Member Avatar for Papa_Don

I need to identify how the code identifies that a file is at the "eof" (end of file). Here's why: On Monday's, I'm having to combine text files created over the weekend that will eventually be read and pulled into an Excel spreadsheet (generally there are three files). Using VB.net, …

Member Avatar for |-|x
0
448
Member Avatar for Wilderness Bob

I need to be able to limit the text entered into a text box, I need to make it so that only whole numbers can be entered and not decimal places. I have already limited it to just Numbers but need help with this. I think checking a box to …

Member Avatar for Reverend Jim
0
2K
Member Avatar for miyakejess

Actually, I have a problem when I am trying to update the datagrid after I make changes on the data and sort the datagrid. When I do some changes on the data in the datagrid, and sort it. There are no any error. While I try to update it, there …

Member Avatar for §AE§
0
69
Member Avatar for OMER AHMED

hi all how to make a trial version of application with progress bar showing 10 days left in vb.net

Member Avatar for §AE§
0
315
Member Avatar for Papa_Don

Group, Today I learned with `Me.Cursor = Cursors.WaitCursor` and `Me.Cursor = Cursors.Default` do. I've seen other programs, when running, a "message box" comes up and let's the user know what in the routine is happening. If it's possible to do in VB.net, I'd like to do the same thing. However …

Member Avatar for §AE§
0
3K
Member Avatar for Hawk123

Hi, Im trying to make a simple programe that will make my life easier. But its more complex than i thought i have 6 tables, 1 master and 5 sub. All the 5 tables are of different column and types. Master Table ID Names 1 Branch 2 Committee 3 Translation …

Member Avatar for Hawk123
1
221
Member Avatar for jez9

when i run my system in .exe file i got error[unhandled exception has occurred in your application] , i used this code Public Class Form1 Declare Function Wow64DisableWow64FsRedirection Lib "kernel32" (ByRef oldvalue As Long) As Boolean Declare Function Wow64EnableWow64FsRedirection Lib "kernel32" (ByRef oldvalue As Long) As Boolean Private osk As …

Member Avatar for jez9
0
360

The End.