Make a blank picture file and call them when u want blank picture box Picturebox1.Picture = LoadPicture("c:\map1.gif") and for blank Picture1.Picture =...
Hello friends I have displayed some image on form using GDI graphics of VBDOTNET.Now i want to apply Zoom to this image.For that i tried scale method of Form...
I want to know about Clipper? is it any software? or just microsoft packages like tool such as Ms-Word, Excel..... Its so urgent. Plz tell me about it. Thanks ...
Set the image property of the picturebox to Nothing PictureBox1.image = Nothing It is as simple as that. Rashid Ali <rashidasahi@...> wrote: Make a blank...
Clipper is a compiler from a programming languague, developed from CA-Computer Associates, and is very usefull to use with databases in format DBF. This...
I am new to .net. In VB 6.0 we are declaring a fixed lenght string as Dim myName as string * 20 - Which occupies 20 characters only How can we declare a fixed...
Do this declaration Dim a As New VB6.FixedLengthString(10) Roopesh rajakkal <rajakkal@...> wrote: I am new to .net. In VB 6.0 we are declaring a fixed...
Hello Members, What is the constant of blank line? I want to use in instr method to find the location of blank line. ... Can you suggest what to do? See the...
Hi guys... I'm using Data Report in my Report Generation Module. The default page of the Data Report is Portrait... Is there a way that I can change it to...
I think there is no constant for that. But u can search the string with the continuous "char(13)" . If this occurs than it mean that the second one is used for...
Hi, I want to read a file containing delimitter like < >. The file contains tagged words as follows. <Photon> 34 <electron> 344 . . . . . <end> I want to...
dim line as string, TagName as string, TagVal as integer dim p1 as integer, p2 as integer TagName = "" line = Myfile.ReadLine p1 = Cint(InStr(1, line, "<")) if...
HI, guys. This is simple but is not in the books. In VB6 you format 5 to 000005 with format(str(5), "000000"). How you do it with VB2005. Thank you. ...
As you have no doubt found out, VB.Net does not have a Comm control. So, you can either get the Comm control from VB6 and use it in VB.Net, or you can write...
dear all i blind about syntax and step by step to use gsm modem to send sms with VB. any somebody to give me intruduction how using vb to send sms using...
Hi All, Using VB.Net Dim loCryptoClass As New TripleDESCryptoServiceProvider Dim loCryptoProvider As New MD5CryptoServiceProvider I can decrypt any text string...
VB or .Net are not great at doing hardware. This is against the creed of VB anyway of doing higher level DB / client /server apps easily. 3rd party controls...
Are you saying that VB.net 2005 now comes with a comm control? Or are you agreeing with me that VB.Net 2005 can use the VB5/6 comm control? ... From: Ignatius...
Hi Everyone, I have a combo box in vb.net( windows program). I pupulated the combo box on page load. I am also defining a selected indexChanged event for that...