engineer_z
Members-
Posts
41 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by engineer_z
-
Hi all am using rich text box in my vb.net code.The problem when am trying to retrieve the date from query string and display it in rich text box the body is not enabled and no data appeared in the rich text box , moreover, only the paragraph, font, color tool bar is active. But when i select select one row from a grid view, the grid view field data is shown in rich text box. So any help ASAP please. Thanks Regards
-
77 views and no reply ???!!!
-
Hi all Am trying to do crystal report for my web site. I have installed the full package for crystal report for visual studio 2012 from this link : visual studio 2010 - Crystal Reports 13 And Asp.Net 3.5 - Stack Overflow the crystal report working fine when I run my website on the local machine but I get the following error when i run it on the server: Could not load file or assembly 'CrystalDecisions.ReportAppServer.ClientDoc, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified. So any idea? Best regards
-
Hi all I have a problem with javascript function used in asp. Net since it'S working in chrome and not working in IE11. So any ideas Regards
-
Hi all Am trying create an asp.net web application using visual basic language. In my application I will use staff leaves database which will be cooperated with an outlook calender. The idea that I want to do it is when I accessed the outlook, the data of all staff leaves should be shown as a reminder message on the outlook calender. Is there a way? Thanks Regards
-
Hi all When am trying to insert file.exe as a link on the web server. A problem was araised a bout the hidden segement. I tried to figure it out by adding filter request roll in the server but still the link does not work. So any ideas? Regards
-
the problem was with me.close() , it should be at the end with script.
-
YEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEES IT'S WORKEEEEED:whoo: DIG THANKS FOR YOU LosOjos , YOU REALY SAVED MY LIFE AND THAKS ALL YOU GUYS FOR YOUR REPLIES Regards
-
The process started but the waitforexit() function does not work
-
Hi all Can I know the name of object library in which set object is described that should be selected in the References dialog box. Regards
-
hi. Even with after updating the changes that you told me , still the same error. And the a bout the file name it complies the start function correctly and opens the file but the waitfor exit function does not work. Regards
-
Please I need your help ASAP Regards
-
Ok, this is my full code
-
Hi LosOjos I have imported the dependencies and still not working
-
Hi LosOjos Still
-
Hi SovietRussia I have tried it and it give me error with line (startInfo.WaitForExit()) , The error is "WaitForExit() is not a member of system.Diagnostics.processStartInfo" Regards
-
Hi LosOjos unfortunately still the same error Regards
-
Sorry this is my code Dim myProcess_uninstall As New Process myProcess_uninstall = Process.Start("C:\Users\admin\Desktop\OffScrub10.vbs") myProcess_uninstall.WaitForExit() Where Still not working Regards
-
Hi steve This is my code Dim myProcess_uninstall As New Process myProcess_install = Process.Start("C:\Users\admin\Desktop\OffScrub10.vbs") MyProcess.WaitForExit() MsgBox("ended") I have attached the vbs file.Regards OffScrub10.vbs
-
Hi localzuk I used your code and still I got the same error, and as I told steve that waitforexit() function just worked fine with exe file. Regards
-
Hi Steve I used your declaration , it's still the same error message. When I try the same code with file.exe it's worked fine. So I think (WaitForExit() function) just worked with exe files and does not accept vbs file and see it as null. regards
-
Hi there My code is written in vb.net, What am doing is I want to tell the compiler to wait until vbs file finished exeutition then continuoe the rest of the code as the following: myProcess_uninstall = Process.Start("filepath.vbs") myProcess_uninstall.WaitForExit() The problem here is the error message (Object reference not set to an instance of an object) when using myProcess_uninstall.WaitForExit() So, any idea how to solve it.
-
Hi there How can I use psexec to run batch file as admin Regards
-
Hello I solved my problem if any one interesting, I used the following in my bat file: and you can get the path by shift_right click on the shortcut file > select "copy as path" then past it. The reason of using the shortcut file because when I run the shortcut file the network drive is coming hidden so I need to create a bat file as the following: 1. A mount network drive. 2.Call the short cut file (I use it to set "Run as administrator", which is disable in the original bat file) 3. Delete the amounted network drive. and that's it. Cheers
-
Hello I solved my problem if any one interesting, I used the following in my bat file: and you can get the path by shift_right click on the shortcut file > select "copy as path" then past it.
