by: jr |
last post by:
Sorry for this very dumb question, but I've clearly got a long way to go!
Can someone please help me pass an array into a function. Here's a starting
point.
void TheMainFunc()
{
// Body of...
|
by: Bonj |
last post by:
hello
I've got a C DLL that I've built which has got a callback function. Now I
want to call it from C#.
The method of using a delegate for the callback function works absolutely
beautifully....
|
by: LongBow |
last post by:
Hello,
I am attempting to create an application that uses an existing driver
interface API using C#. I have an API that looks like
F32x_Read( HANDLE Handle, LPVOID Buffer, DWORD...
|
by: Russell Mangel |
last post by:
I have been doing some C++ Interop using the new VS2005 (June Beta).
I am exposing these methods to .NET clients.
I ran into some WinAPI methods which use LPVOID types, and I don't
understand...
|
by: Toni |
last post by:
Hello Everyone ,
I'm trying to convert an LPCSTR to LPVOID for use in DeviceIOControl.
But when i use LPVOID test = (LPVOID)test_lpcstr then it doesn't work ,
When i use LPVOID test = "TEST" ,...
|
by: RedSon |
last post by:
Hi all,
HANDLE hnd = CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)ThreadProc, (LPVOID)handleArray, 0, &dwThread);
...
DWORD ThreadProc(LPVOID lpParameter)
{
|
by: danmilkman |
last post by:
Hi Y'all
Can someone help me convert the next few lines of code from c++ to c#?
I've given it a try myself but my program keeps crashing when I use my c# code. I think the difficulty lies in...
|
by: Young |
last post by:
This makes me very puzzled and angry.Please have a look at :
.......
.......
_hSelf=::CreateWindowEx(
WS_EX_ACCEPTFILES,
(LPCWSTR)_className,\
(LPCWSTR)"Web Studio 2008",\...
|
by: asit |
last post by:
How do I pass parameters to created thread..here is the code(but it
can't pass data..it uses global variable)
#include <windows.h>
#include <stdio.h>
DWORD Sum;
DWORD WINAPI...
|
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: Aliciasmith |
last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
|
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: NeoPa |
last post by:
Introduction
For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
|
by: Teri B |
last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course.
0ne-to-many. One course many roles.
Then I created a report based on the Course form and...
|
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: isladogs |
last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM).
In this month's session, Mike...
|
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...
|