Re: datagridview and order of events

Habib, Most often has a delay as reason an (internal) catched error. This is by instance done by the IsDate what is in fact nothing more than that. You can see that by playing with the debug o...

0 replies

Re: Generics?

John, To start a little bit before the approach of Tom who is in my idea not even thinking anymore on scripting languages and VB6. I assume that not everybody is already on that point. The b...

10 replies

Re: detect laptop lid close

Thanks for replying, I reviewed the links you sent and it sounds like you have to have the laptop's Suspend or Hibernate modes ACTIVATED in order to have the Power Management APIs available... would...

0 replies

Re: VS 2005 ADO.Net Basics

Paul, In most of our tips we are only using code, it needs to much words to do it using the designer. http://www.vb-tips.com/dbpages.aspx?IA=AD1 Cor

0 replies

FTP a linux machine

This is a multi-part message in MIME format. ------=_NextPart_000_0206_01C81C7C.95F0D550 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, Do...

3 replies

Re: Windows Legacy: Writing to a database in programs folder

Hi Rinze, There are (most probably) no women who go dressed in Staphorst as on the beach at Zandvoort. However if they want that, it is on their own risc. I don't like all kind of borders ju...

5 replies

Re: Additional files not included when publish solution

> There are a few things that would be useful in the standard and > professional editions, but the vast majority of what I need is available > in the express edition. I know it's not all ...

1 replies

Re: How to Run a Code Stored in String

This is a multi-part message in MIME format. ------=_NextPart_000_01FA_01C81C56.A671CC20 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable ...

1 replies

Re: TRying to scrape HTML from WebBrowser control - but can't find it!

You cannot, as soon as you start that, you are at least in my country a criminal. There are many parts of the webpages which you can get with the normal features of a webbrowser. However as soo...

0 replies

Any example on how can i do this?

This is a multi-part message in MIME format. ------=_NextPart_000_0229_01C81C89.50FCEF30 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Please help me...

4 replies

Re: Accesing form controls from another class than the one tha created them

Any Example to help me -----Original Message----- From: Jack Jackson [mailto:jacknospam@pebbleridge.com] Posted At: Saturday, October 27, 2007 10:43 AM Posted To: microsoft.public.dotnet.langua...

2 replies

How does this simple function hang up?

The dirt simple function below hangs up the thread it is executing on. Private Function PurifyTelnum(ByVal telnum As String) As String ' drop trailing " " D...

1 replies

Handle data error in datagridview.

Hello, How can i force the cell to accept the input for now and flag it as error for user to correct it later. For Example: case 1. I have a column that is NOT bound to database table,...

2 replies

Re: Newbie question about form events

On Thu, 1 Nov 2007 14:02:00 -0700, EManning <EManning@discussions.microsoft.com> wrote: >I'm converting from a VBA environment. What event fires when the form is >loaded with the cu...

0 replies

Re: Registering DLL

On Oct 31, 7:21 pm, "Michael C" <m...@nospam.com> wrote: > "Spam Catcher" <spamhoney...@rogers.com> wrote in message > > news:Xns99DAC8084BA9usenethoneypotr...

0 replies

Re: how access a frm in project_B from project_A which contains pr

Rich wrote: > Thanks. I was trying Imports Project_B.custNamespace > but got a message that there were no public members. Yes there are! > I will try the Reference approach. That should...

0 replies

Run as a service

I'm creating a dynamic dns update client as a windows forms application. I'd like to have an option to "run as a service" or just run it as a Windows Forms app. Is this possible with a s...

1 replies

Friend and Protected confusion

Hi, I have a property defined something like: Public Property Index As Integer Get Return m_Index End Get Set (value As Integer ) m_Index = Value End ...

4 replies

Re: Code Window Usage

"clara" <clara@discussions.microsoft.com> schrieb: > How to make the code window display only one sub procedure instead of > multiple? > Just like in VB6. This view is ...

1 replies

Re: Odd assignment bug

"guy" <guy@discussions.microsoft.com> schrieb > This is really bizzare! > > The loop below does not get entered > > with _state > _state.data=getdata Try t...

1 replies

Enums & VS.NET Properties Panel - How allow enum to be edited?

Hi all, I have a usercontrol with a settable enum. How do I allow the user to edit the enum through VS.NET's property panel? The enum shows up, but it's not currently editable. Thanks.

2 replies

Re: Speeding Up Communication With Access

"Trevor Benedict" <TrevorNews@yahoo.com> wrote in message news:eHoSD6AHIHA.5980@TK2MSFTNGP04.phx.gbl... >2 things to note. > 1. DO NOT OPEN AND CLOSE THE CONNECTION. Open it ...

7 replies

Re: Event's code runs to completion before another event's code is entered?

Academia wrote: > Holding a key down proprably generates many KeyPreses but no KeyUp event > until the key is released. Correct. > Not sure what other events are raised, but maybe Te...

0 replies

Change Menu Item at run-time

Can someone explain me how can i add menu items to my main menu at run-time? For example opening a file i would like add some new voices to menu...i made this in Visual C++ using MFC creating 2 ...

1 replies

Re: How to store/read listbox items in a text file line by line (with line break) ?

On Oct 31, 6:40 pm, "Lloyd Sheen" <a...@b.c> wrote: > "kimiraikkonen" <kimiraikkone...@gmail.com> wrote in message > > news:1193846166.924107.289210@y42g200...

0 replies

First  Prev  Next  Last