20,285 Topics

Member Avatar for
Member Avatar for pickachu

Hi. Can anyone give me online resources regarding VB.net manipulating Remote Computers and Office applications? I have been searching the web for the right resources but I havent found any. Thank you for those who could give me links..

0
68
Member Avatar for joeatwork7

I am attempting to connect to a remote share, accross from one domain to another. In the past, this worked on my system, however, it no longer appears to work and never worked on other clients. I have tried with and without the domain credentials, and have recieved responses such …

0
59
Member Avatar for pelusa

Hello, I need to develop an executable file suing vb.net, that will take in an article number as a parameter. Then using this article number a search will be performed in a server directory folder for a file that (if exists) will be named by convention article_number.file_extension the article number …

Member Avatar for emurf
0
816
Member Avatar for Run.[it]

I dont think Im far off, I can get the program to alter a specific record but it seems to overwrite previous records in the array. Ive set the array to have 10 records and I think the flaw is in the 3 section of the FilePut instruction, ideally I …

Member Avatar for Run.[it]
0
304
Member Avatar for Rvivo33

I am new and very lost. Any help is greatly appreciated I have an html page that I am using VBScript to redirect to another page I want to bring over data pulled to a textbox on form1 to a textbox on form2. This is what I tried This is …

0
43
Member Avatar for Simran_Jha

Hi All, I want to display data from database in ComoBox using only one line code. Plz Do help. Simran

0
52
Member Avatar for saravanarajan

Hi everyone! Please help me, I am beginner of the vb.net , I want know how to create dataset coding and binding a textboxes,combobox and masked textbox pelase help me

Member Avatar for saravanarajan
0
105
Member Avatar for xie

think I need your help...i've got a prob with datagrid in .NET I give u the picture of datagrid on how exactly i want it to be... the process is like this, user have to key-in the quantity at the left hand side textbox, then they have to choose either …

0
58
Member Avatar for andy38

Hi guys, Usingf VB net in Windows Forms. In a multi-Windows Formsm, how can I tell in control DataGridView (detail View)on form2 that it should be set at a pre-define row at form2 load,this pre-define row being define by a varible on Form1 trough a doubleclick on a same control …

Member Avatar for ptaylor965
0
121
Member Avatar for mark.harby@long

Hi All I'm having a spot of bother trying to retrieve and display SQL Server 2005 IMAGE data in standard picture box controls. I am converting an Access 2003 application that uses bound forms and all works fine. I have been kicking ideas around for a couple of days now, …

0
68
Member Avatar for rahuldravid

Any 1 tell me, how to create form that will fade out when deactivated and fade in when activated...... with example..... it will very helpful for my project.... in vb.net

Member Avatar for Jx_Man
0
41
Member Avatar for naeem@hu.edu.pk

Hy Ms/Sir, I am new in VB.NET. I have developed different applications in VB.6 and now i want to create dynamic report in VB.NET 2003 using Crystal Report. (i want to pass a sql query from any form and want to see its result in report format) If any one …

Member Avatar for Jx_Man
0
74
Member Avatar for haringmunti

Hi Guys, Im learning about ADO and Im learning it from a website. I followed all the directions and copy pasted the example. For button next, previous and last command button, it tells me there is an error. the error say that an Identifier is expected in Me.BindingContext(DataSet21, _ "table1"). …

Member Avatar for haringmunti
0
103
Member Avatar for pritia

hi can anyone tell me in which site i'll find good [U]detail steps[/U] for [U][B]deployment[/B][/U] steps in [U]vb.net 2005[/U]

Member Avatar for emurf
0
121
Member Avatar for mahendiran

Hi, This is mahendiran,please anybody help me.... i m getting error like cast from type ‘DBNull’ to type ‘String’ is not valid. Dim newcollection As String newcollection = "select sum(AMT_PAID) from PAYMENT_HISTORY where BILL_NO LIKE '*" & Session("BRANCH") & "*' and BILL_MODE='NEW' and " If Drp_From_Day.SelectedIndex <> 0 And Drp_From_Month.SelectedIndex …

Member Avatar for emurf
0
115
Member Avatar for LudwigFF

I am using VB 2005 Express Edition. I have adatagrid that cloumns bound to 3 different sql database tables. There are 2 columns that I want to link to each other. The one is a Client column and the other a clientid column. Both these columns are bound to a …

