Home » Directory

Microsoft Visual Basic

Wierd MSFlexGrid problemSat, 30 Dec 1899 00:00:00 GMT

Looking for a clue here - this is completely bizarre! I have a program (VB6, of course) that has an MSFlexGrid on one of the screens. Before adding any data, I set the .Redraw property to False. Data is then added to the grid with the .AddItem method. After the last row of data is added, the fol...

Comments (4) | Promote | Bookmark

Finding Key.Sat, 30 Dec 1899 00:00:00 GMT

Hello all how are you? Well I have this program that expires after 30 days and I was wondering if there is any way to change it. So if I put a 30 day trial on it is there a way the person using it could somehow find the thing in the registry or what not? Just like any 30 day trial program is it...

Comments (3) | Promote | Bookmark

DLL Versioning - can it be independent?Sat, 30 Dec 1899 00:00:00 GMT

Hi All, I'm trying to get around a problem that I'm having with versioning. I have a DLL called Control.dll and it is at version 1.0. I choose to inherit from one of the controls, and build my own control - MyControl.dll and it is at version 1.0 also. MyControl.dll is then used in MyAp...

Comments (3) | Promote | Bookmark

Control Mouse CursorSat, 30 Dec 1899 00:00:00 GMT

In VB.NET is there a way to set the mouse cursor to the Wait cursor that will stay in effect across several forms? For example, I want to set the cursor to the WaitCursor in formA just before it calls formB and FormB may, in turn, call another form. I want the WaitCursor until control is returne...

Comments (3) | Promote | Bookmark

Application slows down on Multiprocessor ServerSat, 30 Dec 1899 00:00:00 GMT

Hi to all,Has anyone ever encountered any problem with VB6 on multiprocessor servers.I've written a program which basically access image files from one server and re formats it to become a multi-page tiff. If I run it on a single-processor server it runs fast. But upon moving the applicat...

Comments (2) | Promote | Bookmark

A few questions(full screen & web-browser)Sat, 30 Dec 1899 00:00:00 GMT

:wave: hey people :>yes its me again and yes i got a question..again...okay first:i got a own made web browser in a small project of mine ,now i am trying to make tab's for differ web-browsers(all opened in the same form,a text editor)Now i hope you understand me about this what im tryin...

Comments (2) | Promote | Bookmark

How would you add a table of user entries in a Windows form?Sat, 30 Dec 1899 00:00:00 GMT

Hi, all! I am sorry if you don't understand the subject heading! Here is the problem scenario for which I would like to find a solution or recommended practice.I am currently writing a Windows app. In the Windows app, I would like to have a table consisting of rows and columns of textboxes in ...

Comments (2) | Promote | Bookmark

Identification of ActiveXSat, 30 Dec 1899 00:00:00 GMT

I am facing one problem, related to "identification of ActiveX" installed in machine or not. There will be one link in the application, clicking on that link will open 3rd party UI. But before opening 3rd party UI, on link click it needs to be checked if ActiveX is installed in system or not. If...

Comments (2) | Promote | Bookmark

Directories 2...Sat, 30 Dec 1899 00:00:00 GMT

Can someone tell me a way to scan a drive and put all the the files and directories in it into a tree view without the use of microsoft scripting runtime??( maybe pure vb )?please help......

Comments (2) | Promote | Bookmark

creating a fileSat, 30 Dec 1899 00:00:00 GMT

alright, im a newbiebe niceok, how do i get visual basic to creat a new text file? I can delete, edit, rename but i haven't been able to figure out how to create a .txt file. by the way, i am using 6.0 working model edition at home, but i also have access to the pro version it there is a...

Comments (2) | Promote | Bookmark

How to trim the end of a string?Sat, 30 Dec 1899 00:00:00 GMT

If I want to trim the end of a string off, is there any way to do it without using Left$(). I'm looking for a function just like Mid(), but that begins at the end of the string.Example: <EndTrim>$("123,445 KB",3) would become "123,445"Also, what does the Trim$ function do?...

Comments (2) | Promote | Bookmark

How to Capture Screen BufferSat, 30 Dec 1899 00:00:00 GMT

I Want to Capture certian portion of Screen and then want to use for certainreason.Is some body have sollution?...

Comments (2) | Promote | Bookmark

Using Visual Basic ExpressSat, 30 Dec 1899 00:00:00 GMT

Hi folks. Having a slight problem with ConfigurationManager in Visual Basic Express Edition 2005. Its claiming the Name ConfigurationManager is not declared. It works fine in Visual Web Express but not when trying to use my connectionstring in my app.config file. I am using the following line: D...

Comments (1) | Promote | Bookmark

Switch text box after certain number of characters entered?Sat, 30 Dec 1899 00:00:00 GMT

can i do that, ? make the program go to the next box after like, 2 characters are entered?...

Comments (1) | Promote | Bookmark

IMEMode property of Textbox in VB(English Version)Sat, 30 Dec 1899 00:00:00 GMT

I want to use textbox.imeMode property. But I think that property is only for eastern version of VB(e.g. Japanese, Chinase,...). I'm now using VB(English Version) on the Japanese OS.I can set it in design-time by changing in the imeMode field in "properties window" of textbox. But there's...

Comments (1) | Promote | Bookmark

Offline Synchronization Tool in VB?Sat, 30 Dec 1899 00:00:00 GMT

Hi,Is there a tool(Control or code snippet) available in VB that can help me build my own Offline Synchronization software.Thankx in advance......

Comments (0) | Promote | Bookmark

Slow keyboard wedgeSat, 30 Dec 1899 00:00:00 GMT

I am converting an appication from DOS to VB under Windows. However, the keyboard wedge (reading magstripes or barcodes) seems to respond much slower when running a Windows app instead of a DOS app. Any ideas?Thanks in advance!...

Comments (0) | Promote | Bookmark

Keeping File Open for Read & Write Before ClosingSat, 30 Dec 1899 00:00:00 GMT

I want to open a file (simple one-data-element parameter file, data recorded as an integer parameter value) and keep it open to read it and overlay write it (not append). I have looked extensively through the VB.NET documentation and can only find ways to do this by first closing and then openin...

Comments (0) | Promote | Bookmark

Cant delete exe from application folder?Sat, 30 Dec 1899 00:00:00 GMT

Hello,I am using VB6 installer. In the File System area under Application Folder...I can delete two dll files that I have there, but not the exe. I have all the files checked out from SourceSafe, but cannot delete the exe file. What I am trying to do is update the exe file to a newer version. I...

Comments (0) | Promote | Bookmark

Microsoft Access can store how much of data?Sat, 30 Dec 1899 00:00:00 GMT

Can anybody tell me "Microsoft Access" can store how much of data? (?MB) ?...

Comments (0) | Promote | Bookmark