20,284 Topics

Member Avatar for
Member Avatar for rabih80

Hello all, Hope someone can help me with this : am writing an application that depends on changing the default gateway and the DNS Ip's However am stuck on this. am using VB.Net 2005. Can any one just help me ..!? Thanks in advance.

0
46
Member Avatar for jbennet

Does anyone have any experience with WMI?I need to get the windows version. Ive managed to get it working to display it like [B]Windows XP (NT 5.1) Revision 0 Build 2600[/B] in a message box but i need to find out the SP and type (e.g datacenter server, terminal server, …

0
68
Member Avatar for JaedenRuiner

Okay, Now I have made some changes from one version of my source to a new one, and suddenly the program hangs in the middle of it. I've gone over the source with a fine tooth comb and there should be no reason that at the access of a specific …

-1
77
Member Avatar for TransKim

Hullo Members, is there any one who can help me make a VB search code in MS Access 2003, I have a First names column and Last names column but I cannot make a search criteria that suits both first and last names incase one enters either of the two …

0
64
Member Avatar for nitewolfgtr

I have a assignment from school that I'm having trouble with. I need the program to beable to do... Can someone help me with what I'm doing wrong? * Input an order ( NumberOfPizzas and NumberOfCokes) * Compute the OrderAmount = (NumberOfPizzas * decPIZZAPRICE + NumberOfCokes * decCOKEPRICE) * Compute …

Member Avatar for manal
0
439
Member Avatar for SerapH

Hi I am creating an MDI application that asks the user for a User ID and Password to be able to show personal details once verified. Details of user ids and passwords are available in a MS Access Table1. There is another table2 for user details, and another one yet …

Member Avatar for manal
0
168
Member Avatar for culebrin

I have this code: [CODE]Dim cb As OleDb.OleDbCommandBuilder Try cb = New OleDb.OleDbCommandBuilder(daDocuments) daDocuments.Update(CType(bdsDocuments.DataSource, DataTable)) MessageBox.Show("The data load has finished...", "DBF Load") Catch ex As Exception MessageBox.Show("1.- " + ex.Message) End Try[/CODE] but, the OleDbCommandBuilder don't create the updatecommand and hence it doesn't work... any ideas?

Member Avatar for manal
0
301
Member Avatar for WhitePunk

i have a code of a projectile but... can these code be shorten or not??? i need new version of this and some times if i played this one some error was done hope you could help me to fing the error Option Explicit Dim Angle, Theta, y, x, t, …

Member Avatar for preetham.saroja
0
158
Member Avatar for geetajlo
Member Avatar for Rudner D. Diaz

Hello everyone, im new in vb.net..as of now im using msaccess as my back end.When i run the program in my pc..it run ok..but when i try to map so that other user can user the database..it cannot save..message is read only..any suggestion on how to use the msaccess for …

Member Avatar for Rudner D. Diaz
0
107
Member Avatar for sanhitabhide

Hiii all, I am sanhita Bhide form australia and doing Graduation In Information Technology. I am doing Vb.Net as one of my subject I am having a project in relation with windows application in Vb.Net in which we are required to build a windows based application for a "Car Auction …

Member Avatar for preetham.saroja
0
119
Member Avatar for preetham.saroja

hai, Its very urgent.can somebody tell m,how to add two textboxes and then display the result in the third textbox ,using keypress -in javascript.... regards....

Member Avatar for preetham.saroja
0
166
Member Avatar for bcm
Member Avatar for preetham.saroja
0
102
Member Avatar for satisn1

hello! I am actually doing a project on Employees-project where Many employees are assigned many projects.Can you please suggest me what I can put as menu bars.

Member Avatar for preetham.saroja
0
87
Member Avatar for geetajlo

hi i want to change the color of rows in a datasheet that is i want each rows to be of one color. Is it possible?

Member Avatar for preetham.saroja
0
87
Member Avatar for bcm

I want to add the values only first time when I run it and then display it in appconfig.xml file, then next time when I run my application it should display that values... the design form of my progrn is as follows: 1)LABEL TEXTBOX COMBOBOX 2)LABEL TEXTBOX COMBOBOX 3)LABEL TEXTBOX …

