20,284 Topics

Member Avatar for
Member Avatar for geetajlo

Yes i would like to print a list of patient from datagrid view, bt don't know the code ? Can any1 help me ?

0
67
Member Avatar for x38class

I am developing an app on XP which uses a 3rd party ocx > imageviewer2.ocx In development it works fine but program does not run when insatlled on a vista machine I presume it is because the ocx is not registered I can register it with regsvr32 in xp but …

Member Avatar for Henry Schubel
-1
134
Member Avatar for binoj_daniel

hi, I want to export data to Excel from Dataset and DataGrid and format the output excel file like "Auto Fit" for coulns, Bold headers and also control the Cells. Please dont suggest using Interop Calls. I understand that we can use the RenderControl to write to the [COLOR=#008000]htmltextwriter so …

Member Avatar for binoj_daniel
0
115
Member Avatar for q8_dreamy

Hi can any one help me please, How can I go to a control according to text of specific one for example if I have drop down list contains 2 items 'Yes' & 'No' I want to to go to textbox1 if answer is Yes and go to Textbox2 if …

Member Avatar for Jx_Man
0
123
Member Avatar for miss.A

I have to create an application that calculate parking garage fee by using VB.Net and use timepicker for time in and time out. For each hour it cost 3$ and it calculate minutes as 1\60. I start coding but I face problem with how can I calculate the fee and …

Member Avatar for miss.A
0
151
Member Avatar for mafaisal

-------------------------------------------------------------------------------- Hello Experts I am Using VB2005 I am Setting Back Ground Image for MdiForm But if we set the Layout of MDIForm RighttoleftLayout property is true then The Background image is not come when the system run, if RighttoleftLayout is False then no problem Project as in Arabic , …

0
76
Member Avatar for arun2008

Hello Everyone, I am encountering a problem, please read below. I have a VB application installed in a system that has MS office 2007. This Vb application generates a word document i.e MS 2007 version. The problem happens here, when this 2007 version word document is sent to another system …

Member Avatar for arun2008
0
116
Member Avatar for mcgarry101

Hi, I am writing what should be a very simple app to play wav files directly from my hard drive. As a test, i have run the simple code below <code> My.Computer.FileSystem.CurrentDirectory = "C:\Windows\Media" LbClips.DataSource = _ My.Computer.FileSystem.GetFiles( _ My.Computer.FileSystem.CurrentDirectory, _ False, _ "*.wav") </code> however i am getting when …

1
58
Member Avatar for q8_dreamy

hi, if i have a vb form connected to access db and i want to insert values of checkbox list(more than one value) in one database field.. how can i do it see a piece of my code: cmcontact.CommandText = ("insert into table1_local(name)values('" + Me.CheckBoxList1.SelectedValue + "');") when i run …

0
67
Member Avatar for kyriakos70

Hi, I have a project in VB 2005 and I have inserted a flash movie (.swf), the item from the vb toolbox ax shockwave flash active x object returned an error "error activex make sure it is properly registered" so I create one through code : [code] Imports AxShockwaveFlashObjects.AxShockwaveFlash Public …

Member Avatar for Byaptia
0
273
Member Avatar for aditya_amb

I am designing an application that can display and changes values of database. I can display values from database to textbox. During runtime when User makes changes in a textbox, my program cannot detect the changes and retains original values only. Could you please help me on this. :) ? …

Member Avatar for aditya_amb
0
124
Member Avatar for pikkas

i am trying to populate a datagridview from an ms access database with this code but it doesnt works. what is going wrong ? Dim con As OleDbConnection = New OleDbConnection("Provider=Microsoft.jet.oledb.4.0;data source=unclp.mdb;") Dim cmd As OleDbCommand = New OleDbCommand("Select * FROM books", con) con.Open() Dim myDA As OleDbDataAdapter = New …

Member Avatar for ericstenson
0
98
Member Avatar for farifari

HI everybody, can anyone tell me how to change the value of label in the exe file run format,, i mean to let say i have value,,,, length is label and 10cm is text box for length in a form. after running the program or in the exe file,,, user …

Member Avatar for chrisgamuyao
0
101
Member Avatar for farifari

