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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 7396 - 7426 of 9531   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7396
How to remove excess lines in a multiline textbox. Everytime I enter text and save it to the database (using a multiline textbox), there are special characters...
bikloy
Offline Send Email
Feb 1, 2006
8:09 am
7397
To remove all the special characters: Text1.Text=Replace(Text1.Text,VbLf,"") Text1.Text=Replace(Text1.Text,VbCr,"") To remove only the last special character: ...
Black Knight
mujtabasiraj
Offline Send Email
Feb 1, 2006
4:56 pm
7398
Helllo Dear, I gave u some tips which help You in developing The Payroll Project using Crystel Report. 1. Install a crystel Report S/w 2. Develop a report on...
mayank sharma
mayank_sharm...
Offline Send Email
Feb 1, 2006
5:04 pm
7399
Hello! Someone can help me to use Microsoft office image writer, i want to have my reports in preview and need to put it. I understand that this utility is in...
quetis sanchez
ketys_sanchez
Offline Send Email
Feb 1, 2006
9:33 pm
7400
Thanks.. big help. It worked.... I'm really grateful... thanks again....
bikloy
Offline Send Email
Feb 2, 2006
1:38 am
7401
Hallo, I am trying to programm in VBA a sort of navigation tool to jump to different section of a presentation during the slideshow. To build up this...
m74andrew
Offline Send Email
Feb 2, 2006
4:38 pm
7402
Hi all, There seems to be a problem with Crystal Reports that comes packaged with VS2005. Crystal has acknowledged the problem and assigned a tracking number...
nobledeanbell
Offline
Feb 2, 2006
4:38 pm
7403
You might try a doevents (Not sure if it works with VBA, but it is used in VB.) to take care of the form close problem. But check the link before doing so. ...
Darrell Adams
captain_51
Offline Send Email
Feb 2, 2006
4:59 pm
7404
Robert, That's uncool. While the knowledge required for MCAD is more experienced based, the training obtained from courses such as the ones microsoft and...
John Petty
asmenut
Offline Send Email
Feb 2, 2006
9:07 pm
7405
hello all... i want to call an api -> postmessage(ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, ByVal lParam As Long) As Long from vb.net 2005....
napster_nerry
Offline Send Email
Feb 3, 2006
5:58 pm
7406
Given an MDI application in VB6... If the MDI form declares global variable ImportantVariable, and a child form declares a variable local to the form named ...
seecwriter
Offline
Feb 3, 2006
7:27 pm
7407
I usually put all API commands in a class. Public Class Win32 Public Declare Function PostMessage Lib "user32" Alias "PostMessageA" (ByVal hwnd As Integer,...
Dave Cranidge
dcranidge
Offline Send Email
Feb 3, 2006
7:27 pm
7408
hello all... I Have written a code that make changes in another application by using its handle in vb.net 2005. Now i want to reflect these changes in that...
shalin kapadia
napster_nerry
Offline Send Email
Feb 4, 2006
8:23 am
7409
HI everyone last time I had to ask for help was about 2 yrs ago I was hoping someone could help me with why my program is doing what it is and/or why I'm using...
vbstinger
Offline Send Email
Feb 4, 2006
11:08 pm
7410
Hi please some one help me to create ftp cient program ... I need it semple and vb.net 2003. thanks Qattan . Kuwait (+965) 7919277 alqattan2000@... ...
Mohammed
alqattan2000
Offline Send Email
Feb 4, 2006
11:08 pm
7411
I have a collection of objects and each object in the collection has two values I want to display (StoreAddress and StoreCity) in the DataTextField of a...
Mike Hoy
mikehoy
Offline Send Email
Feb 6, 2006
5:47 am
7412
Dear all, i need to create a dsn to an access database dynamically form a vb program.solution??? any assistance is applauded...
uday bhargav mandava
uday_mandava
Offline Send Email
Feb 6, 2006
10:20 am
7413
Hello: I am using the SerialPort component class in VB.net 2005 to do some communication. The thing is that using this class i can write the data by doing: ...
noew10
Offline Send Email
Feb 8, 2006
4:42 pm
7415
Hello all, I have a very successful shareware product that I wrote in VB6. It is now time to write a new version. I don't know if I should stay with VB6 or...
nobledeanbell
Offline
Feb 8, 2006
4:43 pm
7416
Hi Guys, I am new to the group and have run into a problem. I have written a simple program in CE that talks via a wireless ethernet connection. It talks fine...
John De Franco
parajohnd
Offline Send Email
Feb 8, 2006
6:06 pm
7417
Hi, VB6 programms can easily be migrated to VB .NET. There is a tool in VB .NET that automatically converts your VB 6 project to a VB .NET project. There might...
Davood Karimi
dkarimi57
Offline Send Email
Feb 8, 2006
6:06 pm
7418
I am using VB6 with a Access Database. I am using SQL statements to pull data out of my database and I forgot my operator for numbers. Here is my problem, Dim...
DLP
spiderman35045
Offline Send Email
Feb 8, 2006
9:26 pm
7419
try myInvoice = cdbl(txt1.Text) 'to take away the quote marks set rs = cn.execute("ado1.Recordset.Find "Invoice LIKE %" & myInvoice & "%") The % signs are...
Darrell Adams
captain_51
Offline Send Email
Feb 9, 2006
12:21 am
7420
keep using * as wildcards because you are using find syntax, not full SQL statement. my advise is you better use sql like select * from where ....... than...
Setiawan Gunadi
awan2000_3
Offline Send Email
Feb 9, 2006
4:04 am
7421
Dear Friend, Its ok. But we can't convert datareport. Have you any idea to create a dynamic crystal report in vb.net. Thanks Rahul Verma Davood Karimi...
Rahul Verma
rahul9818084057
Offline Send Email
Feb 9, 2006
5:08 am
7422
guys.... im about to create a quiz system .... but my major concern is that how will i make it executable in MAC OS. any idea is much appreciated! regards to...
ibenn57
Offline
Feb 9, 2006
8:15 am
7423
Noble-- thats purly depends upon the application that your are going to write. but it will be good if you move to VB.NET(i was also having same case, i started...
Gurpreet S Gill
vbdotnetgsgi...
Offline Send Email
Feb 9, 2006
9:05 am
7424
I could use SELECT * but it is not a good place for me to use that. I am just putting in a invoice number and finding that record in the recordset. I tried %"...
spiderman35045
Offline Send Email
Feb 9, 2006
5:34 pm
7425
Kind of what I am thinking. I just am scared that the download file sizes will be really large. Everyone that authors shareware knows that the smaller the...
nobledeanbell
Offline
Feb 9, 2006
6:08 pm
7426
I cannot get any crystal report to work in .Net. See my other post about a logon problem with CR in .Net 2005. nb ... in VB .NET that automatically converts...
nobledeanbell
Offline
Feb 9, 2006
6:09 pm
Messages 7396 - 7426 of 9531   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