Member Avatar for binoj_daniel
0
145
Member Avatar for hirtej

hi i can not bind text box at runtime successfully in vb.net2003 the code is describe below imports system.data.sqlclient dim conn as new sqlconnection dim cmd as new sqlcommand dim adp as new sqldataadapter dim ds as new dataset // [COLOR="Green"][U] form load [/U][/COLOR] conn.connectionstring="" cmd.commandtype=commandtype.text cmd.commandtext="select * from master_dept" …

Member Avatar for vuyiswamb
0
105
Member Avatar for hafidz
Member Avatar for apchidara

hi every one I want to weite a pice of code that if specific condition happened I set the focus on a textbox. I prefere that have a colornotification as well. any one knows how to do that.in vb.net express

Member Avatar for apchidara
0
171
Member Avatar for narendra_mca11
Member Avatar for ironwood9

I have a project where the user selects from 4 combo boxes, and I want to "Keep Score" based on their selections in those combo boxes They pick the 1st item in the 1st cbo box, it adds 1, if they pick the second item, it adds 2 and so …

Member Avatar for williamrojas78
0
142
Member Avatar for swaters86
Member Avatar for bcm

I am retriving source code for a web page. This source code contains an image.gif file which displays an image. I want to delete that image, how can I do that using [COLOR="Red"][B]vb.net???[/B][/COLOR] PLEASE help soon....

Member Avatar for williamrojas78
0
121
Member Avatar for diana_j86

Hello All. [B]I have 3 tables in database, they are:[/B] - [B]DEBT:[/B] ACCT, DESK_KEY, SECT_KEY, DESK_DATE, SECT_DATE - [B]DESK: [/B]DESK_NAME, DESK_KEY(primary key) - [B]SECT : [/B]SECT_NAME, SECT_KEY(primary key) [B]The Application works like the following:[/B] I have a browse button and a corresponding textbox, you should choose an Excel Sheet and …

Member Avatar for williamrojas78
0
93
Member Avatar for illicit

I did some copying of my forms so I get the same layout and for some reason the first form that opens is not the same one anymore. Is there something I have to set in order to have a particular form to open first?

Member Avatar for williamrojas78
1
65
Member Avatar for JavaFish

Hi I am trying to get to grips with querying an access database and displaying the information. I have started with a coun sql command to just return the number of rows but wanted to display this to the screen but each time it shows as null - there are …

Member Avatar for JavaFish
0
562
Member Avatar for chrismitchel

I have developed a VB.NET application that should interface with a fingerprint reader via USB. the drivers for the reader install a libusb.dll to system32. My problem is, even after installing the reader drivers, i still cant have access to the reader. Am told that i have to make use …

0
68
Member Avatar for chrismitchel

I am using Visual Web Developer to come up with a VB.NET application. when i try to add a new item to my project, the closest i find to a WinForm is a web form. can some one please help me figure out how i can add a blank WinForm …

Member Avatar for chrismitchel
0
57
Member Avatar for adv

Hi all, I am pretty new to vb.net and as such facing a pretty simple. I have an application which is finally going to call a function defined in a dll. The function declares a variable of type unsigned long int funct(unsigned long lvar); The size of unsigned long on …

Member Avatar for adv
0
124
Member Avatar for Duki

here's my printing code: [code] Private Sub PrintDocument1_PrintPage(ByVal sender As System.Object, ByVal e As System.Drawing.Printing.PrintPageEventArgs) Handles PrintDocument1.PrintPage Dim printlinestring As String Dim horizontalPrintLocationSingle As Single Dim verticalPrintLocationSingle As Single Dim printfont As New Font("arial", 12) Dim lineheightsingle As Single = printfont.GetHeight horizontalPrintLocationSingle = e.MarginBounds.Left verticalPrintLocationSingle = e.MarginBounds.Top PrintPreviewDialog1.Document = PrintDocument1 …

Member Avatar for Duki
0
147

The End.