HI everyone, can any one tell me how to make a welcome screen after log in,,, i mean if i have login form,,,, username=abc password=123 after login, i want to get a welcome note , i mean a note or screen will come on which the name of ma program …

Member Avatar for farifari
0
82
Member Avatar for amolmahadik

Hello, I want to convert sql database having four fields into a text file. Please give me details with code. Waiting for reply. Amol

Member Avatar for Traicey
0
84
Member Avatar for vbProg08

Hi, I recently upgraded my application from VB6 to VB 2008. It seems that the checkbox array isn't able to be used. When I try to create a new checkbox array by copy paste, the new pasted checkbox isn't arrayed with the existing checkboxes. I need to know how to …

Member Avatar for vbProg08
0
161
Member Avatar for amritam

Please help in sample database connetivity in MS Access for login application.

Member Avatar for ptaylor965
0
59
Member Avatar for happyns

Hello guys, I am doing a project.I have used Microsoft access as my database.I have created register table with first name, last name, username and password. I have inserted username and password from register table to new table named as login table.After logging in with username and password i should …

Member Avatar for Alekhan
0
264
Member Avatar for plorkz

I have been working on creating my own music player using the windows media player as the actual audio playback component, with some extra plug-in for OGG files, etc. I have all the controls for volume, balance, previous, next, etc. and a playlist (list box control), but I haven't figured …

0
120
Member Avatar for nse2008

Hi everyone , i am trying to fully uderstand the recursion method in vb but i still have problems in making the programs work, Can anyone help me to create a program that convert decimal numbers to binary numbers or point me to the right direction,I know that this can …

Member Avatar for nse2008
0
105
Member Avatar for shanbhog

hi all.. am a student doin a project in vb .net.. i ned some help.. i ve a datagrid view and in that the 1st column is accept(checkbox) and 2nd is reject(checkbox).. depending on wat the user checks i ve to update my database. i ve to loop each row …

0
62
Member Avatar for Divya123

hi i want help in breaking the columns content in datagrid based on specified number of characters.can anyone help me regarding this.... thankyou

Member Avatar for Jx_Man
0
52
Member Avatar for nse2008

'Hello everyone i was wondering if you can help me with this program, the problem is that i have already calculated the amount of moves by using the recursion method but i need also to display were should the disks should be moved. Thank you' 'This is my code' Function …

Member Avatar for nse2008
-2
184
Member Avatar for williams1987

Hi, I am trying to create a function on my form, which allows the user to browse for any files, select which one they want, upload it to the windows form. Then later on when they click a submit button the files which have been selected will be uploaded(copied) to …

0
65
Member Avatar for leroi green

Hey all, got a syntax and run prob with a program I'm working with that takes in rainfall amounts and then shows the total rainfall amount and then gives an average of. I then end up displaying those figures for the user. as you can see below in the CalcTotalAndAverage …

Member Avatar for leroi green
0
100
Member Avatar for Alekhan

Hello All, I am currently working on Accounting Software, I am using treeview and access database table with name of ChartofAcc, the data sample is like: AccNo AccName Header AccType Opn/Balance 10000 Asset yes Asset 100000$ 11000 FixedAsset No Asset 50000$ 11100 Motor Vehicle at Cost No Other Asset 25000$ …

0
47
Member Avatar for chendil14

hi, i want to convert a .doc or .xls files to image files like jpeg or bitmap image, is that possible in .net thanks chen

0
59
Member Avatar for MabelYU

I am new to vb programming and I am trying to update a single row in a Microsoft access db. There was no error when I step through the codes but it never updates the record in the backend. Here's the codes: Any help is highly appreciated! Using objdata As …

0
58
Member Avatar for farifari

hi,, can anyone tell me how to use constraints in VB.net,,, like i mean to say if i have value 10 to 20cm,, or it can b some other also,, n i wana put some constraint to that if the user wana put value above or below this value , …

Member Avatar for ptaylor965
0
150
Member Avatar for romez

I have a log file (eg logfile.txt) which is continously updated (with the values on and off from various equipments) such as: CCC:on DDD:on XXX:off CCC:off EEE:on FFF:on DDD:off EEE:off XXX:on Now i have buttons on a vb.net form corresponding to each of the equipments such as CCC, DDD, EEE, …

0
42

The End.