| Thread | Last Post | Replies |
|
| Graph Plotting | 20 Feb 2006 06:43 GMT | 22 |
Okay Rick. This thread is effectively a continuation of the previous Baffled or Buffered thread. Right. I've tried exactly the same "testbed code" on my laptop, which I've set to run at 1280 x 1024, and I get exactly the same problem that you are
|
| vb6, sql and searching using a query | 19 Feb 2006 18:54 GMT | 3 |
I need some help... I need to be able to do this: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbwl kwalkthroughdisplayingdatainwindowsformusingparameterizedquery.asp in VB6 using ADO and connecting to a sql 2000 server.
|
| DirListBox question | 19 Feb 2006 18:29 GMT | 7 |
Hello. Newbie here. Trying to teach myself VB6 Pro, been reading a couple of books, writing some "hello world" programs. The problem I am having is that the books don't tell you what you CAN'T
|
| PropertyChanged event with VB.NET (.NET 1.1) | 18 Feb 2006 21:25 GMT | 2 |
I searched for hours now but can't find how to get the following to work: A usercontrol with two properties (A and B). If A is changed in the designer, B should be changed as well. This works but the change in B is not instantly reflected in the
|
| Deleting all files inside a folder | 18 Feb 2006 21:22 GMT | 1 |
Hey All, Could somebody please tell me how to delete all files inside a folder using Visual Basic .NET 2003? (I know this may be basic, but forgive me, im newbie)
|
| ActiveX EXE as a service... | 18 Feb 2006 20:04 GMT | 10 |
As of today, I'm running a VB6 application which also exposes a com-interface as a service under Win2000 AS. I'm using an application called SrvAny to set up and run my app as a system service.
|
| VB Crashes | 18 Feb 2006 18:46 GMT | 1 |
I'm using VB6 (6.0.8169). My VB applications were working fine but then suddenly one day I opened up a small project of mine. The code of the form opened up well. But once I clicked on the Project>Forms>Form name to open the form VB gets stuck and gives the error saying "VB has
|
| Sky Chart | 18 Feb 2006 12:05 GMT | 11 |
Anyone can help me to draw constellations on sky chart using visual basic compiler. Looking for the method how to link stars to define constellations on sky chart.
|
| Visual Basic 2003 - online access for development? | 18 Feb 2006 08:58 GMT | 1 |
My Visual Basic 2003 textbook arrived without the 5 or 6 CDs that include a copy of Visual Studio and Visual Basic. I'm stuck. I can find online tutorials and advice, but it would be really handy if I could RUN THE STUDIO/BASIC ENVIRONMENT remotely, as if I were on a
|
| Detect Log Off or Shut Down process (XP) | 18 Feb 2006 08:37 GMT | 2 |
I created a simple VB app that runs in the background that I now need to detect when Windows (XP with SP2) is just about to Shut Down OR the user is Logging Off. Is this possible? I require my app to either pause the shutdown/log-off process for a few
|
| Data file encryption -- program sales -- copyright protection | 18 Feb 2006 06:24 GMT | 3 |
I am writing code for a friend of mine. We may want to sell it. The demo version will have a few data files in sub folders with a TXT extension. If the
|
| OPEN FILES IN THE SAME SESSION | 18 Feb 2006 02:55 GMT | 10 |
I associate my file type, name and ico ---so, when I try to open my file (file1.sss) is open with my App.exe. (That's Ok) Now, I have my App.exe open with my file1.sss. BUT, when i want to open other file file2.sss another App.exe will pop
|
| More about sorting text lines? | 18 Feb 2006 02:38 GMT | 1 |
I've searched VB after replies about sorting lines of data in a listbox in decending order. One solution was to hide an unsorted listbox and fill it in reverse order. Alternatively, I think the following fills a string array, but I'm not clear about the best way to get a list in ...
|
| Printing a .doc file: | 17 Feb 2006 21:49 GMT | 3 |
I've been at this a while (albeit with a small business) and until now I have never needed to print an MS Word document from a program. Can someone tell me the code to do so? Thank you for being such a great resource, past and future.
|
| print a veritical straight line | 17 Feb 2006 21:11 GMT | 2 |
Instead of using code like this: Printer.Print Player.ID; Tab(8); "|"; Tab(10); Player.Name where a number of | in a vertical line make a dashed line. Is there a way of printing a solid vertical line?
|