| Thread | Last Post | Replies |
|
| Baffled or Buffered? | 17 Feb 2006 20:32 GMT | 43 |
I'm trying to draw these vertical lines using the picturebox lines method. That part works. Problem is that the routine is called with the X coordinate so that I can determine where the lines should be drawn.
|
| open a textfile more than 32ko | 17 Feb 2006 17:44 GMT | 4 |
I made a small text editor but how to open text files more than 32ko thanks
|
| Sending sound at a phone | 17 Feb 2006 14:34 GMT | 2 |
Hi... I re-post my question that was probably mistated before. I have a robotic system running unsupervised and I need to be informed when something particular happen. I was thinking to make a software in VB that can call my mobile number and
|
| Folder paths | 17 Feb 2006 08:44 GMT | 7 |
Could someone explain the full story about folder paths in different Windows versions? I've always used App.Path for a number of program settings files and now I understand that Win2000/XP limited
|
| Convert dollars into cents | 17 Feb 2006 03:06 GMT | 3 |
In VB, how can I convert $1.35 into 135 cents. Thanks
|
| Type mismatch calling a COM object developed in vb6 | 17 Feb 2006 02:44 GMT | 18 |
I created a COM object in VB6, but when I call it from ASP it gives me a type mismatch error. It's weird, let's say the function in the COM object is: public function test(a as string)
|
| Help System | 16 Feb 2006 09:35 GMT | 2 |
I had a help file (winhelp) which I recently converted to the newer html/CHM. much to my embarrassment, I have no clue how to call this help system or to set indices, etc. With the old win HLP system, no problem. Can someone refer me to a site with perhaps some sample code or just ...
|
| A Good Use of End | 16 Feb 2006 09:24 GMT | 4 |
After that long and invigorating discussion about End in the "how do you terminate an application?" thread, I feel I would be remiss if I did not confess that I do use End in some production programs. In programs that use lots of objects based on lots of classes, I have found that ...
|
| how do you terminate an application? | 16 Feb 2006 09:02 GMT | 79 |
how do you quit an application in between execution? Like for e.g. for my app, some config files are missing. So it can't run. Which means I have to terminate the application. Is this possible? Is there a built-in command?
|
| Get Text length not using hdc or any control | 16 Feb 2006 02:36 GMT | 11 |
I need to retrieve the length of some text to show how much space it will take up in my webpage, not an application. Has anyone seen a method to get this ? Thanks
|
| repeating code doesnt seem to work | 16 Feb 2006 00:28 GMT | 2 |
Sorry, this is quite a long post but can someone please help me as I can't seem to get this too work. On a form, I have a listbox and a command button. The listbox displays the contents of a random access file. When I press on the command button, I
|
| Difference between MSCOMCTL.OCX and mscomct2.ocx | 16 Feb 2006 00:03 GMT | 2 |
Sorry for the scatter-gun distribution but I am not sure where to best direct this question. I am using Microsoft Office 2003. Working with Word VBA Looking at the references used by one of my Word Addins I notice that
|
| TreeView and checkboxes | 15 Feb 2006 23:52 GMT | 2 |
Is it possible to have a treeview with checkboxes in all nodes, except one? Thanks
|
| OdbcDataAdapter | 15 Feb 2006 22:56 GMT | 1 |
im trying to get a basic ASP.NET application running. im trying to display data from a microsoft access database on my web form. im trying to bind the data to a data-grid. but i get the following error wen i try and run it:
|
| Application blocks... | 15 Feb 2006 18:38 GMT | 9 |
I have an application that must load a very large amount of information from a csv file. The problem is that it gets blocked untile the for-cycle ends... How can I solve this BIG problem?
|