Search the web
Sign In
New User? Sign Up
VisualBasic_Official · Visual Basic . VB.net . VBS . ASP.net
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 7745 - 7774 of 9530   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7745
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...
vishal galvankar
vug_2000
Online Now Send Email
May 1, 2006
3:07 pm
7746
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...
Demetrius Powers
blocklif
Offline Send Email
May 1, 2006
7:02 pm
7747
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...
c815p
Offline Send Email
May 2, 2006
3:57 am
7748
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...
raymond_b_viloria
raymond_b_vi...
Offline Send Email
May 2, 2006
5:12 pm
7749
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...
Natishin, Steve
stephennatishin
Offline Send Email
May 2, 2006
5:44 pm
7750
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...
Demetrius Powers
blocklif
Offline Send Email
May 2, 2006
7:38 pm
7751
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...
tristan mullany
tristanmullany
Offline Send Email
May 2, 2006
11:36 pm
7752
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...
Donald Rose
djsweet2004
Offline Send Email
May 3, 2006
2:34 am
7753
... Of cource. This option disables automatic conversion from integer to string. ... textbox1.text=strmystring.length.tostring Tips : Vb .net is a full object...
johan max
johansmax
Offline Send Email
May 3, 2006
3:22 pm
7754
do it like TextBox1.Text = CStr(Len(strMyString)) Roopesh tristan mullany <tristanmullany@...> wrote: Hi Group I am trying to teach myself VB.Net. I...
Roopesh Kumar
rk9811321262
Offline Send Email
May 3, 2006
3:23 pm
7755
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...
ruchir shah
rpshah1208
Offline Send Email
May 3, 2006
3:23 pm
7756
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...
ruchir shah
rpshah1208
Offline Send Email
May 3, 2006
3:24 pm
7757
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))...
haganbill@...
haganbill
Offline Send Email
May 3, 2006
3:27 pm
7758
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 ...
tristan mullany
tristanmullany
Offline Send Email
May 3, 2006
5:58 pm
7759
dear all , how can i make aDLL file in vb.net Thanks...
Ahmad Talat
ahmad_talat2050
Offline Send Email
May 3, 2006
5:59 pm
7760
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...
James Ward
jward448
Offline Send Email
May 4, 2006
12:12 am
7761
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@...>...
Gogoi Sairem
gogoigroup
Offline Send Email
May 4, 2006
5:28 am
7762
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...
jointheasim
Offline Send Email
May 4, 2006
5:47 pm
7763
Hii guyz!! i want to add images [some icon files] in dll or in exe file. is it possible in vb.NET? how??...
Omkarnath
intelomkar
Offline Send Email
May 4, 2006
5:49 pm
7764
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...
chidor79
Offline Send Email
May 5, 2006
8:40 am
7765
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...
Lionel
lionelnz01
Offline Send Email
May 7, 2006
6:56 am
7766
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...
A B
hcl_23
Offline Send Email
May 8, 2006
3:28 pm
7767
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...
Gas Traveller
annprogramer
Offline Send Email
May 8, 2006
5:26 pm
7768
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...
A.MEYER@...
anika_meyer_aav
Offline Send Email
May 9, 2006
5:46 pm
7769
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...
rajeev kumar
rajeevkrgniit
Offline Send Email
May 9, 2006
5:47 pm
7770
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....
A.MEYER@...
anika_meyer_aav
Offline Send Email
May 9, 2006
5:49 pm
7771
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...
Mohammad Imran Rizvi
imran261281
Offline Send Email
May 9, 2006
7:01 pm
7772
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 ...
rajnagi
Offline Send Email
May 10, 2006
3:12 pm
7773
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 ...
nimanthad
Offline Send Email
May 10, 2006
3:17 pm
7774
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. ... ...
John Petty
asmenut
Offline Send Email
May 10, 2006
4:05 pm
Messages 7745 - 7774 of 9530   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help