| Thread | Last Post | Replies |
|
| Password Protection | 17 Jan 2007 00:30 GMT | 1 |
I am trying to open an excel file that has a known password with Visual Basic. Is there a way that I can integrate the password into the code so I don't have to type it in everytime. Please Help. Thank you.
|
| help creating new file format/type | 16 Jan 2007 23:11 GMT | 5 |
I need to save a file that is as follows: first 25 characters is information about the file, second is a txt file, third is a jpeg file(or two or three or four). the format is then saved as a custom file type only readable from my application. Any ideas on how to do
|
| Catching Keystrokes while Menus are Popped Up | 16 Jan 2007 20:32 GMT | 2 |
I'm trying to construct a graphic menu structure, by using graphic buttons rather than the normal top-level text menus. Using PopupMenu, obviously, to pop up a menu when a key is pressed. But with that decision comes an apparent loss of a lot of functionality. Pressing Alt does not ...
|
| Memory problem? | 16 Jan 2007 16:06 GMT | 4 |
VB6 SP6, MSDE SP3 Project References: ADO2.8, XML4.0 I have a form that refreshes every minute (Timer) which contains an array of 20 UserControls (specialty buttons). After some time, usually
|
| vb6 to .net 05 and sheridan controls | 16 Jan 2007 15:41 GMT | 4 |
Hey All, We are currently upgrading a vb6 development to vs.net. We use the sheridan datawidgets v3 ocx extensively throughout the program. My question is, can you generally use older 3rd party ocx in an application, and has
|
| How do I serialize an object into an xmlnode | 16 Jan 2007 15:21 GMT | 2 |
All the examples I can find show how to serialize to a file. How do I serialize to an xmlnode/document? i.e dim ser as new xmlserializer(gettype(myobj))
|
| How to make filter case sensitive? | 16 Jan 2007 14:22 GMT | 2 |
Hello, friends, I am using VB6 and ADO 2.5 to query an Access database. I am using filter to get certain records I need after filling up a record set: recSet.Filter = "gbkeycode = '" & keyCodeStr & "'"
|
| Read certain bytes from binary file | 16 Jan 2007 14:21 GMT | 5 |
Hi group, If I have a large binary file (say 100 MB), is it possible to directly read a specified section of that file, for example bytes 98200 to 98300, in an efficient manner?
|
| How to refresh the Main form when the language is changed in User settings form? | 16 Jan 2007 13:52 GMT | 2 |
I'm working in vb.net 2005, and in a project we're working, we have a main form and a few other forms with different settings. One of them is User setting form with 3 settings, and one of them is application language with 2 values(languages). When I choose one language and click
|
| VB6 AddLabel in word document | 16 Jan 2007 11:27 GMT | 1 |
I have this piece of code: With WdDoc.Shapes.AddLabel(1, X, Y, 20, 60).TextFrame .TEXTRANGE.text = "some text" .TEXTRANGE.Bold = True
|
| Q: how to tell what primitive datatype is contained within a Variant? | 16 Jan 2007 07:52 GMT | 4 |
OS: Win2KPro SP3 running VisualStudio6 Enterprise + SP3 ( =NOT= .NET) To get my output formatted just right I need to right-justify things in a fixed-width field.
|
| Dr Watson error | 16 Jan 2007 03:12 GMT | 12 |
I have a VB6 program that receives data using socket and save the data to a SQL Server 2000 database. It has Windows 2000 SP4 with all hot patches in it. It has 2 gig of RAM. The program had been running for years with no problem, but for the last 3
|
| Transparent Menu Control, Office-Style with Buttons?? | 15 Jan 2007 20:19 GMT | 1 |
I'm looking for a customizable Office-style menu control that will let me use bitmaps or icons for the top level menu, rather than just fonts. I bought Arcadia's PowerButton, and while it can look like I want it to, it doesn't really "act" like a menu control (does not highlight ...
|
| Need help copying 3 range data and insert into form | 15 Jan 2007 18:44 GMT | 1 |
I am trying to write a macro In Word 2003. My goal is to automate filling a word template called Document 2 with three pieces of data (access no., Narrative, Report no.) from Report Doc. I want to run my macro from any Report Doc. All the data starts at character position
|
| Collection vs. Array | 15 Jan 2007 18:13 GMT | 4 |
A quick question; speaking of VB6 which one is fast? A collection object or array when it comes to searching for a certain string in either of them; when I have a key for a collection element and want to confirm if there is an element with the matching key on the other hand I ...
|