|  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11
Activating Toolbars and MenuItems
What is the best way to activate menu items like Cut, Copy, Paste, Undo, and Redo? Should each of my textbox controls have an event that looks for some text being selected? That seems cumbersome, especially if I get into my MDI application that is going to have multiple forms. I'd like to learn that there i... 4 Jul 2008 20:15
Read Cannot
VB6SP6 I am using the API to open a file to read. It works properly on 99.9% of the files I use it on. Once in a while I run into a file that it will not open for reading. The file atributes are only Archive. Other files in the same folder are opened and read without problems with the same subroutine. No other ... 4 Jul 2008 19:13
date time formatting
hi, my sp takes datetime in 'yyyyMMdd HH:mm:ss' format. however my c# datetimepicker takes 'dd/MM/yy HH:mm:ss' format. how do i convert/parse the datetime value from the datetimepicker to the sp datetime format ? Thanks in advance. regards, Andrew ... 4 Jul 2008 22:17
Get / Seek / Put and How To Delete
I am familiar with using Get and Seek to read data from binary files and I've seen examples of using the Put statement to enter material. I was wondering how one would delete a record / data from a binary file? Thanks ... 4 Jul 2008 16:09
Help! Using App.LogEvent in VB6 component under IIS
I have a web application using old ASP with a number of VB6 components. Inside the VB6 components, I used LogEvent to log error messages in the NT4 event log. VB6 will automatically inserts "The VB Application identified by the event source logged this Application XXXX" prefix in the log message. This is fine ... 4 Jul 2008 12:04
Estimation tool regarding conversion Vb6 to visualstudio 2008
Hi All, Can any one throw some light on migration project effort estimation. Is there any tool available that estimates this effort. I have to convert from vb6 to visual studio 2008.. Any suggestions would be appreciated.. thanks prashant ... 4 Jul 2008 11:02
Dir and the Attributes argument
I guess I was bored this afternoon? So, here's a puzzle for the long weekend! :-) I was trying to codify the rules VB uses for including results in a Dir loop, based on what attributes are passed to it. This is the best I've come up with so far: Private Function VBDirInclude(ByVal AttrFound As Long, ByVal... 4 Jul 2008 08:59
OffTopic: Bezier
Hello newsgroup! I have spent the whole day trying to recreate an image that I've seen. This image uses beziers to create a "swirl". For those who are willing to help, here is the image I'm talking about: http://www.kristanixsoftware.com/buttonshop/example-buttons.php It's the image at the bottom of the page over... 4 Jul 2008 15:08
Looking for image button control
Hello, i am looking for a button control that can display the image on the left and caption right next to it. I can't use the toolbar control because it makes the size of all the buttons identical, making for weird looking UI. It should be able to look kind of like this: http://sqleffects.com/mystuff/sample.png ... 4 Jul 2008 16:09
compile an without installing hardware drivers.
I am trying to compile an app that does not have controls/dlls installed. I have an app that can run 3 different ways. The app can interface with 2 different types of specialized hardware or it also can run with no hardware connected. Based on the hardware type or no hardware my code runs the appropriate cod... 4 Jul 2008 13:05
jobboersen freiwillige arbeit im ausland stellenangebote Gestalter in fuer visuelles Marketing jobboerse
jobboersen freiwillige arbeit im ausland stellenangebote Gestalter in fuer visuelles Marketing jobboerse + + + ARBEITSANGEBOTE IM AUSLAND http://WWW.STELLENANGEBOT-AUSLAND.DE http://WWW.STELLENANGEBOT-AUSLAND.DE + + + AUSLANDSJOBS ONLINE FINDEN http://WWW.AUSLANDSJOBS-24.DE http://WWW.AUSLANDSJOB... 3 Jul 2008 13:33
Path name in Excel workbook for Macro
I have a macro stored in Worksheet A that opens another file (Worksheet B). I would like to put the path and filename of Worksheet B inside Worksheet A, so that it's not hidden in the Macro. How can I reference the worksheet path & filename in Worksheet A from the Macro? ... 3 Jul 2008 14:34
simple string encryption
I'm working on a little project that requires lightweight string encryption and I found this: http://www.devx.com/tips/Tip/5676 which seems to be a fast and small xor encryption algorithm. It works fine based upon the example, but if I dump the encrypted string into a textbox and then read the string from the ... 4 Jul 2008 11:02
Continuing SQL Statement in Visual Basic Sub Procedure
How can I continue a SQL Serever call in a Visual Basic Sub Procedure??? I have this syntax... .Open "SELECT Table1.Column1 _ , RTrim(LTrim(Table2.Column1)) _ , RTrim(LTrim(Table1.Column2)) _ , RTrim(LTrim(Table1.Column3)) _ FROM ... 4 Jul 2008 11:02
DirListBox Relative Path
I'm looking for a way to not show the full path to a directory in a dirlistbox. In other words, it should only show the relative path to the directory I default it to be. We want users to only see "their" directory and nothing above that. I suppose I could do this with a listbox but it seems I would be reinven... 3 Jul 2008 14:34
Text box that holds more then 64K characters
Hello In VB6 the textbox can hold up to 65536 characters. Is there a box/dll that comes with VB6 that does not have this limit? Bu ... 3 Jul 2008 15:36
HELP Creating controls at runtime
'\\\\\\\\\\'MICROSOFT EXCEL 97 VISUAL BASIC EDITOR'////////// I am trying to create at runtime. I can create a control at runtime, but I can't get the control that was created at runtime to execute any code for example see below What I have done is: 'Create Userform and create a command button on the for... 3 Jul 2008 22:47
XML displays in console but not in text boxes
The console code is working just fine, but it isn't putting in the text boxes. P.S I'm using a while loop, but I'm only expecting one answer but I haven't found a good way to process one record. Private Sub btnFindByISBN_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnFindByISBN... 3 Jul 2008 03:17
Releasing Dir() Search Handle
Hi Folks -- I just wanted to be sure about something, so I wrote up a little test... Option Explicit Private Sub Command1_Click() Debug.Print Dir("c:\*.*") End Sub Private Sub Command2_Click() Debug.Print Dir("nul") End Sub Compiling that, and watching it in TaskMgr, I see ... 4 Jul 2008 14:07
 |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11