This is very simple code will be like this if option1.value =false and option2.value=false and option3.value =false then Msgbox "please select atleast one...
I think you should use or rather than AND because and only returns false if all of then are unchecked if you us OR it checks each one to see if it has been...
I want to be able to forward sent email being sent through Outlook. We have one ISP account (Insight Broadband) and I want to have a copy of sent emails to my...
Good day. I am an incoming 4th year computer science student. I would appreciate it if anyone could share some good and not so hard topics for my thesis this...
An idea you might be interested in: I am a developer in the banking industry and application security is a good topic. You can write about how to secure a web...
I think you should do something on Data Migration and XML or maybe do something on AJAX.....Anything about Data and Security is a winner! raymond_b_viloria...
Hi Group I am trying to teach myself VB.Net. I have used VB 6.0 before but quite a while ago. And I have found it quite different. Well here is my problem, I...
Once you turn option strict on you must adhere to the A's clause for your code. Try declairing a variable as double to hold your data then coverting the data...
... Of cource. This option disables automatic conversion from integer to string. ... textbox1.text=strmystring.length.tostring Tips : Vb .net is a full object...
do it like TextBox1.Text = CStr(Len(strMyString)) Roopesh tristan mullany <tristanmullany@...> wrote: Hi Group I am trying to teach myself VB.Net. I...
hi, i am trying my best dear. your error occurs because the command "Option Strict On" does not allow implicit conversation from int to string now msgbox takes...
hi, i am trying my best dear. your error occurs because the command "Option Strict On" does not allow implicit conversation from int to string now msgbox takes...
hi. from my little knowledge, i don't think a textbox accepts none string. so, from off the top of my head, do try this: TextBox1.Text = CStr(Len(strMyString))...
Hi Guys Thanks for your help. I see there are many ways to proverbially skin a cat. All three of the following work: TextBox1.Text = Len(strMyString).ToString ...
Hello All, I have to write a procedure that does the following: - Connect to a TCP port on a remote computer that has a simple listener application already...
Hai Everybody In need to connect a chm help file from vb.net application, If anyone helps me I would be very gratefull Demetrius Powers <blocklif@...>...
hi i have to required that design a report in MS Word and send data to that file from Ms Access using VB 6. any one tell me how i can do this.? thanks...
How can one package an application designed with VBA for Ms Access so that users don't have to have Ms Access on their systems before they can use the...
Hi Folks, Newbie struggling with this exercise of adding new data to to data that us loaded into form. I have tried a variety of things but I can't seem to get...
Dear friends, I want to insert information of 3 papers but the no. of papers is not fixed. The user can select 1 or 2 or 3 papers at a time. I have to insert...
Hi to all, i am using windows 2000 professional, i downloaded visual basic 2005 express edition, also downloaded both window installer 3 and service pack 4,as...
Hello all: A few hours ago I asked you for sending me a sample code in order to read a textfile and convert lines to a character array. Now I have found a...
hi friends, you specified that you are using one Primary Key field,so am recomending to save the selected papers which seperated by any ascii definable...
Hello all: I would like to read text from a txt-File but in a line - order. From these lines I have to catch only a few characters in the middle of the lines....
hi Fakhruddin, I am not understanding your problem well , but as far as i understand , i think u have two tables and they have one to many relationship first...
Hello All I have joined this group today and i am new to VB. I am working in GIS (Geographic Information Science) field and have to use ArcObjects for ...
Hi, Can u help me in solving the problem of adding 2 numbers (child & adult sections) in vb.net ... The coding as follows : Imports System.IO Imports System ...
What 2 numbers are you trying to add? Are these numbers related to teh SQL database or are they just numbers? please expand on your request a bit more. ... ...