20,899 Topics

Member Avatar for
Member Avatar for tubatsimoloi

Hi everyone, My name is Tumelo. I live in Pretoria, South Africa. I'm a certified Microsoft Professional, and currently working as a network controller in a very small business. The reason why i joined this community is because i want to know about what other IT professional s do in …

Member Avatar for zandiago
0
213
Member Avatar for charitha_sharma

Hello all i am deadly needed this please any one have idea let me know my requirement is i am having 4 client computer and one server my form1 have 10 buttons ( all client computer has the same form installed vb form on client side and database on server …

0
58
Member Avatar for farifari

hi, Can anyone tell me how to retrieve data from one form to another in VB.net,,,???? Actually I have a form in which i have 5 values with labels and text boxes,I know I can edit n save them,, i have linked this through Data base but i want that …

Member Avatar for charitha_sharma
0
197
Member Avatar for namrata_k

Hi, Please replay me soon people!!! i have made my database in Ms-access and using vb.net for front end. My system is working fine with database stored in same pc of client(by giving path c:/.....). But i have to show my project using seperte server pc n client pc. Please …

Member Avatar for namrata_k
0
108
Member Avatar for farifari

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 is written …

Member Avatar for Jx_Man
0
113
Member Avatar for farifari

hi ,, How can i make changes in EXe file after running....?????????? is it possible

Member Avatar for jbennet
0
76
Member Avatar for mafaisal

Hello, I am Using Vb.Net2005. Project is Desktop Application In Mdi Parent Form I Have 20 Toolstrip Menu Items. I am Developed in 1024 * 768 screen resolution. When we working that All Menu Item We can See. But we Work in 800 * 600 screen resolution Only 15 we …

Member Avatar for Jx_Man
0
73
Member Avatar for lech0030

Hello, I have this very simple batch file that contains one command: xsltproc -o output.html stylesheet.xsl input.xml When I double-click the batch file, everything works fine. However, the batch file doesn't work when I execute it from my vb.net application: [code=vb.net] Dim p As New System.Diagnostics.Process p.StartInfo.FileName = "[I]path[/I]\go.bat" p.Start() …

Member Avatar for Jx_Man
0
279
Member Avatar for adamjw3

Hi i have a very strange bug in my code somewhere. it is stopping the first image being displayed. i only noticed it just now and don't have the knowledge on how to fix it. it seems that the code in default2.aspx misses the first image tag and request on …

Member Avatar for Jx_Man
0
94
Member Avatar for Pja

I am using vb.net 2003 and sql server 2000 as backend. I would like to do searching that will receive several input from user (input from textbox,combobox and radio button) that will retrieve data from sql server and display the output in textboxes and picture box. I can do the …

Member Avatar for Jx_Man
0
126
Member Avatar for ninjaimp

Hi I have an if statement which checks if a value has been entered and if it hasnt it pops up with a message box and tells the user. Now if the if statement is in the same Sub as the code that is executing it works fine, but if …

Member Avatar for Jx_Man
0
275
Member Avatar for q8_dreamy

I want to insert values of check box list into access data base field (I want all values in ONE field!!!! of course seperate raws) the problem is when i run the inserting statement i got just the first value in the field I tried loops but it doesn't work …

Member Avatar for Jx_Man
0
75
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
69
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
137
Member Avatar for sturner333

Sorry for the lengthy question, but here goes: I currently have an access database with a FE and BE that resides on each users laptop. Weekly they connect to the network and synch the BE the master on a network drive. There are numerous propblems with this as it has …

Member Avatar for trudge
0
96
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
118
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
126
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
155
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
78
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
120
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
59
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
69
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
289
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
127
Member Avatar for sonia sardana

hey there are different methods to deploy application for VB.Net, ASP.net, C#,Jscript. As all these are languages of .Net Framework. All the languages have differerent methods of deployment. [B][COLOR="Red"]VB.Net Deployment Methods--[/COLOR][/B] 1) Windows Installer deployment 2) ClickOnce. Are these methods write?? Is there any more method to deploy VB.net app. …

0
59
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
100
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
102
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
86
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
86
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
167
Member Avatar for amritam

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

Member Avatar for ptaylor965
0
62
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
268
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
123
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
108
Member Avatar for ritika_khanna

i am develpoing an application in asp.net2005 with vb.net. how can i print a page when user click on print button . please tell me urgently. please tell me code in vb.net.

Member Avatar for Fungus1487
0
75
Member Avatar for ritika_khanna

i am making a online railway reservation in asp.net2.0 and vb.net . i want to know after displaying total amount to user and now for payment , how directly link to that site e.g. icici bank site and after making payment , how user automatically come back to reservation site …

Member Avatar for Fungus1487
0
72
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
64
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
54
Member Avatar for Marc Parker

Hi everyone, I am vb.net developer. We are currently developing an Insurance managent program and a OCR and indexing program Nice to be part of the group Bye

Member Avatar for zandiago
0
30
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
186
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
69
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
102
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
50
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
63
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
61
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
153
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
44
Member Avatar for november_pooh

i write a program that it needed to get a couple string from string. e.g : November -> i want to get "vem" only... how i can do this?? any help will be appreciated thank you

Member Avatar for Jx_Man
0
90
Member Avatar for Vedj3

I am stuck on Visual Basic problem regarding combo boxes. The question states: [I]Assume that the Simple combo box appears as shown and that the Sorted property is set to True. Give a statement or statements that will carry out the stated task. The combo box contains: Dante Goethe Moliere …

Member Avatar for Jx_Man
0
985
Member Avatar for coolzero

i'am a newbie here, i have a listview and i want to have the sum of a a particular column.. here's the fields that would appear on the listview: name number of days Bill 5 Anne 10 total 15 i want to have the "total" to appear on a textbox, …

0
66

The End.