by: Sorin Dolha |
last post by:
Hello,
We intend to create an ASP.NET-based Web application (hosted on Internet
Information Services, or IIS) and one feature of the application needs to
allow the end user to upload photos to...
|
by: Tim ffitch |
last post by:
Hi
I have created a VB dll file that contains common functions I use
across various projects in VB, Access and Excel. Rather than have to
code the functions in each I decided to use the dll...
|
by: Mike |
last post by:
I've been asked to design a databse to schedule staff with clients.
I'm wondering if anyone has done this type of project before and if
there are any Active X controls anyone is familiar with that...
|
by: scpedicini |
last post by:
Okay,
I've been having a problem with custom design-time properties that has
been driving me nuts for about a week. The control that I'm working on
extends System.Windows.Forms.AxHost, but I'm...
|
by: Edward Diener |
last post by:
In Borland's VCL it was possible to divide a component into design time and
run time DLLs. The design time DLL would only be necessary when the
programmer was setting a component's properties or...
|
by: Jan Nielsen |
last post by:
Hi
In Microsoft Access it is possible to write code like this
Sub test()
DoCmd.OpenForm "TestForm", acDesign
Dim a As Control
For Each a In Forms("TestForm").Controls
Do stuff
Next
End Sub
|
by: Dennis |
last post by:
I have a control which I wrote that has, of course, numerous properties.
These properties nicely show up at design time in the property window for the
user to set their value at design time. ...
|
by: Miky |
last post by:
Hi,
I'm looking resources or tutorial where I can learn how to add
properties to other objects at design time for VB.NEt or C#.
I want to reproduce the same effect as when your drop the...
|
by: ganeshokade |
last post by:
Dear Experts,
I have to write a C# program with the following requirements. I
have to make two components (call C1 and C2) both of which can be
included by an end user into his project. I have not...
|
by: lllomh |
last post by:
Define the method first
this.state = {
buttonBackgroundColor: 'green',
isBlinking: false, // A new status is added to identify whether the button is blinking or not
}
autoStart=()=>{
|
by: DJRhino |
last post by:
Was curious if anyone else was having this same issue or not....
I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
|
by: tracyyun |
last post by:
Hello everyone,
I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
|
by: giovanniandrean |
last post by:
The energy model is structured as follows and uses excel sheets to give input data:
1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
|
by: NeoPa |
last post by:
Hello everyone.
I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report).
I know it can be done by selecting :...
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM)
Please note that the UK and Europe revert to winter time on...
|
by: nia12 |
last post by:
Hi there,
I am very new to Access so apologies if any of this is obvious/not clear.
I am creating a data collection tool for health care employees to complete. It consists of a number of...
|
by: NeoPa |
last post by:
Introduction
For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
|
by: GKJR |
last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...
|