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

.NET (Core and Framework)

 
GeneralSearching for a type in a solution Pin
Dmitriy Shilonosov22-Oct-04 22:13
Dmitriy Shilonosov22-Oct-04 22:13 
GeneralRe: Searching for a type in a solution Pin
Alex Korchemniy25-Oct-04 11:23
Alex Korchemniy25-Oct-04 11:23 
GeneralGroup box text will not display an Ampersand Pin
Tony D. Abel22-Oct-04 13:37
Tony D. Abel22-Oct-04 13:37 
GeneralRe: Group box text will not display an Ampersand Pin
Luis Alonso Ramos22-Oct-04 22:47
Luis Alonso Ramos22-Oct-04 22:47 
GeneralRe: Group box text will not display an Ampersand Pin
Anonymous23-Oct-04 2:43
Anonymous23-Oct-04 2:43 
GeneralUser Control Embedded in IE Pin
Anonymous22-Oct-04 3:50
Anonymous22-Oct-04 3:50 
GeneralRe: User Control Embedded in IE Pin
Frank Hileman25-Oct-04 5:44
Frank Hileman25-Oct-04 5:44 
GeneralOpen a form on socket receive Pin
Gian21-Oct-04 23:18
Gian21-Oct-04 23:18 
GeneralRe: Open a form on socket receive Pin
Fade (Amit BS)25-Oct-04 19:50
Fade (Amit BS)25-Oct-04 19:50 
QuestionLocal time for arbitrary location? Pin
UgN21-Oct-04 23:03
UgN21-Oct-04 23:03 
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 

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.