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 8309 - 8340 of 9530   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8309
Visual Basic . VB.net . VBS . ASP.netHello, I'm iterating through a VB.Net webform controls collection and can't find the syntax to set the forecolor for a...
Peter A
petepixxx4
Offline Send Email
Jan 1, 2007
6:42 pm
8310
Hi, I have a form with 2 datagrids. The first datagrid displays data from a dataset (ds1). Now based on certain criteria that the user selects from the...
arrrteee
Offline Send Email
Jan 2, 2007
8:04 pm
8311
Is it necessary to have two datasets? Would you consider having one dataset and two data views...then populating your datagrid from these views? You can use...
Greaves, Ronel
dagga0wnzu
Offline Send Email
Jan 3, 2007
12:10 am
8312
Ronel, Thanks for your suggestion. I tried using the Dataview, but don't think it would work in this case. Let me explain my need in more detail. I have a .csv...
arrrteee
Offline Send Email
Jan 3, 2007
4:34 pm
8313
I think that should work. I am new to VB.NET, hence did not think of this approach. I shall look into this and get back if I come across any hurdles Thanks...
arrrteee
Offline Send Email
Jan 3, 2007
4:34 pm
8314
Hi Create a Datatable, after inserting into the database add the row to the datatable and then repopulate the datagrid2 with the datatable as data source. ...
anshumanroy_01
Offline
Jan 4, 2007
5:12 pm
8315
Okay, I understand. Try manually populating the second DataSet by creating DataRow objects and call the AddNew method. Thinking it through again, based on...
Greaves, Ronel
dagga0wnzu
Offline Send Email
Jan 4, 2007
5:13 pm
8316
Ronel, After spending some more time on the Dataview, I was able to get it to work. Thanks for suggesting the use of Dataviews. - Artee ... is ... exists ... ...
arrrteee
Offline Send Email
Jan 4, 2007
10:50 pm
8317
Hi, Is it possible in the .NET framework to do a direct print to the printer, bypassing the graphic processing? I have an application written in VB6 that uses...
Louis Pizzuti
loupizzuti
Offline Send Email
Jan 5, 2007
6:55 pm
8318
I get the following error "Timeout expired. the timeout period elapsed prior to obtaining a connection from the pool. this may have occurred because all pooled...
arrrteee
Offline Send Email
Jan 5, 2007
7:02 pm
8319
How many columns in the table? 14? ________________________________ From: VisualBasic_Official@yahoogroups.com [mailto:VisualBasic_Official@yahoogroups.com]...
Greaves, Ronel
dagga0wnzu
Offline Send Email
Jan 5, 2007
11:39 pm
8320
Hi Lou, I just saw this on Microsoft yesterday. It says: <http://msdn2.microsoft.com/en-us/vbasic/bb219077> Microsoft Printer Compatibility Library 1.0 The...
dlackey150
Offline Send Email
Jan 5, 2007
11:41 pm
8321
Hi kindly tell me anyone that how to add combobox to datagrid and populate each row with combo box value in VB 6.0? thanks regards...
jointheasim
Offline Send Email
Jan 6, 2007
11:31 pm
8322
Yes, that's right. there are 14 columns - Artee ... size ... pooled ... thru ... times. ... by the addressee(s) named herein and may contain legally privileged...
arrrteee
Offline Send Email
Jan 6, 2007
11:34 pm
8323
hi friendz..!!can u give me a example of a search code connected to the Access???thank you.......
hernando_rolly
Offline Send Email
Jan 8, 2007
8:25 am
8324
You need to be more specific with your questions, but, are you looking to create a query that searches a field? SELECT p.sFirstName from tblPersonnel p WHERE ...
Darrell Adams
captain_51
Offline Send Email
Jan 8, 2007
7:08 pm
8325
It depends on what you are searching for. Make your question a little clearer. What do you want to achieve? Eze Stephen O. Systemtech Services Ltd. (Software...
Eze stephen O.
stonypeterz
Offline Send Email
Jan 8, 2007
7:09 pm
8326
On Friday, I asked about the rows because something stuck out to me, I don't remember what it is yet, but it will come to me... A question though If...
Greaves, Ronel
dagga0wnzu
Offline Send Email
Jan 8, 2007
7:10 pm
8327
I'm working on an application that Automates Microsoft Access 2003. Basically, I have a Design Master and a set of replicas and I'm trying to automate the...
Mike
mikester7768
Offline Send Email
Jan 9, 2007
5:01 pm
8328
That is right. I was just trying to debug the code and hence had changed the if statement. It should be /************/ If...
arrrteee
Offline Send Email
Jan 10, 2007
5:05 pm
8329
Can someone tell me if you are able to add a hyperlink to a column in a datagrid? I have an windows form with a datagrid in one of the columns the name of an...
Latina Barnes
lyb1392
Offline Send Email
Jan 10, 2007
5:12 pm
8330
Does anyone know if you can determine the length of a text string within excel? I have a length that I dont want users to exceed based on the type of font they...
rdyrmble
Online Now Send Email
Jan 10, 2007
11:19 pm
8331
hello i am doing my final year project on Patient Information System. i need to submit my project by march 2007 and i urgently need help. If any of you have...
dmahamode
Offline Send Email
Jan 12, 2007
5:43 pm
8332
Haven't forgotten about you arteee ... giving it a second look this afternoon ... ________________________________ From: VisualBasic_Official@yahoogroups.com ...
Greaves, Ronel
dagga0wnzu
Offline Send Email
Jan 12, 2007
5:45 pm
8335
Hi there, i've just copied a project folder from one PC to another one, with a FORTRAN program inside it. When i tried debugging it, an error ocurred, as...
makhles_reuter
Offline Send Email
Jan 12, 2007
5:49 pm
8336
I have a requirement to a creat a tiff file. I am using VB net 2003 and will be reading information from a database. I could create a word or html document,...
Michael S
michael971
Offline Send Email
Jan 13, 2007
8:49 pm
8337
Hello, First of all you must search and do analysis yourself as this is helpfull to you but here is as example of a patient information system that may help...
Muhammad Assir Nadeem
assir_nadeem
Offline Send Email
Jan 13, 2007
8:50 pm
8338
Hello Thanks in advance for any help. I am trying to install VB .NET Standard 2003, which I purchased a few years back. I now have a newer PC running XP PRO...
Steve
knotwurthy
Offline Send Email
Jan 13, 2007
8:51 pm
8339
Im kinda lost....What are the requirements for your project??? Seems that you would need a Sql Server or some sort of Database to store patient...
Demetrius Powers
blocklif
Offline Send Email
Jan 14, 2007
8:46 am
8340
Hello Steve, Sure VB6 and VB.Net can be installed on the same machine....
Mean Drake
meandrake
Offline Send Email
Jan 14, 2007
10:08 pm
Messages 8309 - 8340 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