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...
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...
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...
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...
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...
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...
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...
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 ...
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...
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,...
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...
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...
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...
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...
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...
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...
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...
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 ...
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...
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"...
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...
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...
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...
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...
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...
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...
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. :=) ...