I solved this..I setted in Device Manager>IDE ATA/ATAPI Controller>Seco ndary IDE Controller>Adva nced Settings tab,Transfer Mode to PIO Only instead of DMA,if available.
But,i have one more question...i have burned to DVD-RW folder with some pictures..and i could open all of them on my old machine,i burnt them with NERO 6..now i can only read half of those pictures,the second half is present
and i see JPG files,but when...
User Profile
Collapse
-
Intel P35 chipset and ASUS DRW-1608P2S
Hello.
I recently purchased new machine with Asus MB P5K(P35 chipset),Intel Core2Duo 2.66Ghz,Seagate harddisk etc...
I have DVD-RAM burner Asus DRW-1608P2S that is connected with IDE connector,jumpe r is set to Master,BIOS can see the drive and Windows XP Professional can see it too,but when I insert DVD-R,DVD+-RW,CD-R,CD-RW or any type of disc,Windows stops responding and stays freezed until i press button to open drive.I... -
XP Silver skin in vb.net
Hello.I want to implement XP Silver skin in my app,but it has to be independent.
For example,if i set in Display Settings>Appera nce color scheme to be blue...when i start my app it needs to have silver scheme...is this possible?
thanks in advance -
@SammyB
I didn't knew there is example on that site..from Bluemaster posted code i removed this piece:
(My.Resources.R esourceManager. GetStream)
and it worked very well...Leave a comment:
-
Hi subashini,try these links:
http://www.codeproject .com/
http://www.freevbcode. com/
greetsLeave a comment:
-
Hello,i solved this...try the following code:
Private Sub Form1_Load(ByVa l sender As System.Object, ByVal e As System.EventArg s) Handles MyBase.Load
Dim newCursor As New Cursor("C:\Main .cur")
Me.Cursor = newCursor
End SubLeave a comment:
-
Try the following link:
http://forums.microsof t.com/MSDN/ShowPost.aspx?P ostID=1494279&S iteID=1
but there is example in C# code,so try to find conveter...Leave a comment:
-
Thanks for replying guys...i have found some simple function that do the job.. here it is:
Public Function FileNameWithout Path(ByVal FullPath As String) As String
Return System.IO.Path. GetFileName(Ful lPath)
End Function
greetsLeave a comment:
-
@SammyB
I tried to use OpenFileDialog1 .FileName,but it returns full path of the file.
i want only filename without full path..i use vb.net express edition with
.NET Framework 2.0..Leave a comment:
-
-
Reading MP3 FileName?
Hello
I made small mp3 player in VB.NET Express Edition..but i don't know how to
read mp3 filename in Label..for example...i load mp3 by OpenFileDialog. .the music starts and filename of that mp3 is shown in Label..
greetings
No activity results to display
Show More
Leave a comment: