Click here to Skip to main content
15,886,362 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionHow to convert web page to Word doc ? Pin
Priyanka Kale24-Jan-18 1:02
Priyanka Kale24-Jan-18 1:02 
AnswerRe: How to convert web page to Word doc ? Pin
Gerry Schmitz24-Jan-18 16:34
mveGerry Schmitz24-Jan-18 16:34 
QuestionMessage Closed Pin
19-Jan-18 21:55
Priyu Kale19-Jan-18 21:55 
QuestionRe: Top ASP.Net Web Application Framework Pin
Thomas Daniels19-Jan-18 22:35
mentorThomas Daniels19-Jan-18 22:35 
AnswerRe: Top ASP.Net Web Application Framework Pin
Richard MacCutchan19-Jan-18 22:54
mveRichard MacCutchan19-Jan-18 22:54 
Questionchanging colours in gif image Pin
starmanmike17-Jan-18 6:36
starmanmike17-Jan-18 6:36 
GeneralRe: changing colours in gif image Pin
Richard MacCutchan17-Jan-18 21:46
mveRichard MacCutchan17-Jan-18 21:46 
GeneralRe: changing colours in gif image Pin
starmanmike19-Jan-18 3:48
starmanmike19-Jan-18 3:48 
Hi, and thanks for the advice. This is the VB6 code:
With frmEntryscreen.Picture3
    .DrawMode = vbInvert   'or vbXorPen will work
    frmEntryscreen.Picture3.Line (0, 0)-(.ScaleWidth, .ScaleHeight), vbWhite, BF
    frmEntryscreen.Picture3.DrawMode = vbMaskPen
    frmEntryscreen.Picture3.Line (0, 0)-(.ScaleWidth, .ScaleHeight), vbRed, BF
      End With

(picture3 is, of course, the chart which is 'black stars on a white BG'). I didn't post this question under 'earlier' VB since that's not what the problem is - didn't want to complicate matters! I also tried the MS site as suggested by someone else but everything there only seemed to apply to recolouring the entire image as a whole, which isn't what I need to do. I envisage the task as being in 2 stages (but as I'm not a buzzing vb.net person don't know if this is what's required) - stage 1: Make a negative image, so white stars on black BG. Stage 2:change all white pixels to red ones.
AnswerRe: changing colours in gif image Pin
Richard Deeming18-Jan-18 5:11
mveRichard Deeming18-Jan-18 5:11 
QuestionWhy does .Net have IL code? Pin
nrnoble15-Jan-18 22:19
nrnoble15-Jan-18 22:19 
AnswerRe: Why does .Net have IL code? Pin
Pete O'Hanlon15-Jan-18 22:40
mvePete O'Hanlon15-Jan-18 22:40 
AnswerRe: Why does .Net have IL code? Pin
Gerry Schmitz17-Jan-18 9:19
mveGerry Schmitz17-Jan-18 9:19 
Question.NET 4.7.1 Pin
Member 1361680410-Jan-18 10:50
Member 1361680410-Jan-18 10:50 
AnswerRe: .NET 4.7.1 Pin
Pete O'Hanlon10-Jan-18 11:24
mvePete O'Hanlon10-Jan-18 11:24 
GeneralRe: .NET 4.7.1 Pin
Member 1361680410-Jan-18 12:05
Member 1361680410-Jan-18 12:05 
GeneralRe: .NET 4.7.1 Pin
Pete O'Hanlon10-Jan-18 12:16
mvePete O'Hanlon10-Jan-18 12:16 
QuestionHow to update all document number listed in datagridview using VB.net Pin
Fbanz121-Jan-18 14:48
Fbanz121-Jan-18 14:48 
SuggestionRe: How to update all document number listed in datagridview using VB.net Pin
Richard MacCutchan1-Jan-18 23:04
mveRichard MacCutchan1-Jan-18 23:04 
GeneralRe: How to update all document number listed in datagridview using VB.net Pin
Fbanz122-Jan-18 14:25
Fbanz122-Jan-18 14:25 
GeneralRe: How to update all document number listed in datagridview using VB.net Pin
Richard MacCutchan2-Jan-18 23:29
mveRichard MacCutchan2-Jan-18 23:29 
AnswerRe: How to update all document number listed in datagridview using VB.net Pin
Dave Kreskowiak2-Jan-18 3:05
mveDave Kreskowiak2-Jan-18 3:05 
QuestionLanguage independent shell32.GetDetailsOf (extended file system attributes) Pin
kalberts27-Dec-17 1:31
kalberts27-Dec-17 1:31 
AnswerRe: Language independent shell32.GetDetailsOf (extended file system attributes) Pin
Richard MacCutchan27-Dec-17 3:01
mveRichard MacCutchan27-Dec-17 3:01 
GeneralRe: Language independent shell32.GetDetailsOf (extended file system attributes) Pin
kalberts27-Dec-17 3:57
kalberts27-Dec-17 3:57 
GeneralRe: Language independent shell32.GetDetailsOf (extended file system attributes) Pin
Richard MacCutchan27-Dec-17 4:07
mveRichard MacCutchan27-Dec-17 4:07 

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.