Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for pete08

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

Member Avatar for Ailton Junior
0
100
Member Avatar for pete08

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.

Member Avatar for pete08
0
416
Member Avatar for pete08

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 …

Member Avatar for sknake
0
511
Member Avatar for pete08

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

Member Avatar for miculnegru
0
90
Member Avatar for pete08

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

Member Avatar for pete08
0
152
Member Avatar for pete08

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 …

0
42
Member Avatar for pete08

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 …

Member Avatar for hieuuk
0
164
Member Avatar for pete08

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

Member Avatar for hieuuk
0
210
Member Avatar for pete08

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

Member Avatar for pete08
0
80
Member Avatar for pete08

Does anyone know how to start an application from other application in C# for smart devices?

Member Avatar for Errel
0
87
Member Avatar for pete08

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...

Member Avatar for pete08
0
63
Member Avatar for pete08

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

0
40
Member Avatar for pete08

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 …

0
51
Member Avatar for pete08

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 += …

Member Avatar for ericstenson
0
75