Thanks for the link. I'll try the script...
LokmanHakim
Posts
-
network share code -
network share codeHi, How can I create a network share using .net code? I've search every forum and articles that i can find on the internet but still didn't came to any solution that suited for me. I'm creating a simple application that create a folder and share the folder to the network and unshare the previous folder with the same network sharename
-
Determining Hardware in machinecan you specify which hardware you want? you can try use the wmi ;P
-
unhandled exceptionowh....ok...thanx man...sorry for taking your time
-
free tutorialstry this link below http://www.dotnetspider.com/technology/ http://www.programmingtutorials.com/vbnet.aspx http://www.vbdotnetheaven.com/Sections/Tutorials.asp most of the site teach u by showing example.....you can learn from the examples....;)
-
unhandled exceptionJohn Kuhn wrote: without returning the affected records. what does it mean?
-
unhandled exceptionone more thing....what exactly insertcommand.executenonquery do?:confused:
-
unhandled exceptionowh.....hmmm....is it maybe because i input the wrong data type?
-
My Network Placeslol
-
unhandled exceptionwhat doe it mean by this.... An unhandled exception of type 'System.Data.OleDb.OleDbException' occurred in system.windows.forms.dll can somebody tell me?
-
Floating point ambiguous errorsi'm not expert in this but try to change the data type into double :)
-
registry for dummiesthanks you guys....you really help me a lot.
-
registry for dummiesnope. is it exist in .net framework. how to use it. To be honest with u, i'm a newbie in .net
-
registry for dummiesspecifically i want to retrieve system info such as processor brand, hard disk space, total space and free space and also all the program that is installed in a pc. I know if we want to get all the info we should use registry. I can retrieve the info with REG_SV data type and REG_DWORD data type but i don't know how to get the info that use REG_Binary data type.
-
registry for dummiesI've already read this article. But it doesn't have what i need to know. But thanks anyway for your time.
-
registry for dummies.net
-
registry for dummiesHi.... Can anyone tell me how can I retrieve info about what software that have been installed on a pc and how can I read REG_Binary?
-
data extraction problem.thanx...i'll try it
-
data extraction problem.Hi, Currently i'm developing a system that store inventory record. In my system, i have a database named "rnz.mdb" and it has a table named "recordsList". The PK for the table is FormSerialNumber. The FormSerialNumber is like this --> 68001-001-001. The 1st 5 digit shows the form code.(68001 is the code for inventory form). The 3 digit in the middle is the item ID and the last 3 digits is the number of changes that have been made to the item(for example, computer upgrading). In the field also, there is a field named "Date". My problem is, my boss want the system to display the latest record for each item and at the same time keep the previous record of each of the item. The previous record will became the record's history. I can do the record history part. My problem is the latest record. How can I extract the latest record for each item from the list of records:confused:.