Summary: Okay, so make Form2 inherit from Form1. Unless you want to reach the data housed in Form1. If that's the case, make Form2 a friend of Form1 and pass a...
Summary: I have a stored procedure that will not work, if I have an update in it. I assume this has something to do with a readonly access. I am running SQL Se...
Summary: I uploaded a simple PHP script to my server (ionichost.com), which supports PHP (but refuses to enable the extensions), and it simly will not work. It...
Summary: Please try to be clear when you post, you will get more accurate responses that way. I'm guessing english isn't your first language so it is understan...
Summary: I created a macro in Outlook VBA. The macro worked fine. Now, I am creating a new macro with same exact code but for some reason it's not working. Her...
Summary: As you answered for this topic "Copy files from mult. subfolders" , xcopy command is not working for me. Actually I want to copy files from multiple s...
Summary: I have batch file that compares a file in one folder(SourceFiles Folder) with a file in another folder (ArchiveFiles folder) and if they are different...
Summary: hello i have created a exe file for my java application. As it works fine in first request. it is not working in second request. i have used threads ...
Summary: my program is not executing as it should the 1st option should display the employee menu where you would then hit 1 and a sub menu of employee comes u...
Summary: Hi I am trying to write a batch file that will list the files and sizes in a directory based on the file that is passed to the batch file as a paramet...
Summary: Hey guys, any idea why the second option below does not work? I have a variable (serverip) which is passed on when I call it but the server closes the...
Summary: The following code works as expected- it loops for user's input and detects <ret>, Y/y or N/n: --------------- @echo off setLocal EnableDelayedExpa...
Summary: Hello! I've made a batch file, it works fine on my windows XP computer, but it's not working on my Windows Server 2003 computer, the 'Ping' command on...
Summary: We have a client who runs a VB6 application using a "blend" of reports created with Crystal Reports. Some reports are fairly old and have been made w...
Summary: This is a simple database connection or at least a start to it. Line 1: Set rec = New ADODB.Recordset This is creating a recordset object called "rec"...
Summary: How to provide DOS applications, running under NT, to control keyboard LED? Some of my DOS applications use memory setting at 40h: 17h to turn ON Scro...
Summary: Hi, i am developing a printer driver for win98 and i need to access file from Property sheet code. CreateFile() is not working as it is a 32 bit func...
Summary: hello, I am using a Linux commond in the Runtime.getRuntime().exec(String) funtion which works in the following way: 1. smbclient -M testing "enter" (...
Summary: I have posted this earlier but with no replies - but I have kind of managed a fix, but not totaly :-0 I have a table in a Database called TMSWrhHRS wh...
Summary: Hi Guy and Gals, I hope one of you smarties... out there can help me with this. I am working on a project to automate the installation of a task that...
Summary: How can I draw a "transparent" object (like rectangle) under VC++? What I mean by "transparent" is that it will not overwrite existing drawing in the...
Summary: Thanks, so I changed the length of the string, but I am still not sure if I am formating the "for" statement correctly as it is not working as yet. =...
Summary: Thank you for the hint. I tried it, but it does not work as IE looks for http://filename.html instead for filename.html. Anyone has another idea ? ...
Summary: Your code seems fine from what I can tell. When I compile though, I get an error saying symbol 'grade' cannot be found. It looks like you went this to...