20,279 Topics

Member Avatar for
Member Avatar for Saman Aslam

hi all i m having a confusion kindly help me out i have two textboxes for debit and credit entries. i want to disable the debit textbox when i get text in credit field similarly when i get data in credit textbox i want to disable the debit field. waiting …

Member Avatar for Nick Evan
0
124
Member Avatar for SolTec

I have a form that is supposed to update tblMain in my database, and when I press btnSave it says in a messagebox, saved, but when I look at the table or try and recover the data from the dataset all I see is NULL values. Any help would be …

Member Avatar for VB_help
0
141
Member Avatar for Edrog

Hi I need alittle help. I am doing a VB.Net class and I am having trouble with code for calculating. I dont know hoe to do the code for it. I have to have a calculation for Original Price, Discount rate and New Price. Plus I dont know how to …

Member Avatar for slavedogg
0
117
Member Avatar for juicyapple

Hi, I want to use server.mappath to get virtual path of a file, but the function cannot be used in a class file...please advise.

Member Avatar for Alekhan
0
91
Member Avatar for gagan026

unable to start debugging on web server..the web server is not configured correctly..

Member Avatar for Alekhan
0
38
Member Avatar for geetajlo

Hi i want to convert only the first letter of a firstname n his lastname seperating by a space. Note every time he/she input firstname the first letter should be Uppercase and when she/he press the space bar the last name only the first letter should be Uppercase. Help Me …

Member Avatar for Alekhan
0
109
Member Avatar for Marks256

What would need to be done in order to make an application go full screen? this means NO task bar, or Title bar. I did find a small bit of code (a while back), but it didn't work. Any ideas/solutions would be great! :) Thanks!

Member Avatar for clikka
0
224
Member Avatar for SolTec

Thank you in advance for any an all assistance. Is there a way to programatically get the Record number and the of {0} count, without using the navigation wizard in VB.NET 2005, in a label or textbox? Michael

0
49
Member Avatar for c++ prog

i've been developing a game for quite some time now...it will be finished soon...my only concern now is how to make my game more interesting to the gamer's eyes...so i included a video to be able to give a brief background of how the story unfolds...but the problem is that …

Member Avatar for c++ prog
0
89
Member Avatar for densman

How do u write a code for vehicle registration checker with maximum of 7 character input. The first two letters searches for the list of cities, the following 2(numbers) searches for random numbers of the car(pre written) and the last 3 shows a car manufacturer code.. When a button is …

Member Avatar for Nick Evan
0
113
Member Avatar for hendyhanusin