Member Avatar for Jx_Man
0
77
Member Avatar for ballhogjoni

Hi all, First off, I am a complete noob to the whole .net framework, so please work with me. I want to use my barcode scanner to automatically run a vb.net script. When I scan the barcode I want the idenifier to be saved into my vb.net script as a …

Member Avatar for aliencharlie
0
119
Member Avatar for DemonSpeeding

[code] Private Sub btnPrintListBox_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnPrintListBox.Click Printer.ShowDialog() End Sub [/code] My book doesn't discuss how to use the PrintDialog, so I'm not sure how to get it to print out a ListBox. Also I have a ComboBox full of states and sales tax …

0
79
Member Avatar for Run.[it]
Member Avatar for QuickBooksDev

I am relatively new to vb.net but have many years of programming experience. I am seeing a behavior that I do not understand using vb.net 2005 on a windows form. You have a command button and some radio option buttons on the same form. ie Go button, followed by 3 …

Member Avatar for QuickBooksDev
0
115
Member Avatar for unabomberto

Can please anyone help me on how to develop an Auto Searching System just like in Google and Yahoo.. im using VB.NET as front end and SQL server 2000 as its back end.. this is my code but it doesnt work... [B] SqlCommand1.CommandText = "SELECT eol_id, firstname FROM eol_info where …

Member Avatar for Jx_Man
0
95
Member Avatar for poonams

hi all I am new in vb.net.I have generated menus at runtime.now i have to show reports on click event of menu.But i am not able to get the index.hw i can do this???? plz help me

Member Avatar for Jx_Man
0
69
Member Avatar for kinley2007

sir/madam i m a new student to learn VB.net.But i know the visual basic 6.0.so now i want to know what is the difference between .net and visual basic 6.0.

Member Avatar for Jx_Man
0
71
Member Avatar for samiullah478

AA All i want to know about future of Vb.Net i am a vb6 and Vb.net developer since many time. but now i see from every where that ever body says that C# over comes vb.net in future and vb.net no more available and finish. so how much its true …

Member Avatar for Jx_Man
0
145
Member Avatar for Annex

Hi all, I have a simple question. But tell me please. How can I open another form which is being the same project by pressing the button?

Member Avatar for Jx_Man
0
147
Member Avatar for Gopinath_AC

hai everybody i Dont know how to validate emailid. please anybody help for this with example codings

Member Avatar for bharatsaboo
0
58
Member Avatar for saravanarajan

Hi everyone! please help me! how to write stored procedure in oracle .. ...how to calling that procedure in my vb.net.....please help me very urgent

Member Avatar for zandiago
0
56
Member Avatar for rise4u

Hi..im a bigenner in vb.net please help me by sending the code for retrieving the table data from ms access db.. please help

Member Avatar for greeny_1984
0
29
Member Avatar for tstkenny

I've been searching for a solution for 2 weeks but no luck. I am using Vb2005. On windows.form1 I put 2 standard Webbrowser1 control2 as WB1 & WB2, then wb1.navigate(url). The target URL is a framed remote website. I want to get one of the frame to be displayed in …

0
48
Member Avatar for NoobertGames

i dont know if i am in the right area for this but here is my question (its not for homework just something a friend and i are trying to figure out) is it possible to create a program that can load a .doc file from an internet/intranet server and …

0
53
Member Avatar for pritia

hi i have a problem here..hope u guys can help me.. i have two projects p1 n p2 in [U]vb.net windows application[/U].. what i want to do is link these two projects such that when i click a button in form1 of p1 it goes to form2 of p2...help please.... …

Member Avatar for joecasa
0
78
Member Avatar for walalawi

hello everybody am a new member and am working in my graduation project i have a device that i need to connect to the sound card then take data from that device for drawing purposes am very new to vb.net so anyone can provide with some source code that might …

Member Avatar for jbennet
0
79
Member Avatar for nice_true

Hi! Can anyone make it clear as to when to use cache variables and when to use session variables, i.e. what is the difference between the two?

0
104
Member Avatar for vb_vih

Hello every1, I need some help 4 my project. I have listview having names as listviewitems which r already sorted. Now if i type any alphabet say H in textbox then i want focus on the name wchich starts from h in listview. I m working on vb.net 2003 and …

