First  |  Prev |  Next  |  Last
Pages: 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161
How to Publish aspx pages without configuring an application?
I seem to have read somewhere that one can do this by copying the code-behind page into the .aspx file. Is there an easier way? I tried to create a simple web page (I just need a quick registration page that is temporary). Do I really need to logon to the server, create a virtual directory and all that junk,... 25 Jun 2008 10:52
Form Copying (VB.Net 2005)
Hi All How do I copy a Form within a project? TIA johnb ... 25 Jun 2008 09:51
Hex to String
I have a Hex number say AEFF that I need as a string for the serial port. How to convert it? Will (strCmd isa string) strCmd=&AEFF do the job or is it strCmd="&AEFF" or strCmd=Cstr("&AEFF") Also to do similar from binary is it strCmd="10101011101011" etc ? Thanks K. ... 25 Jun 2008 10:52
Setting paper size in code VB.net 2008
Hi All Using VB.net 2008, windows forms application on Windows XP SP2 I need to set the paper size when printing to an 80mm Epson docket printer using windows drivers Some customers have invoices with many items on it and once past 297mm, the rest are lost (not printed) If I set a custom size within the... 25 Jun 2008 20:10
Need some LINQ love
Hi, I have three tables in my database that I'm working with for a specific query. The tables are Merchants, Brands, and Products. OK. The Products table contains foreign keys from both the Merchants and Brands tables. What I'm trying to do is get a list of brands by merchant and if the number of products ... 26 Jun 2008 23:53
How do I make a generic procedure?
Hallo, For example, I have the following procedure to Load a form: Public Sub LoadClient(ByVal Caption As String) Dim frmClient As New frmClient() frmClient.MdiParent = frmMainMDI frmClient.Text = Caption frmClient.Show() frmClient.Focus() frmMainMDI.Text = "Prod 2008 -... 22 Jul 2008 22:58
How to call a WCF web service
I have created a WCF service project. I need to call some of the methods in the service. How do you do this? I can't seem to find the class/object that has the methods in it. Is there any how tos online on how to do this in vs2008? ... 25 Jun 2008 01:40
How to do something in an VBS script for all worksheets of an Exce
hi something like this might work... Sub claudia() For i = 1 To Worksheets.Count Worksheets(i).Range("A1").Interior.ColorIndex = 6 'above is for test only Next i End Sub regards FSt1 "Claudia d'Amato" wrote: I would like to do something in a *.vbs script and all the operations should be app... 26 Jun 2008 18:45
How to do something in an VBS script for all worksheets of an Excel file?
I would like to do something in a *.vbs script and all the operations should be applied on each worksheet within an Excel file. How do I do this? It must be something like: for i in (1 .. lastworksheetnumber) do ...operations end Claudia ... 25 Jun 2008 09:51
Newbie
Wow...reading this group is a little overwhelming. Hope I'm posting to the right place. I'm a newbie when it comes to VB and .NET, but my company is making a move in that direction. Just looking for advice on books, tutorials, etc to help me transition into VB and the .NET environment (c-sharp may be useful as wel... 26 Jun 2008 17:43
First  |  Prev |  Next  |  Last
Pages: 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161