 |
 | how to read email in yahoo inbox using vb.net and yahoo api |
|
 | Start reading here[^], and download the clientlibraries for VB as mentioned on the page.
Bastard Programmer from Hell
If you can't read my code, try converting it here[^]
They hate us for our freedom![^] |
|
 | I have a form that had a tool bar on it with a few buttons. I do not know what I did but now I can not see the toolbar at all. I can still select in the properties list and change settings on it, such as size, location, width and all that stuff but no matter what I do I still do not see the... |
|
 | Long shot. Something else on top of it in z-order?
Cheers,
Peter
Software rusts. Simon Stephenson, ca 1994. So does this signature. me, 2012 |
|
 | Install "WinDiff" and compare the two .Designer.vb files.
Bastard Programmer from Hell
If you can't read my code, try converting it here[^]
They hate us for our freedom![^] |
|
 | this is my Problem:
I created a dataset xsd called dataset1.xsd,and xml schema called transaksi.xml
transaksi.xml:
<?xml version="1.0" encoding="Windows-1252"?>
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified"... |
|

|
I am having problems exporting a form and all its contents as an image. I just get a picture of the form and nothing of its contents. If I print the form, everything is there, but is i save as jpg, nothing. I have been told to use the draw command but all I can see is how to draw lines and circles etc. Is it possible for me to draw an imported jpg image onto a form. Currently I have 4 portrait pictures all added into individual picture boxes.
Thanks for any help.....
|
|
|
|
 | Set the form to owner-drawing, and check out the Paint event of the form; You can draw your bitmap on the Graphics object.
Bastard Programmer from Hell
If you can't read my code, try converting it here[^]
They hate us for our freedom![^] |
|
 | dear friends,
I would like to ask some help. I am a beginner in vb.net programming and right now we have a thesis in school to develop an Application of Programming to Chemistry Dama. I already have a sample codes that I attached below.
The problem that I have right now is how can... |
|
 | Chips? Checkers? Moves?? Capture?? What in the hell are you talking about??
And I'm getting the vibe that this should have been posted in the Algorithms forum.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak
|
|
 | Hello Enzomatriz,
It looks like a game of checkers?
And you say your code to take one chip works?
Ok so as I see it maybe you can place the (YOUR CODE) code block which takes the oppositions chips in a LOOP where, after taking one chip you see if there are other chips to take... |
|
 | I would like information to be able to design an application that will show me the number, date and time of the person to call me by phone. A Caller ID using TAPI3 |
|
 | Try This[^] article.
Bastard Programmer from Hell
If you can't read my code, try converting it here[^]
They hate us for our freedom![^] |
|
 | I have a problem with the project i need load the modem in a combobox and then be able to select the device with a button to put it in the listening mode.
When i do a new project and add the class gives me this error:
Interop type 'TAPIClass' cannot be embedded. Use the... |
|
 | Can you post a snippet of the code where the error occurs?
Bastard Programmer from Hell
If you can't read my code, try converting it here[^]
They hate us for our freedom![^] |
|
 | Hi man thx for you help i fix the problem, the end i can't see who call, jajaja..
Pls help with this problem...
I am desperate looking for someone to help me in a project that I want to perform, I have a Windows XP sp3 activated the routing and remote access service... |
|
 | Hi, Can anyone guide me on how to do the following cenerio: I have a table: ID type int Data type image Now on a form in vb.net, I drop the control data field as a picturebox. I want to double click on the picturebox to load a pdf file so that i can store in the table. a... |
|
 | Since a PictureBox control knows nothing about the PDF file format, it can't render one at all.
You'll have to use another control, such as PdfSharp or some other PDF Viewing control.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak
|
|
 | thanks for your response. I load the pdf file into webbrowser control. Now i need to save into a table. the form in question already has a dataset binding into it. I neesd to take the pdf file that's showing in the webbrowser control and to be saved with every control on the form. ... |
|
 | You can save the contents of the PDF file to the database the exact same way you save any other image format. Like this[^] or this[^].
A guide to posting questions on CodeProject[^]
Dave Kreskowiak
|
|
 | I have a form that has various pictureboxes that are populated by the user. Once the form has all the pictureboxes full, the user needs to save the whole form and its contents as a jpg. The only problem is that the only thing that is saved is the picturebox.1. Case 1
... |
|
 | tuffhamster wrote:I have a form that has various pictureboxes that are populated by the user. Once the form has all the pictureboxes full, the user needs to save the whole form and its contents as a jpg.
Call the DrawToBitmap[^] method of the form.
Bastard Programmer from Hell
If you can't... |
|
 | I have used the drawtobitmap as suggested but still only copies the form background. There are about 8 picture boxes in the form but none of these are saved within the jpg. Here is the code.
Private Sub Button7_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles... |
|
 | As should be; that's how the stuff works. If you want a "mashup", you'll have to draw the pictureboxes by hand, on the forms' paint event.
Bastard Programmer from Hell
If you can't read my code, try converting it here[^]
They hate us for our freedom![^] |
|
 | Can anybody help me to solve this problem...
I am facing the below problem while trying to send mail in Vb6.0
Problem was encountered when trying send mail- ActiveX component can't create object.
Would Appreciate help... |
|
 |