No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
14 Posted Topics
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 someone provide me with code for this one. Please... Pete
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 displayed along original pictureBox. I'm having trouble with this.
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. Image is loaded correctly, but scrollbars rest in last position, i.e. they don't come …
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
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 mailmessage.to. I have tried with their addresses, but nothing... Pete
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? I have configured the LAN properly (I have tried with ping and it works). Also, no …
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 bitmap(pb.width,pb.height); graphics g=new graphics.fromImage(bmp); pen p=new pen(color.black,5); g.drawLine(p,0,0,10,10); Line is there, but underlaying image …
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
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
Does anyone know how to start an application from other application in C# for smart devices?
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...
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? Pete
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 fields in the table). When I enter data in the database I can retrieve data from the database …
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 = "Server=localhost;Database=Northwind;" + _ "Integrated Security=SSPI" Dim cnnNwind As SqlConnection = New SqlConnection(strConn) cnnNwind.Open() Dim strSQL As String = "SELECT * FROM Shippers" strSQL += …
The End.
pete08