| Thread | Last Post | Replies |
|
| Bound text box | 31 Dec 2005 23:32 GMT | 16 |
Assume 3 controls on a form.... Textbox1, Textbox2, and Textbox3 If you want Textbox3 to equal Val(Textbox1) + Val(Textbox2).. How do you hardcode this to Textbox3 ?
|
| Controlling the date format | 31 Dec 2005 23:25 GMT | 6 |
The following line binds a Date from sql Server to a text box control Me.txtRequestedDate.DataBindings.Add(New Binding("Text", ds, "tblRequests.RequestDate")) However, the date returned includes the time. Only the DATE part is
|
| Nw Deployment | 31 Dec 2005 23:21 GMT | 1 |
I haven't programmed since QuickBasic so I'm taking a fling with VB 2005. That means my questions are going to be very basic ... pleae bear with. I have a sample that I'm asking a friend to review, so have run through deployment with clickonce - targetting a CD - which is created ...
|
| Using System.web.mail.. | 31 Dec 2005 18:42 GMT | 1 |
I made windows application project by using VB.Net And I want to use System.web.mail in this project, and as you know this function is provided by ASP.Net ? And Also when I want to Imports this function I can't do it I can only
|
| determine if a process is running | 31 Dec 2005 15:37 GMT | 4 |
how do i determine if a process is running? thanks.
 Signature Xero
|
| VB.Net Application Deployment Wizard | 31 Dec 2005 15:27 GMT | 4 |
When I use the wizard to add the setup project to my applicaiton, it puts a file called "dotnetfx.exe" in the Release Directory. However, I find that I really don't need this file to distribute my application as the .msi and setup files run quite well without it. What is this ...
|
| Error | 31 Dec 2005 14:34 GMT | 1 |
My.Computer.Network.UploadFile("c:\a.gif", http://IP/miCarpeta/archivo.gif, "Administrador", "Password") error "The remote server returned an error (404) Not found", ¿?
|
| From ShellExcute to Process.Start.. | 31 Dec 2005 13:23 GMT | 2 |
Two days ago I post a question about how can I use ShellExcute function in sending e-mail file ? I got to Helpfull replayment from Mr.Mattias and Mr.Herfried K. Wagner which telling me that I can use System.Diagnostics.Process instaed of
|
| Web services Change | 31 Dec 2005 11:30 GMT | 5 |
How could i detect there is a change to web service that has already accessed
|
| HELP! Trying to migrate from VB6 to dotnet 2003.... with MUCH frustration... | 31 Dec 2005 11:06 GMT | 15 |
Hey - I know a bit about vb, written a few progs, upgraded to .net 2003 but can't figure it out. Where has everything gone? Am I missing something really obvious? I'm trying to create a song-lyrics editing tool, pretty simple - a couple of
|
| Very, very, very new user needs help. | 31 Dec 2005 10:30 GMT | 10 |
I am using Windows XP and I have found out how to substitute my own wav sound for the Microsoft default sound when my computer starts, but now I want to go a step further. I have created 7 different wave files (C:\Start sound\day1.wav to C:\Start sound\day7.wav respectively)
|
| Format Percentage | 31 Dec 2005 10:24 GMT | 3 |
I am using VB.NET Express with SQL ServerExpress In VB6 and Access 2000 you could specify a number to display as a percentage to 2 decimal places. How can you do this with VB.NET Express with SQL ServerExpress.
|
| Change Text Value on Runtime | 31 Dec 2005 10:04 GMT | 8 |
i have trouble with changing text value of textbox on runtime. I use this control to display process information about sending e-mail per smtp. I use external component
>>Imports devBiz.Net.Mail |
| How to check for port response | 31 Dec 2005 09:38 GMT | 1 |
I understand how easy it is to use the my.computer.network.ping command, but is it as easy to check for a response on a given port? How can I check for a response for port x at 123.456.789?
|
| how to set the same datatable as the data source for two separate datagrids in a form | 31 Dec 2005 08:21 GMT | 1 |
I have a single datatable in a form, and two datagrids. I'd like to display the data in the datatable in both the grids. How ever, when i navigate (change the record position) in one grid, this effects the position in the other one as well.
|