20,285 Topics

Member Avatar for
Member Avatar for MaxDes

Anyone have a clue. This is pretty straight foward and it's mostly copied from another program I use right now and that program works perfectly... I just don't know what the heck is up. Any help would be appreciated!!!! I have made test files to work with as well as …

0
39
Member Avatar for angel392004

I need help on passing checked list view items into one message box. my current code outputs multiple message box with the name of the item, depends on the number of items checked. what i need is to output into a message box all the items checked in my list …

Member Avatar for angel392004
0
181
Member Avatar for angel392004

I'm working on an e-voting system right now. i'm having problems in passing a selection from list view to a list box. first is when an item is checked, it is pass in the list box.. but in my case the item is pass when the item is uncheck. second …

Member Avatar for angel392004
0
245
Member Avatar for milindsaraswala

Hi, I am very new to the Delphi or Pascal. I was looking for source code and I got that source code in Delphi Pascal language that I know at all. I need somebody help to convert VB 6.0 or VB.net I am uploading attachment with this topic. Kindly help …

0
76
Member Avatar for dgzo_08

Hi. I'm building an app (in VS2005) in which I have a datagridview with a combobox column that needs to be databounded. I use the dataSet designer to add a dataset and then add to the combobox column datasource the dataset I just added (make a reference) and then I …

Member Avatar for StephenFoong
0
1K
Member Avatar for Dhilip.S

[B]I ve added windows media player in the form. and i can add a audio file in it..but i want to add more than one audio files in a playlist and from tat playlist i want to retreive duration of each n every file and store it seperatly in an …

Member Avatar for Dhilip.S
0
80
Member Avatar for Naveed_786

Here is my code it gives me error "IsAdminuser is not member of PMS" what should i do now to resolve this problem. [CODE]Module GlobalStuff Public Function IsLoggedIn(ByVal PassUserName As String, ByVal PassPassword As String) As Boolean Dim ReturnBool As Boolean = True Dim cnString As String = "Data Source=ITS;Initial …

Member Avatar for GeekByChoiCe
0
111
Member Avatar for mysybet

Hello ! i have created an application , and i need to send emails to different adresses.I want to do this inside my application without automating email software like outlook etc. I have used CDO , and different activex like ostrosoft , chilkat etc .But is the same problem : …

Member Avatar for rajeevbhatt17
0
133
Member Avatar for TrueVb.NetNoob

Hi Everyone! I have made form 5 to become a simple storage system to check for item stocks plus adding, and started to code with arrays. heres what I have so far. [CODE]Public Class Form5 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CheckButton.Click Dim item(2) As …

Member Avatar for TrueVb.NetNoob
0
99
Member Avatar for Naveed_786

I am using date and time picker to get current date but when i get date from date and time picker first time it gives me current date and time i save the record and when i try to get date and time second time without unloading the form it …

Member Avatar for pritesh2010
0
89
Member Avatar for TrueVb.NetNoob

Hi Everyone! I have been experiencing problems in displaying my varibable Gcoins in form3 from form1. here is what i have in my form3 code. [CODE] Private Sub Form3_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim frm1 As New Form1 Dim points As Integer gcoinsamount = Val(frm1.Label2.Text) …

Member Avatar for TrueVb.NetNoob
0
260
Member Avatar for bettybarnes

help me guys.. how do i add picture? [CODE] Private Sub NavigateRecords() txtPersonnelID.Text = ds.Tables("Personnel").Rows(inc).Item(0) txtFirstName.Text = ds.Tables("Personnel").Rows(inc).Item(1) txtLastName.Text = ds.Tables("Personnel").Rows(inc).Item(2) txtMiddleName.Text = ds.Tables("Personnel").Rows(inc).Item(3) txtGender.Text = ds.Tables("Personnel").Rows(inc).Item(4) txtAddress.Text = ds.Tables("Personnel").Rows(inc).Item(5) txtContactNo.Text = ds.Tables("Personnel").Rows(inc).Item(6) txtEmailAdd.Text = ds.Tables("Personnel").Rows(inc).Item(7) txtBday.Text = ds.Tables("Personnel").Rows(inc).Item(8) txtDept.Text = ds.Tables("Personnel").Rows(inc).Item(9) txtPosition.Text = ds.Tables("Personnel").Rows(inc).Item(10) txtHiredDate.Text = ds.Tables("Personnel").Rows(inc).Item(11) txtRenewalDate.Text = …

Member Avatar for lolafuertes
0
119
Member Avatar for dre-logics

I use Visual Basic 8.0 and Windows 7 Prof. and Deskjet 720c To print a document i use [COLOR="Green"]PrintDocument component [/COLOR] I want to Check status of local printer My problem is, if de printer if [COLOR="Red"]offline[/COLOR] of [COLOR="Red"]not connected [/COLOR]every print job is then automatically sent to the print …

Member Avatar for lolafuertes
0
654
Member Avatar for mgorecki

