19,728 Topics

Member Avatar for
Member Avatar for bklynman01

Hello, Does anyone know if there is a way to keep a desktop icon after a new version of software is installed? I'm using VS .net 2008 and after publishing a new version of software, the program updates the first time it is opened. However, after the install of the …

Member Avatar for bklynman01
0
88
Member Avatar for Mike Bishop

i am trying to write a SP that will return a value in vb.net here is my SP CREATE PROCEDURE ClaimTotal @Ctotal BIGINT output AS select SUM(total) from claim where @ctotal = total I want to SUM my total coloum from my table claim, and store this in a varible …

Member Avatar for prashantchalise
0
155
Member Avatar for arezz09
Member Avatar for eileenc87

Hi All, Can I put text in datetimepicker. Instead of it showed the dafault date and time (today's date), can I put text like e.g - Please Select Date - Looking forward to hear from u guys soon... URGENT

Member Avatar for codeorder
0
499
Member Avatar for margaretna

hi, i am currently doing my school project that require me to have this browse button. this browse button will open a dialog box and the user can open the file from there. example if the user has a microsoft words doc file and they want to view it they …

Member Avatar for Luc001
0
121
Member Avatar for VASANTHI.R

In my project i have a situation to add multiple data at a time to the database. Is there any tool to solve my problem in VB.NET, if so how can i use that...........

0
85
Member Avatar for swathys

hi, this is my connection string to connect to mdb file but i'm getting error as remark in red... i create the password using open exclusive method and i generate the p/w. i guess its the way i connect using username and p/w but I have no idea what i …

Member Avatar for swathys
0
221
Member Avatar for margaretna

hi i would like to ask few questions i am doing my school project in VB.net which i am required to retrieve the i mage property like DPI anybody has any suggestion on the code for retrieving image DPI..... thank you so much :) regards

0
56
Member Avatar for kipslem

Hello, Please help... I have a small application. When I click on a ListView row to Edit the details populated from the MS Access DB, I have the Else statement being executed all the time. Initially the code is attached behind a button named Edit. I have a Refresh button …

Member Avatar for kipslem
0
219
Member Avatar for priyamtheone

[B][U]Scenario[/U][/B] This is a non-MDI windows application. I have a home form containing a panel named Panel1 and two buttons btnForm1 and btnForm2. Clicking btnForm1 and btnForm2 opens up Form1 and Form2 respectively in Panel1. Before a form is opened in Panel1, all opened forms in Panel1 are cleared. The …

0
77
Member Avatar for hercx

hey everyone need to set focus onto a text box when the tab key is pressed because at the moment the focus jumps all over the place lol any help greatly appreciated

Member Avatar for hercx
0
96
Member Avatar for Joshua Kidd

Hello all, I have been trying to figure out how to use Packet X to Capture Packets from a certain program that uses UDP. Does anyone know how to do so? Some Help would be awesome. :)

Member Avatar for makman99
0
92
Member Avatar for michaelzip

Hi, I'm quite new with Data Adapter on VB.NET. I'm having a problem with retrieving data on different tables. Example database: [QUOTE][B]BookInfo[/B][INDENT]BookID: HSD993Z Title: Introduction to SQL[/INDENT] [INDENT]BookID: LDJA293 Title: Advance Computer Programming[/INDENT] [INDENT]BookID: KSKL194 Title: Object Oriented Programming[/INDENT] [B]StudentInfo[/B] [INDENT]StudentID: 2938485 FullName: Michael Zip[/INDENT] [INDENT]StudentID: 2949284 FullName: Ray Williams[/INDENT] …

Member Avatar for michaelzip
0
1K
Member Avatar for hercx

Can anyone help with this i am trying to populate a combobox with the returned values of an SQL statement from an access database the statement returns the values that i want but don't know how to pass the values into the combobox. SQL statement SELECT DISTINCT Stock_Name FROM Stock …

Member Avatar for hercx
0
156
Member Avatar for tanisa

hi friends i want to do one pro. inwhich i take 2 buttons 1 as on 2 as off by clicking on the onbutton the audio file should be palyed & by clicking on off it stop the playing audiofile plz anyone can suggest me what can i do ?

