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...
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: ...
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...
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...
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...
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...
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. ...
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...
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....
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 ...
I usually put all API commands in a class. Public Class Win32 Public Declare Function PostMessage Lib "user32" Alias "PostMessageA" (ByVal hwnd As Integer,...
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...
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...
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@... ...
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...
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: ...
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...
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...
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...
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...
try myInvoice = cdbl(txt1.Text) 'to take away the quote marks set rs = cn.execute("ado1.Recordset.Find "Invoice LIKE %" & myInvoice & "%") The % signs are...
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...
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...
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...
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...
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 %"...
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...
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...