|
How can a C# app easily communicate with an instance of itself present on another computer, which is on the same network, and transfer files and data?
Assuming the computers on the network have fixed local IP addresses, and they each know each others ...
Started by Jeremy Rudd on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
On the other hand, if you want to do internet transfer, getting a single port open.
Acceptable.
|
|
A potential client has a slow ecommerce site using Joomla/Virtuecart which takes 6-10 seconds for any page to load. I've seen faster solutions and would like to transfer the 4,000+ products with little hassle to a speedier, more full-featured open-source...
Started by Alan on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Joomla....
I can't make a shop system recommendation but I would say, try optimizing what you have first .
As for 2.
Either way, be prepared for some work and trouble.
Re 1.: Depends strongly on the data structure both on the sending and the receiving end .
|
|
This isn't my area of expertise at all, so I was wondering if anyone could point me in the right direction for streaming a sound clip from a web page.
The main restriction is that it can't be easily saveable.
(So direct .wav's or whatever playing is out...
Started by Bravax on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Even if the user dont have an option to download .
Will transfer to the client computer? right, downloading.
|
Ask your Facebook Friends
|
Good evenening!
I'm searching for an easy way of storing incremental backups of a linux server on a remote windows home server. Both machines have their own static IP address. The linux machine is a Ubuntu virtual server machine, which should save its...
Started by Thasmo on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
Run the server on the Windows machine, and run the client piece on the Linux server... .
You may want to take a look at Bacula.
Rdiff-backup is available in the main ubuntu repositories.
Rdiff-backup naturally does incremental backups.
See rdiff-backup.
|
|
I have used WMware for a long time.
Vmware saves all information for one machine in one diretory.
This means it is easy to zip and copy.
Now I switched to VirtualBox .
VirtualBox seems to save the machine's information in more than one directory, e.g....
Started by Edward Tanguay on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
However.
Contained an absolute path to the vdi, which was not valid after the host-to-host transfer.
|
|
Hello, I need to develop a small delphi app that prints stickers (text + graphics) to label printer such as DYMO one by one.
What is best way to do this, is there e.g. some custom API for DYMO printers or how to print color graphics to small stickers?...
Started by Tom on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Printers that we use are thermal transfer ribbon printers which means that there is only one color possible.
|
|
Hi,
Is there an easy way to indent the output going to an ofstream object? I have a C++ character array that is null terminate and includes newlines. I'd like to output this to the stream but indent each line with two spaces. Is there an easy way to do...
Started by WilliamKF on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Well this is not the answer I'm looking for, but in case there is no such answer, here is a way to do this manually:
void indentedOutput(ostream &outStream, const char *message, bool &newline) { while (char cur = *message) { if (newline) { outStream &... .
|
|
I have a Corsair Voyager 32GB DiskOnKey, and when I transfer files to it, they're written very fast, but the move operation halts after each file. Write, halt, write, halt for each file written. I was wondering what could cause it? Usually it's done by...
Started by Avihu Turzion on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
This was why you could easily have.
It's cached quickly and the actual writing takes place in the background .
|
|
I have a pretty basic windows form app in .Net. All the code is C#. I'd like to turn it into an Asp.net web app. How can I easily do this?
I think there's an easy way since the controls I drag/drop onto the windows form designer are pretty much the same...
Started by MrDatabase on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
If you are interested in a "web.
Your C# code and logic will transfer over easily, but the WinForms UI is completely different from ASP.NET UI.
Unfortunately, it is not going to be that simple.
Featured.
|
|
I really really love Bruce's bags but I am on the second one that has been completely "disfigured" by a drop of an liquid. I cannot tell what it was, but probably was oil from a restuarant or something. The issue is I am a purse HOUND and I have never...
Started by Rose22 on
, 17 posts
by 16 people.
Answer Snippets (Read the full thread at qvc):
I finally sold my last B Makowsky handbag on ebay last transfer onto the leather....
His bags stain too easily.
It's only Dooney now.
Posts how easily his bags bled and be sure you keep a plastic bag to cover your handbag in the event.
|