Member Avatar for mahpour
0
102
Member Avatar for msqueen082

Hi I could sure use some help. In a form of a push in the right direction. I am tryig to remove all multiple tcode (stock name) and add (if tcode is "B" add the shares and if tcode is "S" subtract the shares) them together in just one line …

Member Avatar for hercx
0
125
Member Avatar for urataru17

Good day, First of all, is it possible to have a single report from two different tables? Because I have been reading articles that are saying that it is not possible and a subreport should be implemented? Can anyone clarify this for me? I've been retrieving the fields that I …

Member Avatar for vanzhyme
0
442
Member Avatar for jamshed ahmed

in below code there is syntax error in from Clause but i think every thing looks fine iam using access database thx and relation is fine between thes two table [CODE] Public Function GetGridData() As DataTable Dim dt As New DataTable Try Dim con As New Connection() Dim cmd As …

Member Avatar for jamshed ahmed
0
95
Member Avatar for bLuEmEzzy

Please help me.. i am stuck with this one... i have a a field(TotalAmount) in Table(Deposits) when i run this stored proc when i put @TotalAmount = 5000.00 the table became 5.00 i tried everything, still not working properly... thank u :) [CODE] ALTER PROCEDURE [General].[EditTable] -- Add the parameters …

0
43
Member Avatar for tim.newport

Ok So I am trying to save text from a textbox to a rtf file. The Saves Text would come from the active mdi Child. However I can not figure out how to Save using active child just calling the actual form name. Below is my code so far. [CODE]Private …

Member Avatar for tim.newport
0
760
Member Avatar for pratibhamohanty

Hello all, I need immediate help on this. I need to pass the datasource name dynamically to a crystal report. In the design time , the report is connected to a particular datasource. What I am trying to do is trying to pass another datasource name dynamically in the load …

0
66
Member Avatar for rookanga

Database edit then save problem Im trying to make a database and for the most part it works. The form1 has add new button (which goes into my form2 window that adds all of the information there, then I hit save, when I exit it and comes back to the …

Member Avatar for rookanga
0
608
Member Avatar for davewillis

Below is an assignment that i did but i didnt do good on it. It is/was never meant to be ran the teacher was just asking for the code to be written based off of her A-D. Can you please let me know what is right and wrong with this. …

Member Avatar for Unhnd_Exception
0
85
Member Avatar for eileenc87
Member Avatar for Unhnd_Exception
0
243
Member Avatar for Xcelled194

I have a program that must copy a file to 3 locations, the local hard disk, a USB drive, and a network location. I have the file (about 70mb) loaded into a byte array. My quesion is, since I'm not actively modifying the byte array, can I impliment a form …

Member Avatar for Unhnd_Exception
0
170
Member Avatar for lielee

Hi. I'm having a problem to pull data from MS Access to my combobox. I know how to search one data using another data (e.g: using IC num to search name) but this time I just want to pull the data (e.g: name) that has several rows to my combobox. …

Member Avatar for CrankyMero
0
161
Member Avatar for Mike Bishop

my code is working fine, but the output shows for example 12345.000 i would like to only show the data before the .000 is this posible? [CODE] Private Sub GetCurrentJanVOL() Dim con As New SqlConnection Dim cmd As New SqlCommand Try con.ConnectionString = "Data Source=" & ServerV & ";Initial Catalog=" …

Member Avatar for Unhnd_Exception
0
111
Member Avatar for CrankyMero

Hello Everyone, I have this small system that i developed for a company that is basically a Skill Map for the employee's, so in the following image will show the search of the employee's skills through the Family, in the following image the users does a search of the family …

0
93
Member Avatar for kieran82

I have a drink program with 4 staff members and want to know how to cancel the input box if they accidently click on another persons login. can you close the input box by clicking can and to close the loop. All Logins have the same code just different names …

Member Avatar for prvnkmr194
0
313
Member Avatar for jaango123

Hi, I guess this interesting small windows application just needs a httpwebrequest and webresponse object. We need to request a web address(which is a google search of football or cricket live - example shown in the screenshot) every 10 minutes using a timer and get the response with score or …

Member Avatar for codeorder
0
121

The End.