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

.NET (Core and Framework)

 
GeneralTransparent Controls (Compact Framework) Pin
Vinnepin21-Oct-04 13:04
Vinnepin21-Oct-04 13:04 
GeneralRe: Transparent Controls (Compact Framework) Pin
Alex Korchemniy25-Oct-04 11:18
Alex Korchemniy25-Oct-04 11:18 
Generaldeploying .net dll for com access Pin
Verdant12321-Oct-04 9:57
Verdant12321-Oct-04 9:57 
GeneralRe: deploying .net dll for com access Pin
Verdant12321-Oct-04 10:38
Verdant12321-Oct-04 10:38 
GeneralIE Toolbar Pin
Member 132814121-Oct-04 4:27
Member 132814121-Oct-04 4:27 
GeneralChanging the Form icon Pin
Tony D. Abel21-Oct-04 2:01
Tony D. Abel21-Oct-04 2:01 
Generalasynchronous udp Pin
tommy_tanaka21-Oct-04 0:40
tommy_tanaka21-Oct-04 0:40 
GeneralVb.Net & File Pin
Meysam.Khayatan20-Oct-04 21:21
Meysam.Khayatan20-Oct-04 21:21 
D'Oh! | :doh: Hi

i use this code to retrieve my image field from sql server
(my file isn't picture !!!)

***********
Dim MyData() As Byte
MyData = Ds.Tables(mytable).Rows(0).Item(myfield) 'For Example
Dim K As Long
K = UBound(MyData)

Dim fs As New FileStream("c:\mkh.xml", FileMode.OpenOrCreate, FileAccess.Write) 'in this line get error
fs.Write(MyData, 0, K)
fs.Close()

fs = Nothing
Ds = Nothing
************
but it doesn't work and give me this error in ASP.Net(With Vb)
<<access to="" the="" path="" "c:\mkh.xml"="" is="" denied.="">>

i get this code from microsoft msdn and alot of furoms !!!!
then why doesn't work??

MkhProgrammer
GeneralSetting installer properties from the command line Pin
Saed Nashef20-Oct-04 19:26
Saed Nashef20-Oct-04 19:26 
GeneralMake external parameters !!! Pin
Meysam.Khayatan19-Oct-04 10:43
Meysam.Khayatan19-Oct-04 10:43 
GeneralRe: Make external parameters !!! Pin
benjymous20-Oct-04 3:13
benjymous20-Oct-04 3:13 
GeneralMsgbox buttons'text Pin
Meysam.Khayatan19-Oct-04 10:41
Meysam.Khayatan19-Oct-04 10:41 
GeneralAsp.Net and SqlServer data Pin
Meysam.Khayatan19-Oct-04 10:40
Meysam.Khayatan19-Oct-04 10:40 
GeneralDetails about nmake command Pin
ankitdass18-Oct-04 1:13
ankitdass18-Oct-04 1:13 
Questionwhat is VBScript.NET Pin
bassel_z15-Oct-04 12:24
bassel_z15-Oct-04 12:24 
GeneralMystified by ExpandableObjectConverter Pin
RobRichardson15-Oct-04 9:06
RobRichardson15-Oct-04 9:06 
GeneralProblems with version 1.1.4322 ! Pin
vilmarbr13-Oct-04 9:25
vilmarbr13-Oct-04 9:25 
GeneralRe: Problems with version 1.1.4322 ! Pin
vilmarbr15-Oct-04 5:55
vilmarbr15-Oct-04 5:55 
Generalneed help for a standalone application Pin
Ibana13-Oct-04 1:17
Ibana13-Oct-04 1:17 
GeneralRe: need help for a standalone application Pin
Colin Angus Mackay13-Oct-04 2:31
Colin Angus Mackay13-Oct-04 2:31 
GeneralVSS Pin
kcheng7112-Oct-04 6:43
kcheng7112-Oct-04 6:43 
GeneralCustom Print DIalog Pin
sarya7812-Oct-04 4:37
sarya7812-Oct-04 4:37 
GeneralSaving a TextBox with Its Format Pin
njppp12-Oct-04 1:10
njppp12-Oct-04 1:10 
GeneralRe: Saving a TextBox with Its Format Pin
J4amieC12-Oct-04 1:25
J4amieC12-Oct-04 1:25 
QuestionHow to make C# application run on win2000 and WinMe and Win98? Pin
momer11-Oct-04 1:24
momer11-Oct-04 1:24 

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.