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.

Messages

  Messages Help
Advanced
Messages 9112 - 9142 of 9142   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9112
HI........   U can display 1000 nos from ur loop in text box by following code   Dim i As Integer      For i = 1 To 1000         textbox1.Text =...
samir khutwad
samir200878
Offline Send Email
Jun 25, 2008
7:09 pm
9113
in vb.net im making a simple game in which two buttons are used when these two buttons strikes one of them should be disapear. which logic to be used to...
Roshan
the_picez
Offline Send Email
Jun 25, 2008
7:09 pm
9114
Turn the visible property of the button to false....
Jeff Tibb
jefftibb
Offline Send Email
Jun 26, 2008
2:01 pm
9115
I have recently been assigned a project in VB.NET 2005 that will be sending data to a LotusNotes database. Does anyone here have any experience with this? I...
Jeff Tibb
jefftibb
Offline Send Email
Jun 26, 2008
2:05 pm
9116
All good answers...my suggestion would be to use a pause statement or a timer so you can tell its been updated.........or use add  and compile a list....... ...
rdyrmble
Offline Send Email
Jun 27, 2008
12:25 am
9117
buttons have a visible value that is true or false....set that value..or if you want it to fad use a loop and set the Opacity value..... hope this...
rdyrmble
Offline Send Email
Jun 27, 2008
12:26 am
9118
Application.doevents in the loop Thanks, Sean Murphy 985-951-8557 Office 985-264-2765 Cell Certified Software Solutions of Louisiana L.L.C. [Non-text portions...
Certified Software So...
oracertified...
Online Now Send Email
Jun 27, 2008
12:26 am
9119
Hi Roshan You wil used Enabled property to disapear button.                           ... From: Roshan <the_picez@...> To:...
Doudy
dd_hefzy
Offline Send Email
Jun 27, 2008
12:26 am
9120
btnName.Visible = False ... [Non-text portions of this message have been removed]...
Andres Pineda
wicleft2000
Offline Send Email
Jun 27, 2008
12:26 am
9121
Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim i As Integer For i = 0 To...
Roshan
the_picez
Offline Send Email
Jun 27, 2008
12:26 am
9122
m also new student of VB so m enable to help you sorry ... From: Roshan <the_picez@...> Subject: Re: [Visual Basic] For Loop in TextBox To:...
Raman Bharti
raman_88bharti
Offline Send Email
Jun 27, 2008
7:22 pm
9123
does anyone knows how can i display an image in an asp.net webform? i'm using visual studio 2005 and i tried using CSS, background Image and even IMG tag for...
Shahab Sari Aslani
spanish_eyes_61
Offline Send Email
Jun 27, 2008
7:31 pm
9124
Public Class Form1 Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim i As Integer For i = 0 To...
Ketan Pandya
mruket
Offline Send Email
Jun 27, 2008
7:31 pm
9125
im the vb/vb.net programmer if u have any problm .u can tell me....
zhb_qadar
Offline Send Email
Jun 27, 2008
7:31 pm
9126
Hi Mate, Try this code this will resolve your problem. thanks.ProtectedSubButton1_Click(ByValsender AsObject, ByVale AsSystem.EventArgs)   Dimi...
Muhammad Assir Nadeem
assir_nadeem
Offline Send Email
Jun 27, 2008
7:31 pm
9127
You are seeing it. Problem is the computer is too fast. If you want to watch it count up you'll need to add another loop in the code to slow the system...
pogowolf
Online Now Send Email
Jun 27, 2008
7:32 pm
9128
m new onVB n now doing job at LDH but in this sem i have not attend any lecture of any sub so how m prepare for exam send me some practical knowldge of VB...
Raman Bharti
raman_88bharti
Offline Send Email
Jun 30, 2008
3:50 pm
9129
Hi there,   I have a treeview control on a vb form whose height is determined at runtime. can u send me some sample code which shows how to print a control,...
Abhijeet Srivastava
send2abhis
Offline Send Email
Jun 30, 2008
3:50 pm
9130
Thnx dear exactly thatz the result which I want ... <rdyrmble@ .> ... http://in.promos.yahoo.com/groups/...
Roshan
the_picez
Offline Send Email
Jun 30, 2008
3:50 pm
9131
Sorry friends you all couldn't understood my Question properly Here Im explaining this Q again I use Two buttons and use a timer When i execute the program =>...
Roshan
the_picez
Offline Send Email
Jun 30, 2008
3:50 pm
9132
hii.....   is this solution for ur problem..chek it out   Private Sub Timer1_Timer()         Command1.Top = Command1.Top + 500         If...
samir khutwad
samir200878
Offline Send Email
Jul 2, 2008
11:59 pm
9133
One solution may be tracking the position of both buttons, and if they occupy the same space, then button2.hide to make that button disappear....
Patrick B. P.
patrickbp
Offline Send Email
Jul 2, 2008
11:59 pm
9134
It looks like Vista is not allowing to write a file to the program folder of an application without admin rights. But for my application "OFB" Users have to...
dhesmer
Offline Send Email
Jul 2, 2008
11:59 pm
9135
I have written a VB. NET program that will have to be deployed to many workstations at our hospital. I am a little concerned that someone might try to view the...
RJDurkee
Offline Send Email
Jul 4, 2008
6:06 am
9136
You should comiple the program and keep executable file on your workstations. So no there wont be any problem of viewing code. If you have some text...
Amol Kulkarni
amolkulkarni...
Offline Send Email
Jul 5, 2008
12:01 am
9138
Hi All,   Please tell me solution for my problem.   I have an application whoes exe is kept on a server in Lan. Setup is installed on all clients machines....
Amol Kulkarni
amolkulkarni...
Offline Send Email
Jul 17, 2008
7:56 pm
9139
Yes you can, just change the Code Access Security Policy on each client to allow your application to access the protected resources of the local computer. ...
Migs
migs_.rm
Offline Send Email
Jul 18, 2008
7:51 pm
9140
My strategy: Install the complete program in each client, and a reference to the only one DB on them, e.g. in the DBs put a table called "Ubication". U will...
Ĭ 2 Я Δ
ygghdrasil88
Offline Send Email
Jul 18, 2008
7:51 pm
9141
Hiya Anybody can tell me if I may add a graphic in a Crystal Report (ver. 8 developer & VB6) , and change that graphic in the command line, pointing the...
Ĭ 2 Я Δ
ygghdrasil88
Offline Send Email
Jul 18, 2008
7:51 pm
9142
I'm trying to find information or source code to make an https server ocx. I haven't had much luck finding anything for a server side app yet, but it's what my...
Matt
mattsoftnet
Offline Send Email
Jul 18, 2008
7:51 pm
Messages 9112 - 9142 of 9142   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help