Dear friends, I wrap an unmanaged VC++ 6.0 class in VB .NET like below : [code] Declare Function ACR120_ReadATQB Lib "ACR120U.DLL" (ByVal rHandle As Short, ByRef pATQB As Byte) As Short Declare Function PICC_RATS Lib "ACR120U.DLL" (ByVal rHandle As Short, ByVal FSDI As Byte, ByRef atslen As Byte, ByRef ats …

Member Avatar for kerek2
0
337
Member Avatar for Sampath.nalaka

Hey I Want to know How Can i develop a software to send sms pc to all mobile phones using vb.net. Can you guide me how to do it or plz send me a sample code.

Member Avatar for densman
0
90
Member Avatar for charitha_sharma

hello all i have experience with windows forms programming but now i have to work independently for the whole project i need help in two topics pls help me 3 clients will be connected to my server front end : VB.Net my database : Oracle my question is how to …

Member Avatar for charitha_sharma
0
84
Member Avatar for juicyapple

Hi, I have created a window services in vb.net and it is installed successfully. But when I start the service, I get the error [COLOR="Red"]error 1053, the service did not respond to the start or control request in a timely fashion[/COLOR] And this is the code..I suspect that the error …

0
76
Member Avatar for mikek999

I am writting a program that communicates with Amazon Seller services. One of the tasks involved is the uploading and downloading of XML documents containting order information. Below is the example source code provided by Amazon for vb.net. I finally got most of the code working, but I am stuck …

0
76
Member Avatar for leokuz

I have two checkboxes on my Form1, one is called "CheckOE" and the other "CheckCDO" I would like to have an option of sending email message using either Outlook or CDO. Both email codes work fine if placed in the button alone, but I dont' know how to skip either …

Member Avatar for leokuz
0
132
Member Avatar for harryl5

Hey ! I was looking how to use different and more intresting tools in Visual Baisc 2008. We all know that you can add a 'Microsoft Web browser' into your form, but by adding certin tools to your tool box, can we use different browsers with VB.NET such as Firefox, …

0
71
Member Avatar for Jade_me
Member Avatar for Jx_Man
0
77
Member Avatar for ads248

Hi I've populates a DataGridView from the results of a SQL query programmatically, so I haven't had to define the number of columns, etc. Just before I display it, I'd like to change the columns with Yes/No in them with checkboxes. Any ideas how I can do this programmatically? Regards …

Member Avatar for ads248
0
1K
Member Avatar for Derice

hi, i have a question regarding playing audio file using vb 2005. Here is my working code: [CODE]Dim dlgFileDialog As New OpenFileDialog dlgFileDialog.FileName = "C:\Documents and Settings\wek060049\Desktop\MusicAppreciation\Resources\1.mp3" Me.AxWindowsMediaPlayer1.URL = dlgFileDialog.FileName [/CODE] it is working perfectly, i am wondering if i build an installation file from my project will it still …

Member Avatar for Ramy Mahrous
0
94
Member Avatar for AndreBotha

Hi Can any body point me in the right direction, I have to write a program using VB or any other language that will enable me to record audio from a mic jack, save it to a file in the .wav format and be able to replay this while the …

0
52
Member Avatar for William

Hello, I am new to Visual Basic.NET, and programming. I am wondering if someone can help me get to understand the VB.NET language. I learned some visual basic 6, but none of that seems to works anymore in the new version. Before in VB6 I could make a chat client …

Member Avatar for arjunsasidharan
0
563
Member Avatar for mi6_thor

hi frnz!...m a comp. Sc diploma student n m in2 my final(project) semester....whre we need 2 submit our own projects. i hav been asked 2 prepare a Quizzing software...much similar 2 those conducting online exams lyk the MCSE etc....based on VB n MS-Access. plz help me on how 2 start …

Member Avatar for SolTec
0
149
Member Avatar for michellemonty

Hello all. I'm creating a basketball program. There are two teams of five players each. Each player has a randomly generated offensive and defensive stat. The program randomly picks two players to match up. If the offensive stat of the offensive player is greater than the defensive stat of the …

Member Avatar for indiansfanatic
0
104
Member Avatar for sreelakshmi

Is there any eventhandler for RichTextBox in vb.net to catch the selection of text event? I want to enable cut,copy,delete control mentu strip items on selecting text. Edit > cut,copy,paste,delete Only on selecting text the cut,copy,delete should be enabled Please help me out....

Member Avatar for poguemahone
0
115
Member Avatar for nadith_cs

i'm using visual c++ 2005 and in windows forms app how do i store a respond of a MSG box... the methods given in both MSDN new and the web mSDN doesn't seem to be working.if they worked in ur machine tell me the procedure i have to follow....plz help …

Member Avatar for harryl5
0
157
Member Avatar for c++ prog

can anyone suggest any website that will help me a lot on creating a simple chatbox? tnx

Member Avatar for Jx_Man
0
305
Member Avatar for Oxiegen

Hi, all! I'm trying to send a HttpWebRequest to an url that, other than %20, does not take escaped characters. But for some reason, when I do: [ICODE]_HttpWebRequest = DirectCast(System.Net.HttpWebRequest.Create(New Uri("http://web_address")), System.Net.HttpWebRequest)[/ICODE] I end up with an escaped uri string. For example, a string containing the swedish letters å, ä …

0
240
Member Avatar for sachinkumar75
Member Avatar for thud

I would like to use nested tokens. For example entering the following into textbox1: {red | green | blue | yellow} and pressing a command button could randomly place one of the above colors into textbox2 each time it is pressed. I would like to do the above as an …

Member Avatar for Nick Evan
0
231

The End.