Click here to Skip to main content
15,797,823 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionProblem set Lyrics mp3 encoded iso-8859-1 TagLib visual basic [Moved] Pin
Member 1165739820-Feb-17 11:32
Member 1165739820-Feb-17 11:32 
GeneralRe: Error set Lyrics mp3 encoded iso-8859-1 TagLib visual basic Pin
Tim Carmichael20-Feb-17 11:35
Tim Carmichael20-Feb-17 11:35 
GeneralRe: Problem set Lyrics mp3 encoded iso-8859-1 TagLib visual basic Pin
Jon McKee20-Feb-17 12:17
professionalJon McKee20-Feb-17 12:17 
AnswerRe: Problem set Lyrics mp3 encoded iso-8859-1 TagLib visual basic [Moved] Pin
Richard MacCutchan20-Feb-17 21:45
mveRichard MacCutchan20-Feb-17 21:45 
GeneralRe: Problem set Lyrics mp3 encoded iso-8859-1 TagLib visual basic [Moved] Pin
Member 1165739824-Feb-17 12:59
Member 1165739824-Feb-17 12:59 
Questionvb.net, ListView, Using Groups, how to build them - group is always named default in blue Pin
jkirkerx20-Feb-17 11:00
professionaljkirkerx20-Feb-17 11:00 
AnswerThis seems to work, let me try the other end, trying read it Pin
jkirkerx20-Feb-17 11:17
professionaljkirkerx20-Feb-17 11:17 
QuestionVB code for adding a Pivot table in excel using VS2013 Pin
Member 1300691516-Feb-17 23:27
Member 1300691516-Feb-17 23:27 
I'm trying to develop an excel add-in which generates certain reports which need me to add a pivot table. Below are 2 ways I have tried to do it the first one highlights an error "Reference to a non-shared member requires an object reference" and gives me an error on run time:

Dim PTCache As PivotCache = ThisApp.ThisWorkbook.PivotCaches.Create(SourceType:= _ Excel.XlPivotTableSourceType.xlDatabase, SourceData:=ws2.Range("A1").CurrentRegion.Address)

Dim PTable As Excel.PivotTable = ThisApp.PivotTables.Add(PivotCache:=PTCache, TableDestination:=_ ws3.Range("A1"), TableName:="DaPTable")


The second one just runs without any error but No pivot table created at the end:
m PTCache As PivotCache = ThisApp.ThisWorkbook.PivotCaches.Create(SourceType:= _ Excel.XlPivotTableSourceType.xlDatabase, SourceData:=ws2.Range("A1").CurrentRegion.Address). CreatePivotTable(PivotCache:=PTCache, TableDestination:=_ ws3.Range("A1"), TableName:="DaPTable")


Please Help where I'm getting it wrong or another better way of doing it.
QuestionIs there an example for Outlook Addin projects. Pin
Rahul MD16-Feb-17 10:32
Rahul MD16-Feb-17 10:32 
AnswerRe: Is there an example for Outlook Addin projects. Pin
Richard MacCutchan16-Feb-17 22:46
mveRichard MacCutchan16-Feb-17 22:46 
GeneralRe: Is there an example for Outlook Addin projects. Pin
Rahul MD17-Feb-17 6:25
Rahul MD17-Feb-17 6:25 
QuestionRe: Is there an example for Outlook Addin projects. Pin
Richard MacCutchan17-Feb-17 7:59
mveRichard MacCutchan17-Feb-17 7:59 
AnswerRe: Is there an example for Outlook Addin projects. Pin
Rahul MD17-Feb-17 8:17
Rahul MD17-Feb-17 8:17 
GeneralRe: Is there an example for Outlook Addin projects. Pin
Richard MacCutchan17-Feb-17 23:10
mveRichard MacCutchan17-Feb-17 23:10 
QuestionMake a Skype for Business (S4B) from a windows form? Pin
JasonB596316-Feb-17 9:15
JasonB596316-Feb-17 9:15 
AnswerRe: Make a Skype for Business (S4B) from a windows form? Pin
Richard Deeming16-Feb-17 9:47
mveRichard Deeming16-Feb-17 9:47 
GeneralRe: Make a Skype for Business (S4B) from a windows form? Pin
JasonB596316-Feb-17 10:47
JasonB596316-Feb-17 10:47 
GeneralRe: Make a Skype for Business (S4B) from a windows form? Pin
Richard Deeming16-Feb-17 11:15
mveRichard Deeming16-Feb-17 11:15 
GeneralRe: Make a Skype for Business (S4B) from a windows form? Pin
Mycroft Holmes16-Feb-17 15:41
professionalMycroft Holmes16-Feb-17 15:41 
GeneralRe: Make a Skype for Business (S4B) from a windows form? Pin
NotPolitcallyCorrect16-Feb-17 11:17
NotPolitcallyCorrect16-Feb-17 11:17 
GeneralRe: Make a Skype for Business (S4B) from a windows form? Pin
Richard Deeming16-Feb-17 11:21
mveRichard Deeming16-Feb-17 11:21 
GeneralRe: Make a Skype for Business (S4B) from a windows form? Pin
NotPolitcallyCorrect16-Feb-17 11:28
NotPolitcallyCorrect16-Feb-17 11:28 
JokeRe: Make a Skype for Business (S4B) from a windows form? Pin
Richard Deeming16-Feb-17 11:33
mveRichard Deeming16-Feb-17 11:33 
GeneralRe: Make a Skype for Business (S4B) from a windows form? Pin
NotPolitcallyCorrect16-Feb-17 14:32
NotPolitcallyCorrect16-Feb-17 14:32 
Questionprint DWG TO PDG Pin
Member 1290459016-Feb-17 1:28
Member 1290459016-Feb-17 1:28 

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.