Hello, I'm new to VB .Net and I've searched for this info in the help files, but couldn't find it. When I save a project it automatically saves it to "C:\Documents and Settings\[I]username[/I]\Local Settings\Application Data\Temporary Projects\[I]filename[/I]". I want to be able to set this path ahead of time to where …

Member Avatar for mgorecki
0
118
Member Avatar for bchaney

I've got a running and working database that's storing data into a *.sdf sql compact database. it's a fairly simple program and that's all i needed to store the data. is there a preferred report generator that i can run to query compiled data for reports? i've looked at a …

Member Avatar for bchaney
0
112
Member Avatar for bninja

Help please I think there is Copy.to function but i cant find it :( I'm using VS2008 Thanks

Member Avatar for pritesh2010
0
1K
Member Avatar for AliSham

hi, i want to proram to serial ports please guide me good resources and links so that i can proceed. Plz in detail tell me how to start . thanks in advance

Member Avatar for ramakrishna.n
0
168
Member Avatar for bettybarnes

I have made a form with access database,,, I'd like to have a form that when I add another employee,, EmpID, EmpName, EmpDept, and click the save button it will automatically save as well on the database...I don't know the code to do this..I hope you will help me solve …

Member Avatar for Animal Mother
0
97
Member Avatar for BobbieJean

Hi everyone, I've been debugging my program all night and I just can't quite come up with how to make my counter work. I keep feeling like I'm putting it, or maybe just part of it, in the wrong place so I've been moving it all over the place but …

Member Avatar for GeekByChoiCe
0
300
Member Avatar for jatinder_44

I am using AxMscomm1.output property of AxMscomm in vb.net It Giving error ,that Additional information: Exception from HRESULT: 0x800A017C (CTL_E_INVALIDPROPERTYVALUE). can i get some hlp.

Member Avatar for M.rahul
0
893
Member Avatar for Phenneger
Member Avatar for MasterCoder

Hi all, I Need help here.If any one does know or have project on garments management system can you please upload it for me its urgent.I'll return the favor. My lap Crashed leaving me no choice .

0
98
Member Avatar for angel392004

i'm working on an e-voting system for my thesis... but i'm having problem on how to output the data in all the rows in the database in a check box. so it means that the number of checkbox is equals to the row of the table. i manage to output …

Member Avatar for lolafuertes
0
135
Member Avatar for perryg30313

I have a Datagrdiview control that is populated from values in a table. ie: One column would have a check box for weather a record has been processed using a Posted field as a boolean Check box. My problem as that I need this field to also show the results …

Member Avatar for lolafuertes
0
97
Member Avatar for bustersox

Hello, I am having issues creating an application that is due tomorrow! Obviously I am not calling my functions correctly, or I just don't even have my functions written correctly. Please help!! Here is the problem: I am trying to create an application for a wire company that sells spools …

Member Avatar for lolafuertes
0
278
Member Avatar for CassieMe

Hello, i need help in bluetooth coding using visual studio 2008 (vb.net) .... who can help me/ provide some examples/ some external links in the internet of bluetooth source codes ??? i need bluetooth functions like: - detecting other bluetooth users - turn on / off computer's bluetooth - send …

Member Avatar for Yoosuf2010
0
60
Member Avatar for vampke

Hello peoplez, I am writing an application in vb.net using a mysql database. I need it to be multilingual. I have not found much useful info on this so I thought I 'd go ahead and work it out myself. I have started making a translation table in the mysql …

Member Avatar for lolafuertes
0
103
Member Avatar for nv136

Hello Everyone, I need some help with constructing a waveform in vb.net. Can maybe someone give me a hint of how to make one? (a bit of code would be nice) I already know that to generate a waveform, you need a timer, if there anything else? Help would be …

Member Avatar for nv136
0
332
Member Avatar for W1ND0W5

Sorry about asking all of these questions, but I am making an app and I have had a request for when the user types into the text box he can automatically hit Enter and it will navigate to the specified destination. However I have tried EVERYTHING and I cannot get …

Member Avatar for W1ND0W5
0
105
Member Avatar for perryg30313

I have two forms. Form A and Form B. Form A has a datagrid that is populated from a SQL Database Table query. When a button is pressed Form B is launched that allows you to add a record to the database table. I need for the datagrid to be …

Member Avatar for perryg30313
0
193
Member Avatar for mm77

hi everybody, greetings.. my thanks in advance for your help.. right now i a m involved sms -chat application vb.net. in this project i send the sms to mobile form pc.and get the reply as same. so i created client / server based program by tcp/ip based... because i put …

Member Avatar for krunal1089
0
304
Member Avatar for Naveed_786

I want to display date and time on top of the form where normlly written form1 forms name i want to display date in formate of for example 23 August 2010 and time in this formate 12:33:20AM Please please help.

Member Avatar for krunal1089
0
126
Member Avatar for Kingcoder210

How should I create custom formula for specific field in crystal report? I have a field of result. It shows something like that PASS PASS PASS PASS or PASS FAIL PASS PASS Now I want to make a custom formula to show grand result. If that specific(result) field keeps all …

0
104
Member Avatar for krunal1089

I want to show the images in Crystal report dynamically,I have store the full path of image in database,now I have to show the image correspond to that path in crystal report.PLz can you describe how can i do this my personal id is [email]krunal1089@gmail.com[/email]

0
37
Member Avatar for bninja

Hi all My code for the server side : [CODE] Dim bmp As New Bitmap(My.Computer.Screen.Bounds.Width, My.Computer.Screen.Bounds.Height, Imaging.PixelFormat.Format24bppRgb) Dim gfx As Graphics = Graphics.FromImage(bmp) gfx.CopyFromScreen(0, 0, 0, 0, My.Computer.Screen.Bounds.Size, CopyPixelOperation.SourceCopy) Winsock1.SendData(bmp)[/CODE] And for the client side in the DataArrival event : [CODE] On Error Resume Next Dim img As Image Winsock1.GetData(img) …

Member Avatar for bninja
0
180
Member Avatar for lacaroix

im a beginner in vb.net.im developing for myproject in windows application.my ques:how can i display data in textbox from choosen dropdown menu?user choose a item in combobox,then after click a button the meaning of data appear in textbox..i need some help..tq in advance

Member Avatar for dustinsierra
0
3K
Member Avatar for pmjayasena
Member Avatar for adeva12

hai, I immediately need to find a project title for my sem project Please send any emerging topic for me. I am doing my B.sc computer Science final year

Member Avatar for amol1463
-1
106
Member Avatar for kimbula...

I want to open a PDF document when I click on a button. I know the way to open a word document but couldn't apply the same method to open a PDF document. If anyone can help me regarding this matter it would be a great help to me. Thank …

Member Avatar for asp.net_SoS
1
129
Member Avatar for VB 2012

How can you get to only save all the modified tabs By save i mean save as a text file or open your own savedialog < example :)

