| Thread | Last Post | Replies |
|
| Findng memory leaks | 19 Sep 2004 03:38 GMT | 1 |
My appication might have a memory leak. How do I know for sure if there is one? How do I locate the leak? Are there any tools to help with locating the leak? Free if possible.
|
| Detecting keystrokes when my application has focus | 19 Sep 2004 00:17 GMT | 2 |
I have a basic problem with the detecting keystrokes. My application consists of 1 form with several controls on it. One of the objects is Text Box. I would like to intercept all keystrokes make by user when my form has focus (but usually the text box object does
|
| VB.NET Setup Wizard Question? | 18 Sep 2004 17:38 GMT | 1 |
Does VB.NET have a simple setup wizard like VB6? Does VB.NET add more files to its setup wizard than VB6? Is the setup cab larger in VB.NET than in VB6.0 for a simple program that usings the same controls in both languages? Thanks!
|
| I do not understand this | 18 Sep 2004 17:03 GMT | 7 |
It's been a while since I have done anything in VB, so bear with me please. I am creating an ActiveX dll. I have a standard code module with sub Main defined as Private Sub Main()
|
| Error message about my user defined type | 18 Sep 2004 16:47 GMT | 27 |
I have a user defined type in one of my module files. I use this to declare variables in my form code which works. (not related to the problem) I also have a class in it's own class module. In that, I have a member
|
| Drag and Drop question | 18 Sep 2004 16:34 GMT | 3 |
I've done my first coding for a drag and drop event handler. Seems to work fine. I'm a bit stumped about one thing tho. I had originally set up my code to work on a double click event. I then used that working code to set up the drag and drop event.
|
| Bar or Pie chart screen saver | 18 Sep 2004 16:10 GMT | 1 |
The basics of a screen saver are ok but I would like to produce a screen saver that displays a Bar or Pie chart. Are there any free programs that will do this or can anyone suggest where I can get a lot of help producing the charts.
|
| Imagelist and Picture Obj | 18 Sep 2004 15:12 GMT | 1 |
Is it quicker, more resourceful and best to load images from an imagelist control straight to the image controls or should I be first loading all images from the imagelist control to a stdpicture object and then filling each image control with the stdpictures? When using an ...
|
| Date Formatting? | 18 Sep 2004 11:41 GMT | 4 |
OK is it possible to take the dates MM/DD/YYYY and turn it into Monday, March 16 2004. I need to figure out what day of the week each on falls on. THANKS I've tried using FormatDateTime but doesn't work
|
| Round to Power of Two | 18 Sep 2004 10:13 GMT | 26 |
Anybody have a routine that will take a number and round it up to the next power of two? i.e.: 15 gets rounded up to 16 (2^4).
|
| CommonDialog placement | 18 Sep 2004 02:37 GMT | 4 |
Is tehre a way to dictate where the Common Dialog will be when it I execute CmDlg.ShowOpen? I couldn't locate a property that would do this for me. I want to center it within the application that is using it.
|
| Inserting Page Number into RTF | 18 Sep 2004 01:49 GMT | 1 |
I am building a string that can be read by RTF document readers such as Microsoft word. This string is also passed to a print document to be printed. I would like to include page numbers, but I have been unsuccessful in figuring out how to do so.
|
| Variable declaration style | 18 Sep 2004 01:16 GMT | 17 |
what is the difference between Dim myVariable1 As Long Dim myVariable2 As Long and
|
| Using Up/Down arrow keys to move between fields on form - how? | 18 Sep 2004 01:15 GMT | 13 |
I have a bunch of controls, mostly textboxes and checkboxes and I have it set up so that the <enter> key moves successively through the controls. Now I want to the Down arrow to behave like the <enter> and the Up arrow to move to the previous field. However it doesn't work for
|
| TextBox | 18 Sep 2004 00:08 GMT | 9 |
textbox.SetFocus This generates an error.. why?
|