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...
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...
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....... ...
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...
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...
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...
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...
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...
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...
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,...
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 =>...
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...
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...
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...
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....
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. ...
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...
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...
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...