Member Avatar for zandiago
0
73
Member Avatar for pritia

i have 2 windows application project p1 and p2... in first project p1 i have added the 2nd project p2 using add existing project.. now my problem is how to link one form in p1 to another in p2..

0
54
Member Avatar for sniper1983

Hi.. Sorry if this post is misplaced but thourght that it would fit in best here. What I want to do is call a function, maybe by postback, when a dynamic constructed linkbutton is pushed. This should be done with a parameter and this is the part that I can't …

0
99
Member Avatar for Annex
Member Avatar for jbennet
0
64
Member Avatar for mahvish

[COLOR="Green"][B][/B][/COLOR] hello mam/sir how to get different results by cliking the same button in vb.net.for eg if iam clicking button1 to get 'xyz' in txtbox1 then how to get some 'abc' in the same txtbox bycliking the same button thnqqqqqqqqq

Member Avatar for mufliha
0
89
Member Avatar for Rockstar4cs

I'm having trouble putting in error messages for a selected index. I have a list box that has 5 products in it and I have a numeric up down that goes up to 5. Each product in my inventory has a limited quanity. When the user goes over the limit …

Member Avatar for MehdiAnis
0
94
Member Avatar for iamthwee

Following this [url]http://support.microsoft.com/kb/301070[/url] So it works fine on text file, but fails on anything like word or excel files. Try it and you'll see! Why? Does it need to read/written in binary. Any help is greatly appreciated.

Member Avatar for MehdiAnis
0
91
Member Avatar for Revan

Hi, i was making a program ( a game) and i need to have a reset button which resets the entire game back to the beginning, so back to when the form was loaded, but i dont know how i should call on the sub. The sub is called Public …

Member Avatar for debasisdas
0
118
Member Avatar for pickachu

I have problem with my small vb program, just started to learn VB this week. [code] Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim s As String With record s = "SELECT * FROM user1" record.Open(s, data) If TextBox1.Text = record.Fields(0).Value And TextBox2.Text = record.Fields(1).Value …

Member Avatar for debasisdas
0
94
Member Avatar for roundhouse

Hello, I am trying to run a batch file from a .NET project for a device running the compact framework. I have tried using system.diagnostics.process, but this class does not exist in the Compact framework. EDIT: It's running .NET version 1.1 Could anyone tell me any other ways to achieve …

0
49
Member Avatar for Rockstar4cs

I want the print button below to print out whatever the user orders and not the entire order list. The List is steam read into the list box I made. My problem is when I click the print button it displays all the products in the print preview instead of …

Member Avatar for Rockstar4cs
0
122
Member Avatar for StatiX

I need to save the contents of a richtextbox in a MS Access database, I can get the textbox to change fonts,etc.. but when its saved into the database, all the formatting is removed. Would I need to save the file as binary or something. Any ideas appreciated.

Member Avatar for MehdiAnis
0
71
Member Avatar for kadatagroup

We've got a database with a table that is growing fast. The database is a SQL db that exists at another location connected via the Internet. Originally, we had code to edit records, one at a time by flipping record by record (one record displayed on the form). Unfortunately, this …

Member Avatar for binoj_daniel
0
76
Member Avatar for nurulhidayati

hai, i want to extract data which means export the data by schema selecting in arcmap,before i've done make a query data within vb.net and it works perfectly..i combined vb and vb.net together in arcEngine ClassLibrary... so,is it posible if i do the same way to extract data? <combine vb …

Member Avatar for nurulhidayati
0
149
Member Avatar for ashblynn02

First off, Thanks again for all your guys help :) I worked on a project where the user was supposed to enter numbers one at a time. After each number is entered, the program is to display the number of inputs, the total numbers entered, the average, the maximum and …

Member Avatar for binoj_daniel
0
135
Member Avatar for Cecilia_notes

I am working on a vb.net windows application, I need put a excel-like table on a panel, I need to be able to edit this table the same way as I manipulate a excel table, TableLayoutPanel seems not flexible enough, do I have other choices? Appreciate it!

0
55
Member Avatar for haringmunti

Hi, Im new to VB. Im creating a windows application that computes for certain figures which i plan to save and have this information sent to ms access 07. I know how to connect the databases. My problem is that when i placed in the save command, it doesnt show …

Member Avatar for manoshailu
1
114

The End.