- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
27 Posted Topics
Re: I am not a Linux user, but i use it only when need to run some scripts, or when windows crah and need to get into those corrupted directories. but is good thing to have a copy near you. :-) | |
Re: Make sure "Windows Script Host Object Model" is selected in project references, and then use the following code: Dim wshThisShell As WshShell Dim lngRet As Long Dim strShellCommand As String Dim strBatchPath As String Sub C0ding() Set wshThisShell = New WshShell strBatchPath = "C:\Your Bat File" strShellCommand = """" & … | |
Hello everyone, I would like to mention that i am not a Windows Vista user anymore since Windows 7 is out, But while i used to be with Windows Vista i never had any problems with it til yesterday... The problem i am having is with, is the Task Sheduler … | |
Hello everyone, I never had this problem before, i forgot how many times i have done this, yeah, a very easy task and now it turns out to be hard to do it again after windows is giving me error after error when trying to apply a language pack. First … | |
Re: Congratulations! Tony :-) | |
Hello everyone, I've been trying to generate a way to catch or suppress errors in my web browser control. actually what i really need in my browser is that if i run my project and the page cannot be display, to generate an error handler so instead of showing "The … | |
Re: Instead of using VBS Script code, why don't you use a batch file instead? one single line of code, then you can just edit that line of code, for example: "Del "C:\Documents and Settings\C0ding\Desktop\Example.url" >NUL" Then just run or execute the batch file and thats it. | |
Hello everyone, Few days ago i faced this issue: "Task Scheduler Engine has stopped working" my first thing that came into my mind was to go to Services and check how this services was there, but for surprice, the services was active and all grayed out. so then there was … | |
Re: I'm a Mac user , i work with Windows and Mac and i tried this several times with several Mac G4 and have never had success. i tried booting from a portable external CD/DVD and never had good results. if anyone has done this, please let us know, thanks. | |
Re: In my case, i love Windows and Mac as well, and as for developing apps, yeah, there are Third-party software or tools to make apps, but they will never be as good as making them in a mac os computer. when i said Third-party, i meant there are software out … | |
Re: This problem might not be IE but the code on that page he/she is trying to have access to it. | |
Hello everyone, First of all, i am not a Ubunto, Linux, or any of these OS user. But i tried to dump a Bios ROM using Ubunto platform, but i'am getting this error: ERROR: FlashROM tool not found! then i get this alert: Try: 'sudo apt-get install flashrom' in debian-based … | |
Hello everyone, I've been working with some python scripts for few days now, what editor i've been using? the answer is Notepad, but then i move to Notepad++ which is the one i use to edit batch files php files, and many other programming files formats, but just now i'ma … | |
Hello everyone, Like i said in some other posts i made before, i'am totally new with Ubuntu, so what i really would like to know is if there is a way i can add some extra content to the ubunto Desktop.iso CD. i have the Ubuntu v 9.04 Desktop i386, … | |
Hello everyone, I search for this answer, and yeah, it looks like many asked this question before, but my answer was not on those posts. now i would liek to double ask the same question again... how can i invoke a python script from command pronpt? this is the way … | |
Hi Dani or cscgal, I would like to thank you for bringing my "Recently Updated Articles" Bar back ^_^ Thank You! | |
Hi everyone, I am a new member of DaniWeb, i would like to ask if there is any area on the page that is dedicated to the batch language. Thanks in advance | |
Re: I think i have some bad news for IE8 users moving to IE9 as IE9 don't work well on xp like in vista or windows 7. IE9 required Direct2D for hardware acceleration which is unavailable in windows xp. in my opinion this bug might not have nothing to do with … | |
With all due respect, but the new way of posting in DaniWeb is ugly!!! and not just ugly but now is not letting me submit, reply, or do anything with my open topics, when i try to post something i get this error message: "The Message field is requiered." even … | |
Re: In my case this is how i do it... 1.) Create an Autorun file, do this by opening Notepad, and add this: [autorun] Open=Your-Main-Window-CD-Program.exe Icon=Your-Main-Window-CD-Program.exe Then save it as: Autorun.ini Then go back to your VB6 project and on that main window program add this code: Option Explicit Private Declare … | |
Hi everyone, I would like to merge few text documents into one, For example, i have 12 text documents in a folder, then needed to merge their text into one. 12 = 1. any help will be very appreciate, thanks in advance. if is not much to ask, if i … | |
Hello guys, Have anybody seen a program with a small button (Like us on Facebook)? well i would like to accomplish something like that on one of my projects. to be honest i haven't click on any program with that little like button.. So i was wondering if they just … | |
Hello everyone, I've been having this problem for years: "Compile error: Procedure too large" I asked this question in few places, Expert-Exchange was one, but nobody never came out with an answer, now here i am again, hoping to find a solution for this issue or problem in my project. … | |
Re: Hi razamughal67 I have done this before, i created an executable using Visual Basic 6, and then replaced for the one to be called in the CD to be used as a Boot CD and had no problems at all, there is no programming involved in this trick, is just … | |
Hi everyone, [U]Batch example: start /wait executable.exe[/U] I've been using this method with batch files, this time i would like to use something similar in Visual Basic 6, i tried to replace this method using Do While Loop, Do Until... Loop Statement, etc. but still can't find a better way … | |
Hello everyone, Is been a while since i've been trying to rename a file using the ren batch command, but for some reasons is not working for me. could some one please give me an idea on how to reanme a file with a batch file? Thanks in advance. This … | |
Hello everyone, I am trying to make a tool that can allow me to join text... For example, my project have four listboxes like my example: [One] [Two] [Three] <== these are thre list boxes or three text boxes with multiline option, which the job is to make something like … |