Forum: C# Jul 25th, 2009 |
| Replies: 10 Views: 1,463 Ok, no problem. I'm waiting... |
Forum: C# Jul 23rd, 2009 |
| Replies: 10 Views: 1,463 Unfortunately, I think I'm having problem with both image loading and positioning/placing panels where to put images. Take your time, day or two won't harm. |
Forum: C# Jul 23rd, 2009 |
| Replies: 10 Views: 1,463 |
Forum: C# Jul 23rd, 2009 |
| Replies: 10 Views: 1,463 skanke,
I have acted in accordance with Your advice.
Enclosed is the code, as requested. |
Forum: C# Jul 22nd, 2009 |
| Replies: 10 Views: 1,463 private void pictureBox1_MouseDown(object sender, MouseEventArgs e)
{
if (e.Button == MouseButtons.Left)
{
X = e.X;
Y = e.Y;
}
... |
Forum: C# Jul 22nd, 2009 |
| Replies: 10 Views: 1,463 Hi,
can anyone help me on this. I'have put pictureBox in panel, with image loaded into pictureBox. When scrolling, I want to load another pictureBox on certain position within panel, that will be... |
Forum: C# Jul 21st, 2009 |
| Replies: 8 Views: 743 I'have rearranged code and zipped it.
You go with F5 and choose Win mobile 5.0 emulator from the menu, the rest is ok. |
Forum: C# Jul 21st, 2009 |
| Replies: 8 Views: 743 sknake,
there is whole sln attached, check it out. |
Forum: C# Jul 21st, 2009 |
| Replies: 8 Views: 743 Thanks sknake,
but I still have problem, my scroll bars move faster than my image on picBox, so I have sort of delay ...
Have any ideas on this? |
Forum: C# Jul 21st, 2009 |
| Replies: 8 Views: 743 Hi,
here is my problem: I have created panel and put picBox in it. AutoScroll for panel is on, so the scrollbars are there. When scrollbars come to the limit, pictureBox is fitted with new image.... |
Forum: C# Mar 5th, 2009 |
| Replies: 1 Views: 850 Hi,
does anyone knows how can I create POP3 server (not client) in C#.
I'm not talking about downloading some commercial solution, but developing new one.
Pete |
Forum: C# Feb 19th, 2009 |
| Replies: 4 Views: 630 My task is to develop ad-hoc network, of WLAN type, where members will be able to comunicate using standard messages relying on TCP/IP (asynchronous sockets in C#). I have written the code, tested it... |
Forum: C# Feb 19th, 2009 |
| Replies: 4 Views: 630 Sknake,
I'm at the beginning, so sorry for stupid questions.
First of all: do I need an e-mail server on all machines or only on server?
What kind of e-mail server do I need?
How do You define... |
Forum: C# Feb 18th, 2009 |
| Replies: 4 Views: 630 I have started with simple c# mail application, to send message from one computer to the other, which are connected by LAN.
My question is: how to define addresses, or mailmessage.from and... |
Forum: Networking Hardware Configuration Jan 14th, 2009 |
| Replies: 0 Views: 469 Hi,
I have written small client/server application, using TCP/IP protocol. When I test this on my machine, it works ok. When I use LAN with 2 computers it bloks.
What might be the problems?
... |
Forum: C# Jan 9th, 2009 |
| Replies: 8 Views: 4,335 Do You have some example code, plz |
Forum: C# Jan 9th, 2009 |
| Replies: 8 Views: 4,335 Thanks, I have sorted it out.
Another question, do You have any idea how could I drag the image inside pictureBox instead of using scrollbars. |
Forum: C# Jan 9th, 2009 |
| Replies: 8 Views: 4,335 I'm working on application for WinMobile and there isn't OnPaint method there... |
Forum: C# Jan 9th, 2009 |
| Replies: 8 Views: 4,335 Hi,
I have picture box with some image int it. I want to draw a line on the image. But when code executes, line is there but image is gone.
Here is the code:
bitmap bmp=new... |
Forum: C# Dec 18th, 2008 |
| Replies: 5 Views: 866 I don't want to view the image by use of scroll bars. I want to load the image as it is, i.e. bigger than form, and move around the image by dragging it.
I've searched the web, but no luck.
Does... |
Forum: C# Dec 18th, 2008 |
| Replies: 5 Views: 866 Does anyone have an idea how to drag the image in order to see the whole of it? (up-down-left-right)
The application is for WM 5 |
Forum: C# Dec 1st, 2008 |
| Replies: 2 Views: 336 I'm using .NET CF 3.5
Platform is Nomad |
Forum: C# Dec 1st, 2008 |
| Replies: 2 Views: 336 Hi,
I have two problems:
- can someone give me some idea about Start.Process syntax for mobile devices, I'm blocked
- How can I get device ID
Pete |
Forum: C# Nov 19th, 2008 |
| Replies: 3 Views: 504 I want to start other application (xyz.exe)
I have tried with Process.Start, but I keep on getting error messages, presumably because of wrong path. Remember that I 'm working on smart device, so my... |
Forum: C# Nov 18th, 2008 |
| Replies: 3 Views: 504 Does anyone know how to start an application from other application in C# for smart devices? |
Forum: VB.NET Nov 4th, 2008 |
| Replies: 4 Views: 543 Guys,
I have tried it on the WinForm, but I need it for PocketPC app. It doesen't work there. Do You have some clues? |
Forum: VB.NET Nov 4th, 2008 |
| Replies: 4 Views: 543 |
Forum: VB.NET Nov 3rd, 2008 |
| Replies: 4 Views: 543 I have loaded a map in picture box, but I can't move around it (to see the whole area of the map)
Can someone help me... |
Forum: VB.NET Sep 18th, 2008 |
| Replies: 0 Views: 353 Hi,
I have developed application in WinMobile 5.0 for PDA.
Here is my queation: is it possible to start application automatically when turning on the device, without booting the Windows first?
... |
Forum: VB.NET May 30th, 2008 |
| Replies: 0 Views: 440 I'm developing handheld application written in VB.NET, with .sdf database.
I have following problem: on one form I have combo box (which relates to the primary key) and several text boxes (other... |
Forum: VB.NET Apr 9th, 2008 |
| Replies: 1 Views: 535 Hi,
I have problem when trying to connect to databse and execute query.
Here is the full code:
Private Sub OpenDataReader()
Dim strConn As String =... |
Forum: VB.NET Apr 8th, 2008 |
| Replies: 1 Views: 2,945 I have developed VB.NET 2005 application with .sdf database, but I have problem with inserting new records into databse from application.
I have tried with MSDN example code, but failed.
Can... |