Click here to Skip to main content
15,914,500 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: List Box item coloring Pin
Luc Pattyn28-Jul-08 1:14
sitebuilderLuc Pattyn28-Jul-08 1:14 
GeneralMenustrip & Selection Pin
Member 425919228-Jul-08 0:19
Member 425919228-Jul-08 0:19 
GeneralRe: Menustrip & Selection Pin
Thomas Stockwell29-Jul-08 9:06
professionalThomas Stockwell29-Jul-08 9:06 
QuestionCreate an excel 2003 add in with vb2008 Pin
JR21227-Jul-08 22:32
JR21227-Jul-08 22:32 
AnswerRe: Create an excel 2003 add in with vb2008 Pin
John_Adams28-Jul-08 8:56
John_Adams28-Jul-08 8:56 
AnswerRe: Create an excel 2003 add in with vb2008 Pin
rprateek6-Aug-08 19:11
rprateek6-Aug-08 19:11 
QuestionSelect the sender in outlook mail Pin
~Khatri Mitesh~27-Jul-08 21:29
~Khatri Mitesh~27-Jul-08 21:29 
QuestionPositioning the image in Excel 2007 [modified] Pin
klaydze27-Jul-08 21:06
klaydze27-Jul-08 21:06 
Hi,

I create a simple program that can open a image in excel. But there is a problem, I want it to position a little bit lower because I have some data that i want to write above that image. And also how do I re size the image that i put in the excel?

Here is my code:

Dim xlsApp As New Microsoft.Office.Interop.Excel.Application
        Dim xlsWSheet As New Microsoft.Office.Interop.Excel.Worksheet

        Dim excelFiles As String = "c:\Test.xlsx"
        Dim pic As String = "c:\MsC.bmp"

        xlsApp.Visible = True

        xlsApp.Workbooks.Open(excelFiles)

        xlsApp.ActiveSheet.Pictures.Insert(pic)

        xlsApp = Nothing
        GC.Collect()
        GC.WaitForPendingFinalizers()


Anyone change help me how to do the position of image.

Thanks

Regards,
Jessie

if(you type your code here) {
Messagebox.Show("You help me a lot!");
}
else {
You help me = null;
}

modified on Monday, July 28, 2008 4:55 AM

QuestionThere are not enough concurrent access licenses to log you on. [Crystal report] Pin
AJAYWVK8727-Jul-08 20:44
AJAYWVK8727-Jul-08 20:44 
AnswerRe: There are not enough concurrent access licenses to log you on. [Crystal report] Pin
Christian Graus27-Jul-08 21:17
protectorChristian Graus27-Jul-08 21:17 
GeneralRe: There are not enough concurrent access licenses to log you on. [Crystal report] Pin
Duncan Edwards Jones27-Jul-08 23:59
professionalDuncan Edwards Jones27-Jul-08 23:59 
GeneralRe: There are not enough concurrent access licenses to log you on. [Crystal report] Pin
AJAYWVK8728-Jul-08 22:55
AJAYWVK8728-Jul-08 22:55 
AnswerRe: There are not enough concurrent access licenses to log you on. [Crystal report] Pin
DJ Matthews28-Jul-08 9:11
DJ Matthews28-Jul-08 9:11 
GeneralRe: There are not enough concurrent access licenses to log you on. [Crystal report] Pin
AJAYWVK8729-Jul-08 0:24
AJAYWVK8729-Jul-08 0:24 
Questionharddisk space.. Pin
Subjugate27-Jul-08 20:39
Subjugate27-Jul-08 20:39 
AnswerRe: harddisk space.. Pin
Ajay.k_Singh27-Jul-08 21:05
Ajay.k_Singh27-Jul-08 21:05 
GeneralRe: harddisk space.. Pin
Subjugate27-Jul-08 21:35
Subjugate27-Jul-08 21:35 
RantRe: harddisk space.. Pin
Smithers-Jones27-Jul-08 23:24
Smithers-Jones27-Jul-08 23:24 
GeneralRe: harddisk space.. Pin
jzonthemtn28-Jul-08 4:51
jzonthemtn28-Jul-08 4:51 
RantRe: harddisk space.. Pin
Paul Conrad28-Jul-08 10:46
professionalPaul Conrad28-Jul-08 10:46 
QuestionDataGridview cell validation Pin
Fahim A27-Jul-08 20:01
Fahim A27-Jul-08 20:01 
AnswerRe: DataGridview cell validation Pin
Fahim A2-Dec-08 12:33
Fahim A2-Dec-08 12:33 
QuestionHow to create new property (cols,Rows) to DataGridView [modified] Pin
Member 303106927-Jul-08 18:33
Member 303106927-Jul-08 18:33 
AnswerRe: How to create new property (cols,Rows) to DataGridView Pin
C1AllenS27-Jul-08 19:35
C1AllenS27-Jul-08 19:35 
GeneralRe: How to create new property (cols,Rows) to DataGridView [modified] Pin
Member 303106927-Jul-08 21:36
Member 303106927-Jul-08 21:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.