First  |  Prev |  Next  |  Last
Pages: 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
"went" keyword in Visual Basic Language Specification 9.0
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 r... 6 Jul 2008 22:11
Missing parameter for data adapter select
Hi I am using below in my dataadapter SELECT statement; SELECT <field list> FROM Clients WHERE (Status = ?) ORDER BY ID What if I need all clients regardless of status, is there a way to modify the above statement to include this situation or is a second query needed for that? Thanks Regards ... 6 Jul 2008 03:48
How check to see if string converts to Guid ok?
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. ... 3 Jul 2008 18:41
How to replace the dataAdapter with tableAdapter?
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.UpdateComm... 3 Jul 2008 15:36
Drawing on top of a static image
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 on t... 15 Jul 2008 03:04
erzieherin im ausland arbeiten Berufskraftfahrer Berufskraftfahrerin STELLENANGEBOTE IN DEUTSCHLAND job suche im ausland Regisseur Regisseurin
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://WWW.A... 3 Jul 2008 12:31
Font 'Arial' does not support style 'Regular'
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 ... 3 Jul 2008 15:36
Newbie question: Cstr vs toString
Hi I have a WinForm app with a bound form. When user enters a value in field rateid I lookup the respective rate amount from a table and assign it to field rate.I am using the DLookup function to achieve this (full code given below). This function returns a value of type object so I need to convert it to str... 7 Jul 2008 01:15
Parse MSWord Files...
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.. - is ... 4 Jul 2008 07:57
Change Content page from Master page
Forgive me if this question is too basic, but I'm new to ASP.NET programming, and I can't locate a simple answer to this question. I have a web page that consists of a Master Page and a single contentplaceholder. The master page has a menu bar in it. How do I change the web page that is displayed in the contentp... 3 Jul 2008 23:48
First  |  Prev |  Next  |  Last
Pages: 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73