There isn't any way to do this yet. It's high one our list of things to do. It should be possible to use a resource editor to modify the icon of the .exe file...
Note: forwarded message attached. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection...
I have the following code for a listbox: Sub Form1_Load listbox1.sorted = False ListBox1.AddItem "Less " ListBox1.AddItem "More " ListBox1.AddItem "Max " End...
How can i know wich are the ocx's included in an Nsbasic/Desktop IDE ? If i look at ocx just appear the ones i've added, not the standard ones. Thanks...
The real case: I'm trying to know classes, methods, events , properties from MSWinsock.Winsock and from any other included in the activex control like...
I apologize for this answer. I was in the middle of a few things and not really paying attention to the question. I thought you were asking about a combo...
The final object of my tests is to be able to use bluetooth palm program ( from jochen hammer.germany ) and desktop together . so i wish to find the events...
The Microsoft Winsock control has some licensing restrictions. See 3.1 in this Tech Note: <http://www.nsbasic.com/desktop/info/technotes/TN02.htm> But if you...
Note: forwarded message attached. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection...
I downloaded franson serialtools, but there is not a sample about bluetooth. could you show me a sample to open a virtual bluetooth port, how arrivals are...
The following shows how to use Franson serial tools for transmitting data via a com port (serial data cable or bluetooth) - The only difference is the ComPort...
How do I write code for the following: I am writing a program to implement a registration code that does the following : 1. Write the registration code(if it...
Note: forwarded message attached. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection...
Hello, Im trying to design small routine that will convert a given string into a byte array. Here is what I have so far but its not working... anyone with...
Hello, I trid this as per your msg but it still crashes saying type mismatch, here is my code: Note this is my entire code! MsgBox "hello" Dim DIRC Dim ArySize...