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 9132 - 9162 of 9530   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
Online Now 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
Online Now Send Email
Jul 18, 2008
7:51 pm
9143
Hi, guys. Is there a way to read the address of an open web page from a vb.net program? I know how to read text boxes data, but not the address, does somebody...
rafcardenas
Online Now Send Email
Jul 22, 2008
4:16 pm
9144
I made a web application through VB & ASP .NET contains dropDownList Box & DataGrid, DataGrid must be filled with Products  when I select Any item from...
Doudy
dd_hefzy
Offline Send Email
Jul 22, 2008
4:16 pm
9145
Thank you very much. It worked very well.   Amol Kulkarni ... From: Migs <migs_@...> To: VisualBasic_Official@yahoogroups.com Sent: Friday, 18...
Amol Kulkarni
amolkulkarni...
Offline Send Email
Jul 22, 2008
4:17 pm
9146
You can try to use HTTP Request From: VisualBasic_Official@yahoogroups.com [mailto:VisualBasic_Official@yahoogroups.com] On Behalf Of rafcardenas Sent:...
Mitos Malana
theselkie_girl
Offline Send Email
Jul 23, 2008
6:52 pm
9147
Hi, I couldn't find the answer in messages so here it goes: using vb6 I have a program that has the user enter his password in a textbox and then pushes a...
clutch
clutch776
Offline Send Email
Jul 23, 2008
6:53 pm
9148
As per the behaviour,if datagrid is not displayed if data is not filled in datagrid . check with our code once again.if data is filled in page_load event then...
Mohammed Khaja Najmud...
md.najmuddin
Offline Send Email
Jul 23, 2008
6:53 pm
9149
Hi guys, I have to develop one website using .net & sql server. I use vb.net as a back end language. Now in my website I have to place credit card payment...
Sachin Panchal
sachin_srpworld
Offline Send Email
Jul 23, 2008
6:54 pm
9150
Set form KeyPreview property to TRUE. On form and textbox keypress event, type this :   If KeyAscii = 13 then cmdEnter() ...
Migs
migs_.rm
Online Now Send Email
Jul 24, 2008
7:57 pm
9151
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Button1.Top = 1 Button2.Top = 151 'MsgBox(Button1.Top) ...
Ketan Pandya
mruket
Offline Send Email
Jul 24, 2008
7:57 pm
9152
If Button1.Top = Button2.Top Then Button1.Visible = false Button2.Visible = false End if Write this code in the timer Event ... From: Ketan Pandya...
Muhammed Mohiudeen
mohy4u
Offline Send Email
Jul 28, 2008
11:32 pm
9153
Actually, If you want to test if the buttons collide, then something on the order of the following will be required. If (Button1.top > button2.top) and ...
Jeff Steinkamp
n7yg
Online Now Send Email
Jul 29, 2008
8:14 pm
9154
Status : Beginner Software : VC2005 I need ur help to solve my vb.net project. Now my project is to read pmf file - arcgis file. about mapping. so database is...
Public Visitor
public_visitor
Offline Send Email
Jul 29, 2008
8:14 pm
9155
I have written a program in vb6 it is sort of a learn as you go experience while I try to learn vb6 on my own. Anyway I would like to be able to disable the...
clutch
clutch776
Offline Send Email
Aug 1, 2008
3:29 pm
9156
solution to disable close(x) button (on my blog): http://achmadz.blogspot.com/2008/08/vb-net-disable-windows-form-close-x.html...
achmad zaenuri
achmad.zaenuri
Offline Send Email
Aug 5, 2008
7:52 pm
9157
hi....i think you can write code in password textbox keyperss event.. you just check the keyascii value of the enter key.. if keyascii=13 then call cmdenter() ...
Deeba S
deeba_mag
Offline Send Email
Aug 5, 2008
7:53 pm
9158
Hi all.. Am using vb.net2003.i want to display the datagrig cursor position to the last row or the row which was edited last... any one give me the solution......
deeba_mag
Offline Send Email
Aug 5, 2008
7:53 pm
9159
Hi, I'm going to explain my probleme I wish you can help me. For my training course, I must carry out an application under VISUAL BASIC STUDIO 2008. This...
hk.8758
Offline Send Email
Aug 5, 2008
7:53 pm
9160
Hi,        I'm going to explain my probleme I wish you can help me.   For my training course, I must carry out an application under VISUAL BASIC STUDIO...
Hk Kima
hk.8758
Offline Send Email
Aug 5, 2008
7:54 pm
9161
... From: clutch <clutch776@...> Subject: [Visual Basic] code for close button To: VisualBasic_Official@yahoogroups.com Date: Thursday, July 31, 2008,...
Shaik Akthar
aktharshaik
Offline Send Email
Aug 5, 2008
7:55 pm
9162
Write code in the unload or query_unload event of the form. Using boolean logic, you get to decide when the form will actually unload. This is the simplest. A...
m. 0. j.
mathewoj
Offline Send Email
Aug 5, 2008
7:55 pm
Messages 9132 - 9162 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