Calls to Win32 API from c#.
Fri, 11 Jan 2008 19:39:29 GMT
Hello,
I am trying to call into the Win32 API from a c# managed code module.
In order to call the following Win32 API funtion:
MMRESULT waveOutWrite(
HWAVEOUT hwo,
LPWAVEHDR pwh,
UINT cbwh);
I believe my c# code needs something like this:
[DllImport("Winmm.lib", EntryPoint = "waveOutWr ...
|
Can I recompile for RIM - Blackberry?
Fri, 11 Jan 2008 13:08:38 -0600
I have a VB program I worte for PocketPC. I would like to convert it or
reproduce it for use ona blackeberry.
1 - Can I recompile for RIM - Blackeberry?
2 - Is there a third party tool to convert from VB to RIM and compile?
3 - Is there a third part development tool I can use to redevelop from
scratch for ...
|
How can I write a calenda record from VB program on pocketPC?
Fri, 11 Jan 2008 13:03:47 -0600
I am writing a program in Visual Studio for my pocket PC to provide me easy
entry of common data I need for work. I would like the program to save
this data as calendar records whic, when the device is synced to the
desktop, would then appear in my outlook calendar.
Any ideas on how I write a calendar re ...
|
VS 2008: Mobile Devices: StandardSDK 5.0
Fri, 11 Jan 2008 01:00:51 -0800 (PST)
Is is possible to use the StandardSDK 5.0 with Visual Studio 2008? I
can select Windows Mobile 5. 0f for Pocket PC and same other SDKs but
not the StandardSDK 5.0. In Visual Studio 2005 I can use the
StandardSDK 5.0. ...
|
Membership In VS 2005 Using VB
Thu, 10 Jan 2008 06:44:12 -0000
Hi
I am writiing a small interactive website for my bridgeclub using Access and
I wish to use my existing member file as the user table
One of the files I referenced in Help indicated that in VS2005, as well as
the default SQLMembershipProvider, there is also a built in
AccessMembershipProvider. I hope to ...
|
GUI console problem
Wed, 09 Jan 2008 14:19:00 -0800
Hello,
in gui application, I allocate a console ,and attach the console. so in
my gui application, I can use "scanf " and "printf".
but when i close the console by clicking the [X] on the top right, it
seems the default console handler call "TerminateProcess" function, and my
gui application exit also.
...
|
VS 2008 Add-in creation build error
Wed, 9 Jan 2008 08:41:08 -0800
I just installed VS 2008 Team Suite trial edition and created an MS Project
2003 VSTO Add-in. The resulting automatically generated code looks like the
VS 2005 code for an Outlook add-in but produces the following build errors.
Could anyone please enlighten me as to what the problem is? I have seen a
very si ...
|
|
|
Reporting using a datetime value
Tue, 08 Jan 2008 20:05:52 -0700
How the heck do I get the dateTime to print on a rdlc report? I can
get the date or the time, but not both. The SQL Server date value is
set as dateTime, and I can print the date or the time, but not both. I
am using the formatDateTime in the reporting field. Should I be using
some other function? ...
|
Display new information in a DataGridView control....
Tue, 8 Jan 2008 09:21:59 -0800 (PST)
have a DataGridView that is populated with info from a DataSet. I
actually created my project in VS 2003, but converted it to 2005
because of the autosize property of the DataGridView. Anyway, the
connection, adapter and dataset were all generated via the wizards.
I would like to know what code I could add ...
|
Rearrange Controls based on value of a TextBox
Mon, 7 Jan 2008 12:24:23 -0800 (PST)
I have some labels and textboxes on a form that I would like to
rearrange based on the Value (Val) of the textbox. Upon form load and
when records are traversed, the current state of affairs is...
Label1 TextBox1 containing text of "3" or Val of 3
Label2 TextBox2 containing text of "1"
Labe ...
|