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 6456 - 6485 of 9530   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6456
seecwriter <no_reply@yahoogroups.com> wrote: How do you highlight text in a text box from code? Using SelStart, SelLenght does not make the text appear...
ramil germino
vlue_alpha
Offline Send Email
Feb 1, 2005
4:14 pm
6457
Hi listers, What is the best way to install the SQL Server 2000 drivers to a client machine in a client-server program? How to include the drivers in the...
MustafaÖZÇETİN
mustafaozcet...
Offline Send Email
Feb 1, 2005
4:14 pm
6458
Hello everybody, I would like to work on a vb.net project; any vb.net project. I recently graduated from college with a BS in CIS (Computer and Information...
lrobo01
Offline Send Email
Feb 2, 2005
5:27 am
6459
Hi All I have a requirement in my application where in a list of properties are show in the property grid control. The senario right now is , i use the...
mwoto76
Offline Send Email
Feb 2, 2005
5:28 am
6460
Hi all, could you please give me a soultion for the following scenario: 1) VB application will be running in background 2) i should be able to open that...
GiRi
geetam_giri
Offline Send Email
Feb 2, 2005
11:29 am
6461
Well I might be able to help here. I've got an open source project that I'm working on written in VB.NET with an Access back end that I would love to get...
pogowolf
Offline Send Email
Feb 2, 2005
4:37 pm
6462
I am trying to set up Visual Source Safe. We currently have 3 VB .NET developers I would like to implement VSS. Everything has gone well except for the roll...
angwindev
Offline Send Email
Feb 2, 2005
4:38 pm
6463
Let's see here... 1) That's just a style of coding. .. though if you are speaking about creating a service.. check here: http://abstractvb.com/code.asp?A=1082 ...
pogowolf
Offline Send Email
Feb 3, 2005
12:29 am
6464
In some of my previous programs, I've simulated the look-and-feel of 7-segment LED displays by positioning rectangles on a background shape and then changing...
Bob_xyz
Offline Send Email
Feb 4, 2005
3:35 am
6465
Perhaps to change the rectangles into 2 bitmaps (one on, one off) and switch them as needed? _____ From: Bob_xyz [mailto:bob_barr@...] Sent: Thursday,...
pogowolf
Offline Send Email
Feb 4, 2005
7:24 pm
6466
Thanks. That may possible if I can use a single bitmap and flip the individual pixels of it between the two colors that I need. I'm not quite sure how I can do...
Bob_xyz
Offline Send Email
Feb 4, 2005
11:07 pm
6467
HI I am studying VB.net and I need a tutor. I live in NY Long island but I will work with someone over the phone so they do not need to live in my area and I...
ecurb_2000
Offline Send Email
Feb 7, 2005
5:30 pm
6468
Ok, perhaps I'm not seeing 'deep' enough into the problem Bob. =) .. and now that I think about it.. perhaps I'm an idiot.. LOL You're not looking to re-create...
pogowolf
Offline Send Email
Feb 7, 2005
5:32 pm
6469
Hi! I would just like to know if somebody could give me a suggestion that will make my program much quicker in terms of accessing the database. Because it...
Warren Ang
warr_ang25
Online Now Send Email
Feb 7, 2005
5:32 pm
6470
Is there an index on b_bookingnum? If not, there should be. If there is, you should work with your network admins to look for possible bottlenecks with...
Richard Rogers
rrogersatwork
Offline Send Email
Feb 7, 2005
5:58 pm
6471
Thanks for your reply. I was just about to close out this thread by posting the results of my work on it this weekend. The display is 64 by 128 pixel and it's...
Bob_xyz
Offline Send Email
Feb 8, 2005
5:06 pm
6472
Hi Richards, Thanks for your reply. Yes there is a index on b_bookingnum. I forgot to tell you that the sql server is located in my local hard disk also. And I...
Warren Ang
warr_ang25
Online Now Send Email
Feb 8, 2005
5:06 pm
6473
Ok guys wot i want is I wanna connect to internet from my vb application. ie.. i wanna take up few urls from my text file and run it without opening IE one by ...
bennetjosem
Offline Send Email
Feb 8, 2005
5:06 pm
6474
Well, I've found some code that does this in VB.. it's just ONE form and this code: Form has 3 controls, 2 buttons and a PIC control. the Buttons are Named...
pogowolf
Offline Send Email
Feb 10, 2005
5:25 pm
6475
Thanks for your post. I'll give this a try. Regards, Bob ... past couple ... <snip>...
Bob_xyz
Offline Send Email
Feb 10, 2005
8:10 pm
6476
I wrote a program that tests a device with an LCD font. The program displays what you should see on the device's LCD display. I just used the "5x7 lcd.ttf"...
Steve Ross
goofymyhero2001
Offline Send Email
Feb 11, 2005
12:52 am
6477
I've been trying to work with the code from your earlier post and have run into a bit of a problem. I've never worked with Pictureboxes or Images before so I'm...
Bob_xyz
Offline Send Email
Feb 11, 2005
4:24 am
6478
Thanks for the reply. I have to do a bit more than put text characters on the 'screen'. This is for a piece of test equipment and it displays a...
Bob_xyz
Offline Send Email
Feb 11, 2005
4:25 am
6479
Announcing the formation of a new group Dear Friends, I have spent three years developing a software in Visual Basic called Banerjeepad. The software is...
saikat banerjee
banerjee_saikat
Offline Send Email
Feb 11, 2005
9:27 am
6480
I've tryed to access your site and download your code but Geocities return "Sorry, this site is temporarily unavailable! The web site you are trying to access...
camell_85
Offline
Feb 11, 2005
3:18 pm
6481
See if this helps.. it's the form code. =) VERSION 5.00 Begin VB.Form frmLCD BorderStyle = 1 'Fixed Single Caption = "Form1" ClientHeight =...
pogowolf
Offline Send Email
Feb 11, 2005
5:12 pm
6482
I've now realized that 'Pix' needs to be a shape added to the form and that 'picLCD' is just a picturebox that contains all of the instances of the 'Pix' array...
Bob_xyz
Offline Send Email
Feb 11, 2005
5:12 pm
6483
Sorry, I did send an Email earlier that showed all the form code... . but Gmail seems to be running a little slow today... =/ it's not my code, I just found it...
pogowolf
Offline Send Email
Feb 11, 2005
9:43 pm
6484
dear All I need ur help in making a query from a table whoz structure is : ID Date OT_Hours Now, I wanna retrieve records for those employees who worked on...
Muhammad Abdulqader
vboptimizer
Offline Send Email
Feb 12, 2005
4:31 pm
6485
Thanks for your posts. I've been able to get the display working well and this method reduced the total .frm file size all the way from 2.1 meg to 51 k. :=) ...
Bob_xyz
Offline Send Email
Feb 12, 2005
4:31 pm
Messages 6456 - 6485 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