Member Avatar for codeorder
0
97
Member Avatar for lordbaddkitty

I'm working with VB.Net. I have imported some data into the Data Set. I have four columns of data. [CODE] [Column 1]This is a test[/Column 1] [Column 2]This is a comma, Test.[/Column 2] [Column 3]This is a double quote " test.[/Column 3] [Column 4]This is a comma, quote " test.[/Column …

Member Avatar for lordbaddkitty
0
540
Member Avatar for perryg30313

I have a vb .NET 2005 form that needs to load data based on a selected month by the user. Because there is a large amount of data in the table (60k+ records per month) it is taking the query a long time to pull the dataset back and populate …

Member Avatar for perryg30313
0
130
Member Avatar for Kingcoder210

I know how to make grand total in crystal report. But I dont know how to get grand result. For example my crystal report will show student`s result. Let me make it clear to you. [Code] STUDENT ID SUBJECT ORAL MARK WRITTEN MARK TOTAL MARK RESULT DEN10101 ENGLISH 40 40 …

0
75
Member Avatar for Shaggy19

I am currently having a few issues saving new information to a dataset. I could update the set, but on exiting and reopening the data all updates were gone. I found a few tips online but now get error messages when running the update command. Any help would be greatly …

Member Avatar for Shaggy19
0
100
Member Avatar for dre-logics

In a Visual Basic 2008 windows application + MySQL database. I have a MaskedEdit field used for phone numbers, the mask is (###) ### - #### In my [COLOR="Green"]Table1[/COLOR] , i have a record with two fields: 1. Field Name (string 15)Data "andre" 2. Field Phonenr (string 25)Data " " …

0
40
Member Avatar for JOSheaIV

Okay so I feel stupid for asking this and I feel like i am overlooking something, but how do retrieve the value of a datagridview cell as an int. I have used this code to change the column to type int [CODE]dataGridView1.Columns[0].CellTemplate.ValueType = typeof(int);[/CODE] I haven't really had a chance …

Member Avatar for Geekitygeek
0
3K
Member Avatar for qiera

i am new with vb and this is my code that i work with.. there are errors in my code to view data from ms access into data grid.. can anyone help me to solve this problem? thanks... Imports System.Data.OleDb Public Class frmView Inherits System.Windows.Forms.Form Dim DB As OleDb.OleDbConnection Dim …

0
32
Member Avatar for UWILL

Hey what's up. How would I save a file to the application resources? Like I would be able to save text files using the GUI and then when I re-open the application I'd be able to access them again.

Member Avatar for codeorder
0
103
Member Avatar for ninjaimp

Hi Im trying to position a window with MoveWindow() API but it just keeps hiding the window and it has to be maximised to be able to see it. The code im using is [CODE] Public Declare Function MoveWindow Lib "user32" _ (ByVal hwnd As Long, _ ByVal x As …

Member Avatar for JohnTheGrateful
0
236
Member Avatar for deven_a76

Hello friends, I have some weired problem. Basically, I have developed one form which is generic and display different views. On that form I have used Close button. Alphabet E is short-cut for closing the form (i.e. mnemonic functionality). During execution of the form, when I press "E" on that …

Member Avatar for JohnTheGrateful
0
94

The End.