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...
Show off your group to the world. Share a photo of your group with us.

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 4323 - 4356 of 9531   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4323
Ok I am pretty new to .net and need some help. I have created a Web App that does most everything I need it to do. But my interface is horrid. What are some...
dbcooper_98072
Offline Send Email
May 2, 2003
6:34 pm
4325
Hey There, I've been using Visual Basic 6 for a while and got Visual Basic .Net which hasn't seemed too hard to learn. However I was looking forward to putting...
Colin
osxdeveloper
Offline Send Email
May 4, 2003
5:00 am
4327
... ex. ... before ... Microsoft's ... http://www.devasp.net http://www.dotnet247.com http://www.vbcity.net Go there and find something .. because i wont...
farazkh
Offline
May 4, 2003
5:53 pm
4329
Dear Moderator and All Visual Basic Official Friends, Pls stop this SPAM mails regarding JOBS ( for eg. dear_zuby ). B'coz our group is purely dedicated to VB,...
Nilesh Hajare
n_hajare
Offline Send Email
May 5, 2003
6:54 am
4331
That would be great if it were that easy. Forward the offending email to abuse@... and tell them what happened. To take it a step futher, look at the...
Michael Jones
thisisnotbad
Offline Send Email
May 5, 2003
9:22 am
4332
ok will have something to do with those spams...
internet_game
Offline
May 5, 2003
5:25 pm
4333
starting now...
internet_game
Offline
May 5, 2003
5:33 pm
4334
can anyone tell me how to add records into the exchange server 2000 thru programatically using vb6.0 any code/information on dlls/objects welcome thanks...
syreshh
Offline Send Email
May 6, 2003
2:15 pm
4335
Hi, I have one problem regarding read/write text file. The problem is mentioned below: I want to update the text file, i.e., for example Before updation of...
Nilesh Hajare
n_hajare
Offline Send Email
May 8, 2003
6:07 am
4336
hey can anyone help me with a database problem in vg.net. i have a main witha button that opens a second form where the user inputs the info and click on a ok...
dukeval
Online Now Send Email
May 8, 2003
9:00 am
4337
Dear Members, I was wondering if anyone could help. Basically I have conceived a project where you have an image/picture control and I want to display certain...
Nilesh Hajare
n_hajare
Offline Send Email
May 8, 2003
9:32 am
4338
Hello Every Body Can any body help me , how to Show the GIF animated image in vb forms......... in runtime.. Thanking U in anticipation Kaleem ...
Kaleem
abdul_kaleem
Offline Send Email
May 8, 2003
9:34 am
4339
Hi all, Watz MONITOR and LOCK in .NET?Kindly respond. Love...vipin To unsubscribe from this group, send an email to: ...
Vipin S.Pillai
vipinsasi
Offline Send Email
May 8, 2003
10:42 am
4340
I have thought about making some simple slot program a few times, but I have never got it off the ground. I have been experimenting lately with a VU meter...
David Matthews
madivad
Offline Send Email
May 8, 2003
11:36 am
4341
Okay, I spent an hour or so last night having a look at what you got me thinking about... Since this group doesn't allow attachments and at the time I tried to...
David Matthews
madivad
Offline Send Email
May 8, 2003
11:56 pm
4342
Okay all, I expanded my little 'Slots' app, and it can be downloaded in both executable and project form. It is located here: ...
David Matthews
madivad
Offline Send Email
May 10, 2003
1:01 am
4343
Just thought I would add, I just tested it on a Celeron 500 (a laptop) and got an itteration of 0.05 secs and run times varying between 20.5 to 21.25 secs. The...
David Matthews
madivad
Offline Send Email
May 10, 2003
3:27 am
4344
Hi, I need to know what the differences are between using the following four storage methods: stream socket, file system, ADO.NET with database, and XML, and...
leideh
Offline Send Email
May 10, 2003
9:15 am
4345
Hi Anybody knows how to FTP a file (get and put) using VB.net. With Regards Karthick V HCL Peripherals(A unit of HCL Infosystems) 299, Arcot Road, Vadapalani, ...
Karthick V
cartque
Offline Send Email
May 12, 2003
11:36 am
4346
Hi, I have the following code to open up a word doc and then save it, but it doesn't seem to be working: <script language="vbscript"> <!-- sub...
jmnathan234
Offline Send Email
May 12, 2003
8:17 pm
4347
... You can't save the application as a file, you can only save documents. Try replacing the SaveAs call with: WordApp.ActiveDocument.SaveAs "C:\brown.doc" ...
Geoff Lane
gjctech
Offline Send Email
May 12, 2003
8:29 pm
4348
Maybe your code should have "WordApp.Documents.New" instead of WordApp.Documents.Add ... From: jmnathan234 [mailto:yoda234@...] Sent: Monday, May 12,...
Richard Dieckman
richndeed2
Offline Send Email
May 12, 2003
11:02 pm
4349
Option Strict Off Option Explicit On Module FTPModule Public Const MAX_PATH As Short = 260 Public Const INTERNET_FLAG_RELOAD As Integer = &H80000000 Public...
Theron Bird
tbird321
Offline Send Email
May 13, 2003
4:37 am
4350
Thanks, I have done a similar thing. However, I was looking at implementing FTP using the .net framework. That's where I got stuck With Regards Karthick V HCL...
Karthick V
cartque
Offline Send Email
May 13, 2003
5:05 am
4351
From my research it is not implemented in the framework and must be called from dll's Theron ... From: Karthick V To: visualbasic_official@yahoogroups.com Cc:...
Theron Bird
tbird321
Offline Send Email
May 13, 2003
6:08 am
4352
Is it possible to access controls on a form from another module in the same project as the form? ie. Change the value of a text box Thanks for any help. Johnny...
John J. Stenson
johnnybud67
Offline Send Email
May 14, 2003
4:06 am
4353
Yes... it is but you need a reference to the form object to do so. Theron ... From: John J. Stenson To: visualbasic_official@yahoogroups.com Sent: Tuesday, May...
Theron Bird
tbird321
Offline Send Email
May 14, 2003
5:43 am
4354
Use form1.textbox1.text With Regards Karthick V HCL Peripherals(A unit of HCL Infosystems) 299, Arcot Road, Vadapalani, Chennai - 600 026 Ph:...
Karthick V
cartque
Offline Send Email
May 14, 2003
6:40 am
4355
I'm getting a runtime error on my code. It involved this: ' get the info and show it in the txtbox Do While Not rs.EOF txtDisplay.Text = txtDisplay.Text & _ ...
Griessmann, David
dgriessmann
Offline Send Email
May 14, 2003
3:34 pm
4356
If any of the column which u are concatenating is having null values in that u might be getting that error. So change your code to this and see whether it...
Ash
ashucmore
Offline Send Email
May 15, 2003
4:34 am
Messages 4323 - 4356 of 9531   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