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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 8066 - 8095 of 9530   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8066
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 =...
Rashid Ali
rashidasahi
Offline Send Email
Sep 1, 2006
5:29 pm
8067
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...
gajanan kulkarni
gkprofpro
Offline Send Email
Sep 2, 2006
7:43 am
8068
Absolutely Right... Andres Pineda <pineda.andres@...> wrote: Hi Ann, I don't see you are using a connection for the recordset, Connect is never ...
Raghib Khesal
khesal2003
Offline Send Email
Sep 2, 2006
7:43 am
8069
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 ...
Raghib Khesal
khesal2003
Offline Send Email
Sep 2, 2006
7:44 am
8070
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...
Eze stephen O.
stonypeterz
Offline Send Email
Sep 4, 2006
7:18 am
8071
teman-temans, sory nih, numpang pasang iklan. kebetulan company saya lagi membutuhkan programmer nih.. Kami PT CISF membutuhkan VB Programmer dengan...
Meidi Rugiento
meidi_r
Offline Send Email
Sep 4, 2006
7:19 am
8072
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...
Heric Gonzales
feetwebc
Offline Send Email
Sep 4, 2006
7:19 am
8073
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...
rajakkal
Offline Send Email
Sep 4, 2006
5:37 pm
8074
http://en.wikipedia.org/wiki/Clipper_programming_language Heric Gonzales <feetwebc@...> wrote: Clipper is a compiler from a programming languague, ...
Migs
migs_.rm
Online Now Send Email
Sep 4, 2006
5:38 pm
8075
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...
Roopesh Kumar
rk9811321262
Offline Send Email
Sep 5, 2006
5:34 pm
8076
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...
^Stuart Little^
high_way122
Offline Send Email
Sep 6, 2006
3:21 pm
8077
On behalf of Microsoft, I am sorry It's not suported in .Net Try something else. rajakkal <rajakkal@...> wrote: I am new to .net. In VB 6.0 we are...
Eze stephen O.
stonypeterz
Offline Send Email
Sep 6, 2006
3:24 pm
8078
vbCrLf + vbCrLf. ... From: "^Stuart Little^" <coolpond@...> To: <VisualBasic_Official@yahoogroups.com> Sent: Wednesday, September 06, 2006 6:35 AM ...
;-)
jimhollandjr
Offline Send Email
Sep 7, 2006
4:12 am
8079
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...
bikloy
Offline Send Email
Sep 7, 2006
4:13 am
8080
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...
ajay sharma
ajaysharma_niit
Offline Send Email
Sep 7, 2006
3:11 pm
8081
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...
prabhakar_smr
Offline Send Email
Sep 8, 2006
5:36 pm
8082
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...
Steve Trigero
seecwriter
Offline Send Email
Sep 8, 2006
10:46 pm
8083
Yes sounds like a simple homework assignment. I suggest you get started on the logic. ... From: "prabhakar_smr" <prabhakar_smr@...> To:...
;-)
jimhollandjr
Offline Send Email
Sep 9, 2006
10:16 pm
8084
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. ...
Rafael Cardenas
rafcardenas
Online Now Send Email
Sep 10, 2006
6:44 pm
8085
can any any body here tell me how to interface a serial port in vb.net 2005...
Narendran.k
iamnarendran
Offline Send Email
Sep 11, 2006
6:58 pm
8086
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...
Steve Trigero
seecwriter
Offline Send Email
Sep 11, 2006
10:41 pm
8087
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...
DWI CAHYO
dwipujoanggo...
Offline Send Email
Sep 12, 2006
5:17 am
8088
u can use comm control in vb.net 2005 ... [Non-text portions of this message have been removed]...
Ignatius Aris W
bodypack
Offline Send Email
Sep 12, 2006
5:21 am
8089
Hi All, Using VB.Net Dim loCryptoClass As New TripleDESCryptoServiceProvider Dim loCryptoProvider As New MD5CryptoServiceProvider I can decrypt any text string...
arnneisp
Offline Send Email
Sep 12, 2006
8:39 pm
8090
I have successfully read my delimited file as suggested by Steve. Thank you steve. Does anybody have any idea in reading a DICOM image file. Prabha...
prabhakar_smr
Offline Send Email
Sep 12, 2006
8:39 pm
8091
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...
;-)
jimhollandjr
Offline Send Email
Sep 12, 2006
8:41 pm
8092
IIRC, .net 2.0 framework does have system.io.ports.serialport class. Have you had trouble implementing this? Here's the link: ...
Rick Billings
rickbill87
Offline Send Email
Sep 12, 2006
8:42 pm
8093
u can use comport, and "at command".. -aris- ... [Non-text portions of this message have been removed]...
Ignatius Aris W
bodypack
Offline Send Email
Sep 12, 2006
8:44 pm
8094
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...
Steve Trigero
seecwriter
Offline Send Email
Sep 12, 2006
8:44 pm
8095
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...
vinki05
Offline Send Email
Sep 13, 2006
3:16 pm
Messages 8066 - 8095 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