Hi
I followed the tip on this page (registry part)http://www.michna.com/kb/WxDMA.htm, and then it worked. I now burn the same file in 8 minutes compared to 1 hour when it ran in PIO!!
Thanks for pointing me in the right direction
Regards
Hi
I have a P4 3.6ghz with 3 GB RAM and a Sony DVD RW DW-Q30A. I use Nero to burn with. When I burn a DVD, it says that it burn in 8x, but a file that is 4 GB take me 1 hour to burn, that is obviously not correct. There must be something wrong. Beacuse when I do the same thing on a P4 1.5 Ghz...
Hi
I have a form that holds a textfield, this textfield get its value from a sql server database, and the datatype for that specifik column is ...
Decimal
Precision: 18
Scale: 2
When I then try to update that value with the textfiled from the form, a value can for example look like this...
Hi
I have a database that looks like this....
NodeID ParentNodeID Text NavigateUrl
1 books #
2 1 book 1 page.aspx
3 1 book 2 page.aspx
4 3 pockets page.aspx
5...
Hi
If I run a SELECT * FROM Artno I get this...
Artno L
123 GB
123 ES
456 GB
789 FR
But I would like to have it like this...
ES GB FR
123 123
456
789
Hope this make sence, is this possible?
Hi
I try to run the following query..
SELECT
(SELECT DISTINCT Artno, L, D, CreatedBy FROM dbo.tbl_Art WHERE (L = N'SE')) AS SE,
(SELECT DISTINCT Artno, L, D, CreatedBy FROM dbo.tbl_Art WHERE (L = N'GB')) AS GB
FROM dbo.tbl_Art
But I get a error message telling me..."only one expression...
Hi
I would like to create a function that check inside a folder if a file exsits, and if so return True. Could anyone help me out here in vb.net
Regards
Hi
Here it is...
<script>
function checkAll(c){
var chks = document.getElementsByName(c.name);
for(var i=0;i<chks.length;i++){
chks[i].checked = c.checked;
}
}
</script>
Hi
I have a form that has x number of values in itself. It is filled with data from a database, each row from the database make a new position in the form. And each position has a checkbox to it. The checkboxes has a javascript assigned to it, so if all checkboxes that has the same name is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.