No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
13 Posted Topics
Hi, I have a C++ dll with a header having the following struct: [CODE] struct TData { DWORD m_Command; BYTE m_Option; char m_Message[300]; }; [/CODE] The dll also has a callback function MessageReceived that takes TData as a parameter. The function fills in the m_Message with some data and returns. …
Hi guys, I'm connecting to a bluetooth printer using a Phone via the following address: btspp://" + PrinterBluetoothAddress + ":1;authenticate=true;encrypt=false;master=true"; With this address, I'm able to print using a Sony Ericsson. With a Nokia, however, the master=true option is not supported. If I use master=false, I can just connect to …
Hi guys, I have a J2ME application that I'm developing in NetBeans. It's ok. I however added one jar reference, let's call it x.jar, which is being seen by Netbeans. Upon compiling however, netbeans calls Preverify.exe with classpath references. It is not including this x.jar. It's causing preverify to return …
Hi, I'm running Knoppix's backtrack. It has a way of displaying man pages in a browser. you just spacify the browser, e.g. firefox, then the man page is displayed by firefox, instead of the unser-unfriendly text mode. Could someone refresh my memory? Thanks.
If there is a Sim application that does, among other things, send SMS, am I able to tell what SMS it is sending, and to what number, using any method possible?
I have an application with Hotkeys installed. when the hotkey is pressed, the application comes to the topmost, or bottommost z-order. I have used SetwindowPos api. The problem, however, is that in as much as the window is the topmost, it is not active, so it does not receive input. …
hi guys, if I have a form with, say, a picturebox in it. The picturebox is loaded with an image, and I need to copy just a section of it, say at rectangular points, X, Y, L and W to the clipboard, or to another picturebox. Is it possible in …
hi guys, I'm creating a midlet application with Netbeans. When I select build, the IDE builds my application successfully but goes ahead to run it's emulator. This has the effect of increasing the resulting jar file 7 fold in size. Does anyone know how to change the setting to build …
If your intention is just to view, then a recordset would do just fine. take a look at this: [code] Dim con As New ADODB.Connection Dim rec As New ADODB.Recordset Dim ConnStr As String Dim SQL As String ConnStr = "DSN=MyDatabase" SQL = "Select FirstName FROM ClassicNames" con.Open ConnStr, "DBUserName", …
Hi guys, I have OPOSPOSPrinter.ocx that I'm supposed to use to connect to a fiscal printer and print. I have installed it's drivers. According to the OCX's limited documentation, it says there should be an entry in HKEY_LOCAL_MACHINE\SOFTWARE\OLEforRetail\ServiceOPOS. I've juggled all I can on this entry with no avail. Is …
Hi, from your code, you are getting a value to include in the query from a TextBox. The Textbox clearly cannot be seen by Crystal Reports. That means you'll need to compose that query to be complete in Vb before passing it to CR. CR has dlls to help you …
Hi guys, I'm currently doing a J2ME application that gets a JPEG image and sends it's bytes to a C# server via sockets. In the J2ME application, I can re-convert the bytes I sent to an Image and view it. On the server side, however, the SAME bytes cannot create …
Hi guys, I have a modem connected to my machine. Both My C# code and Hyperterminal can open the COM port, but when the command AT is sent, no reply is got. In control panel->Modems->Query modem however, the modem responds!!! Anybody who has ever experienced this?
The End.
Rombosia