Click here to Skip to main content
15,909,747 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to encrypting and decryption pixel of image in C# Pin
WI54M14-Sep-17 4:23
WI54M14-Sep-17 4:23 
AnswerRe: how to encrypting and decryption pixel of image in C# Pin
Eddy Vluggen13-Sep-17 23:44
professionalEddy Vluggen13-Sep-17 23:44 
GeneralRe: how to encrypting and decryption pixel of image in C# Pin
WI54M13-Sep-17 23:49
WI54M13-Sep-17 23:49 
GeneralRe: how to encrypting and decryption pixel of image in C# Pin
Eddy Vluggen14-Sep-17 1:46
professionalEddy Vluggen14-Sep-17 1:46 
GeneralRe: how to encrypting and decryption pixel of image in C# Pin
WI54M14-Sep-17 2:03
WI54M14-Sep-17 2:03 
GeneralRe: how to encrypting and decryption pixel of image in C# Pin
Eddy Vluggen14-Sep-17 2:07
professionalEddy Vluggen14-Sep-17 2:07 
GeneralRe: how to encrypting and decryption pixel of image in C# Pin
WI54M14-Sep-17 2:23
WI54M14-Sep-17 2:23 
GeneralRe: how to encrypting and decryption pixel of image in C# Pin
Eddy Vluggen14-Sep-17 2:38
professionalEddy Vluggen14-Sep-17 2:38 
GeneralRe: how to encrypting and decryption pixel of image in C# Pin
Pete O'Hanlon14-Sep-17 21:36
mvePete O'Hanlon14-Sep-17 21:36 
GeneralRe: how to encrypting and decryption pixel of image in C# Pin
Eddy Vluggen15-Sep-17 10:38
professionalEddy Vluggen15-Sep-17 10:38 
QuestionSignalR Instant File Upload Pin
Liagapi13-Sep-17 20:18
Liagapi13-Sep-17 20:18 
AnswerRe: SignalR Instant File Upload Pin
Pete O'Hanlon13-Sep-17 20:57
mvePete O'Hanlon13-Sep-17 20:57 
GeneralRe: SignalR Instant File Upload Pin
Liagapi14-Sep-17 13:33
Liagapi14-Sep-17 13:33 
GeneralRe: SignalR Instant File Upload Pin
Pete O'Hanlon14-Sep-17 21:33
mvePete O'Hanlon14-Sep-17 21:33 
AnswerRe: SignalR Instant File Upload Pin
OriginalGriff13-Sep-17 21:06
mveOriginalGriff13-Sep-17 21:06 
AnswerRe: SignalR Instant File Upload Pin
Dave Kreskowiak14-Sep-17 4:10
mveDave Kreskowiak14-Sep-17 4:10 
QuestionHow implement Trackbar with range selection option? Pin
Le@rner12-Sep-17 18:34
Le@rner12-Sep-17 18:34 
AnswerRe: How implement Trackbar with range selection option? Pin
Richard MacCutchan12-Sep-17 19:14
mveRichard MacCutchan12-Sep-17 19:14 
GeneralRe: How implement Trackbar with range selection option? Pin
Le@rner12-Sep-17 19:56
Le@rner12-Sep-17 19:56 
GeneralRe: How implement Trackbar with range selection option? Pin
Richard MacCutchan12-Sep-17 20:48
mveRichard MacCutchan12-Sep-17 20:48 
Questionhow to implement security C# with ODP.net(oracle) Pin
Member 1340687412-Sep-17 17:28
Member 1340687412-Sep-17 17:28 
AnswerRe: how to implement security C# with ODP.net(oracle) Pin
Eddy Vluggen13-Sep-17 0:29
professionalEddy Vluggen13-Sep-17 0:29 
QuestionHow to set Datasource pointing to multiple Database at the time crystal report creation Pin
Ajay_Chaitanya12-Sep-17 2:32
Ajay_Chaitanya12-Sep-17 2:32 
AnswerRe: How to set Datasource pointing to multiple Database at the time crystal report creation Pin
Eddy Vluggen13-Sep-17 0:22
professionalEddy Vluggen13-Sep-17 0:22 
I have no experience with Crystal Reports; but most applications will only accept a single datasource. A simple workaround is possible if you have MS Access installed; create a new Access database, and in that database, create a linked table. SQL Server can also do this trick.

The basic idea is that one would build the report on the single datasource (Access or SQL) that fetches their data from linked tables (that be pointing to your other datasources).
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

GeneralRe: How to set Datasource pointing to multiple Database at the time crystal report creation Pin
jschell13-Sep-17 8:27
jschell13-Sep-17 8:27 

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.