Click here to Skip to main content
16,006,065 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Changing Font/Color in excel Pin
Paritos2-Jan-06 21:40
Paritos2-Jan-06 21:40 
GeneralRe: Changing Font/Color in excel Pin
allenmpcx2-Jan-06 21:47
allenmpcx2-Jan-06 21:47 
GeneralRe: Changing Font/Color in excel Pin
Paritos2-Jan-06 21:55
Paritos2-Jan-06 21:55 
GeneralRe: Changing Font/Color in excel Pin
allenmpcx2-Jan-06 22:13
allenmpcx2-Jan-06 22:13 
GeneralRe: Changing Font/Color in excel Pin
Paritos2-Jan-06 22:17
Paritos2-Jan-06 22:17 
GeneralRe: Changing Font/Color in excel Pin
allenmpcx3-Jan-06 6:51
allenmpcx3-Jan-06 6:51 
Questioncreate a datagrid Pin
kenn_rosie2-Jan-06 6:59
kenn_rosie2-Jan-06 6:59 
QuestionClipboard usage Pin
zebos1-Jan-06 23:43
zebos1-Jan-06 23:43 
Hi, i have been experimenting with the clipboard in vb.net and have been able to copy to/paste from the clipboard as following:

If Clipboard.GetDataObject.GetDataPresent(DataFormats.Bitmap) Then
'setting clipboard data to picturebox
pbxMovie.Image = Clipboard.GetDataObject().GetData(DataFormats.Bitmap)

End If

Now, this works fine within applications. for example i can copy to/paste from word and also in my applications. but when i try to copy something form my desktop or harddisk, it doesnt work.
Also when i try to paste on my desktop/harddisk, it simply isnt in the clipboard (no 'paste' option in the context menu)

Anyone got any ideas?
AnswerRe: Clipboard usage Pin
Dave Kreskowiak2-Jan-06 11:04
mveDave Kreskowiak2-Jan-06 11:04 
Questioncalling form's submit event ffrom AXWebBrowser Pin
Sufyan_shani1-Jan-06 22:38
Sufyan_shani1-Jan-06 22:38 
AnswerRe: calling form's submit event ffrom AXWebBrowser Pin
oldlight3-Jan-06 16:41
oldlight3-Jan-06 16:41 
QuestionCrystal Report For VS 2005 Setup File Pin
ayuba asia1-Jan-06 21:31
ayuba asia1-Jan-06 21:31 
AnswerRe: Crystal Report For VS 2005 Setup File Pin
karim ben romdhane2-Jan-06 20:55
karim ben romdhane2-Jan-06 20:55 
GeneralRe: Crystal Report For VS 2005 Setup File Pin
ayuba asia4-Jan-06 2:10
ayuba asia4-Jan-06 2:10 
Questionregarding excel sheet Pin
nagalakshmibasireddy1-Jan-06 21:17
nagalakshmibasireddy1-Jan-06 21:17 
AnswerRe: regarding excel sheet Pin
Sufyan_shani1-Jan-06 23:13
Sufyan_shani1-Jan-06 23:13 
QuestionUser Controls can be added in datagridTextBoxColumn Pin
HemaRawat1-Jan-06 20:27
HemaRawat1-Jan-06 20:27 
Questionembed listview in Combobox (Urgent) Pin
HemaRawat1-Jan-06 19:55
HemaRawat1-Jan-06 19:55 
AnswerRe: embed listview in Combobox (Urgent) Pin
Sufyan_shani1-Jan-06 23:19
Sufyan_shani1-Jan-06 23:19 
GeneralRe: embed listview in Combobox (Urgent) Pin
HemaRawat1-Jan-06 23:28
HemaRawat1-Jan-06 23:28 
GeneralRe: embed listview in Combobox (Urgent) Pin
Sufyan_shani1-Jan-06 23:45
Sufyan_shani1-Jan-06 23:45 
GeneralRe: embed listview in Combobox (Urgent) Pin
HemaRawat1-Jan-06 23:49
HemaRawat1-Jan-06 23:49 
GeneralRe: embed listview in Combobox (Urgent) Pin
Sufyan_shani2-Jan-06 2:52
Sufyan_shani2-Jan-06 2:52 
Questionstream reader /writer or file access thru the api call Pin
nickhere1-Jan-06 12:54
nickhere1-Jan-06 12:54 
AnswerRe: stream reader /writer or file access thru the api call Pin
Dave Kreskowiak1-Jan-06 12:56
mveDave Kreskowiak1-Jan-06 12:56 

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.