You guys know of any programs that can mask a bluetooth connection as a usb connection. I mean is it possible for something to connect by bluteooth but be percieved as usb?
Please check out my articles: The ANZAC's articles
You guys know of any programs that can mask a bluetooth connection as a usb connection. I mean is it possible for something to connect by bluteooth but be percieved as usb?
Please check out my articles: The ANZAC's articles
I haven't used it and I'm not really keen to. Just trying to look for a quick and dirty solution. If it is effective i'll work up a more efficient application later. For now i just want to use technologies i am familiar with.
Please check out my articles: The ANZAC's articles
I am trying to build a network chat program. I know this has been done a million times in a million different ways usually by beginner programmers but bear with me. Basically the issue i'm having is that I want to create one application (kept as an executable in a shared location) to receive messages in the form of strings from each chat application on workers computers. In this way it will work as a micro server receiving messages and distributing them into a readable form for all users. I'm doing it this way because I want the messages received to be displayed in order and there will be several users at once. This is important to the functionality. So my question is this. How do you send a string from one application and how do you make the other application receive or do something with it?
The ANZAC
I don't really understand how to use the xml document, how to look through the nodes etc and extract the information i want.
Please check out my articles: The ANZAC's articles
Thanks. I'm not sure exactly how to work with this though. If you are willing to help more here I have further questions. Alternatively I can make a new thread. For instance, how would i then get certain bits of information about each post? I gather the For Each loop can be used to probe the nodes, but how would i find the id or link for each post using this loop?
Please check out my articles: The ANZAC's articles
Hello, I am trying to make a small app to interact with Tumblr.com. The API information page is here: http://www.tumblr.com/docs/api It outputs XML which i am not familiar with....yet. What i want to know is how would i tell a vb app to download this output and what sort of variable should i keep it in to work with? Is string appropriate? The ANZAC
Modify this so its in arabic. :) Just replace all the words with the arabic equivalents. http://www.codeproject.com/KB/miscctrl/NumberToText.aspx
Please check out my articles: The ANZAC's articles
Thanks, this looks quite helpful, i will get to work on this :)
Please check out my articles: The ANZAC's articles
Ok then, well that only answered part of my question. How do i read and write a binary file, what are some keywords i should be looking up?
Please check out my articles: The ANZAC's articles
Can anyone help me, or at least point me to some good sites that will help with reading and writing binary files on the fly without using an array?
Please check out my articles: The ANZAC's articles
We were having a cocktail party once, and one of our friends was organising the food. She asked one of my other friends if she knew the recipe for fairybread. You know, buttred bread with sprinkles on it...
Please check out my articles: The ANZAC's articles
i mean people who always tell people to go to google, which seems to be the whole damn forum community at the moment.
Please check out my articles: The ANZAC's articles
You can enstore an encrypted day counter in the registry that the program checks everytime it runs, as long as you use a relatively difficult key to crack, the majority of people will not be able to break it. This works best if you go off times used as oppose to if the date has been changed, because people can always wind the clock back before it ends. There are some great articles on CP about Registry keys and encryption.
Please check out my articles: The ANZAC's articles
Do you want to know all the text before ','? In which case it would be something like this: dim p as integer = me.rtb1.text.indexof(",") me.rtb1.select(0,p)
Please check out my articles: The ANZAC's articles
whats the point in having a coding forum if you just point them to google everytime they have a coding question, often google just points you to another forum anyway. Just answer a question for once, i'm starting to think you people don't have any other response than 'see goggle'.
Please check out my articles: The ANZAC's articles
Not to mention that there is about 400 threads in this forum relating to it.
Please check out my articles: The ANZAC's articles
yeh i'm in agreeance, it really depends on the scale of your application too.
Please check out my articles: The ANZAC's articles
doesn't application.doevents check if anything else has happened/being pressed etc. I've used it before to put an exit function in a loop from a stop button.
Please check out my articles: The ANZAC's articles
Expert Coming wrote:
Almost every commercial you see on TV will say the word virtually. As soon as you hear it, ignore the rest of the sentence. I can virtually fly, I guarantee it
Lol
Expert Coming wrote:
The best way to accelerate a Macintosh is at 9.8m/sec²
Double lol. :laugh: Sorry i found your sign off funnier than your post. ;P
Please check out my articles: The ANZAC's articles
next time someone asks you that give them the dimensions of a baseball diamond.
Please check out my articles: The ANZAC's articles