Date placeholder
Fri, 4 Jul 2008 12:06:06 +0100
Hi
I need the input of a text field to be as dd/mm/yyyy how can I achieve this?
Regards
...
|
DataGridView VB.NET Lat Column Resize
Fri, 4 Jul 2008 03:57:13 -0700 (PDT)
I have a datagridview on a windows form, AllowUserToResizeColumns is
set to false, it has 3 columns, as you'd expect i cant resize the
columns, but i CAN resize the last column?
I have column headers visible set to true, and i can drag the far end
of the final column back n forwards.
If i set column headers ...
|
"went" keyword in Visual Basic Language Specification 9.0
Thu, 3 Jul 2008 21:48:45 -0700 (PDT)
Hi
I was surprised to see "went" keyword in Visual Basic Language
Specification 9.0 document which I downloaded this morning from
[ http://www.microsoft.com/downloads/details.aspx?familyid=39DE1DD0-F775-40BF-A191-09F5A95EF500&displaylang=en
]
I searched everywhere for the reference but could not find anything ...
|
How check to see if string converts to Guid ok?
Thu, 3 Jul 2008 15:47:18 -0600
I want to pass a string to a function:
Function IsGuid(ByVal value As String) As Boolean
...
End Function
Can anyone tell me what goes in the function?
What about:
Function IsBoolean(ByVal value As String) As Boolean
...
End Function
Thanks for any help. ...
|
How to replace the dataAdapter with tableAdapter?
Thu, 3 Jul 2008 11:40:41 -0700 (PDT)
Hello,
I have a VS 2003.NET application that connects to a Access database. I
want to make its code work in VS 2005. Here is the code for VS
2003 .NET:
da1.UpdateCommand.CommandText = "update TABLE1 set FIELD1 = "
&
value2 & " where FIELD1 = " & value1
return_val = da1.UpdateC ...
|
Drawing on top of a static image
Thu, 3 Jul 2008 09:19:39 -0700 (PDT)
I am using VB.NET to draw a gauge; i.e. to repeatedly draw a needle
moving on top of a static image of the gauge background whenever the
value changes.
Each time the value changes, I can clear the current graphics to some
color, redraw the gauge background picture with Graphics.DrawImage and
then the needle o ...
|
erzieherin im ausland arbeiten Berufskraftfahrer Berufskraftfahrerin
STELLENANGEBOTE IN DEUTSCHLAND job suche im ausland Regisseur Regisseurin
Thu, 3 Jul 2008 08:53:09 -0700 (PDT)
erzieherin im ausland arbeiten Berufskraftfahrer Berufskraftfahrerin
STELLENANGEBOTE IN DEUTSCHLAND job suche im ausland Regisseur
Regisseurin
+
+
+
ARBEITSANGEBOTE IM AUSLAND
http://WWW.STELLENANGEBOT-AUSLAND.DE
http://WWW.STELLENANGEBOT-AUSLAND.DE
+
+
+
AUSLANDSJOBS ONLINE FINDEN
http://WW ...
|
|
|
Font 'Arial' does not support style 'Regular'
Thu, 3 Jul 2008 11:48:37 -0400
This is the error that my vb.net 2.0 program is throwing. The debugger is
saying it is coming from ntdll.dll. I'm not sure what this means since the
program is running fine on 3 other machines. Any help would be appreciated.
Thanks Ellie
...
|
Re: .INI in VB.Net?
Thu, 3 Jul 2008 06:37:51 -0700 (PDT)
On Jul 2, 6:35 pm, Tommy Long <TommyL...@discussions.microsoft.com>
wrote:
> I know how to do it in VB6, I have code snippets coming out my ears for VB6,
> but with the new framework in Visual Studio 2005, how do you get/put from a
> .INI
>
> If I attempt to use a VB6 snippet in Studio 05 it whinges about usin ...
|
Parse MSWord Files...
Thu, 3 Jul 2008 08:59:49 -0300
Hey there...
i've developed an asp.net app where you upload a .DOC file and the
application converts it into .html.
In my development environment everything worked fine, but when i
uploaded, i discovered that my hosting doens't allow me to use
Microsoft.Office.Interop.Word Namespace..
- ...
|