Summary: Hi all, I would like to know how I can use the CRViewer control to open a report in a VB child form. I saw another post asking a similar question but...
Summary: Iam using vb6 .Please can u write any code which can guide me that how to use Switch statement.I shall be so much thankfull if the code would be also ...
Summary: iam working on natural language processing. and all the programming is done in VB with sql server 2000 as back end. we r planning to store sentences i...
Summary: Hello, I have a jscript folder with .js, .css and .gif files that makes up a calendar. How do I include that in my vb.net project using visual studio...
Summary: I have a directory of CDR files saved on my linux server. I am looking for a way to scan all of them at once, and report statistics on how often words...
Summary: I am trying to use regular expression to get all the characters from a line until a specific character occurs. For example, I have the following line:...
Summary: Hi, I don't know how to do the following because I don't know how to use the string array in C++. Please Help!!! Thanx! #include <iostream.h> #incl...
Summary: well... im trying to make an IDE using visual basic .net. it's going fairly well. i've run into a few problems though, one of them is that i have no i...
Summary: Hi All, I am just learning ASP.NET and currently have few *.aspx 's form (Such as Login page .. edit details ..). These forms run well at localhost. ...
Summary: I am a student of Institut Technologi of Surabaya, how to use the paralel port as comunication under VB programming, what syntax can i use? ...
Summary: Hi Please help me out in this! I'm making a batch file to automate the Trigger Settings. There is a file ibmp.properties having a parameter "Clients.j...
Summary: i am using Borland C++ version 3.1 In help of C++ i did not find any details about system() please guide me how to use it and what header file it requ...
Summary: how do i do this in a script file? i have files in a folder with the file names similar to below: fluffy.b1 fluffy.b14 fluffy.b25 i want to write a sc...
Summary: how to count files in a directory using a batch file and delete the previous files if the number of files are more than 10. what i did is set count=0 ...
Summary: Hi, Anyone can give me a advise on how to use SendKeys() in Visual Basic 6 to drive a Command Prompt Application. Here is my code *******************...
Summary: help me how to use make command in linux? I'm codding in QT Designer! BTW let me know some address of book free in INterNET about QT Designer. thnak y...
Summary: I have a hobby of making batch files and was wondering if it is possible to use sound in a batch file. If so, can you tell me how? I hope you can he...
Summary: I have to pass StringBuffer object to printer and I am implementing Printable interface.But I am very much confused how to proceed.How to pass String...
Summary: I would like to use strings in a program that I am writing so I made the following test file to find my error. #include #include int main() { s...
Summary: I'm trying to convert file sizes from bytes into the largest unit with a whole number. So 1025 bytes i'd like to convert to kilobytes and 2197152 woul...