| Thread | Last Post | Replies |
|
| Session timeout and events | 14 Aug 2006 07:29 GMT | 1 |
I'm new to the .net and session variables things, and I have a problem with my application in which I use session variables to transfer data between pages. when I leave the page for a few moments the session times out and the variables are destroyed, which gives me a error.
|
| listView - filling it with datareader | 14 Aug 2006 07:20 GMT | 3 |
I've kind a logic problem ... I want to fill the listView control in VB.NET with data in my mySql table using Datareader object component. But It seems that the way of how listView being used is quite different from usual column-row component like Grid component. If you kind a ...
|
| Quesion about ADO.NET in VB.NET | 14 Aug 2006 07:09 GMT | 3 |
I have a number of function to get some data in database, What is the better design for the task? There should be three function to get differnece data in difference tables,
|
| Getting database fields (rows) to appear as columns in datagrid | 14 Aug 2006 04:16 GMT | 4 |
I'm looking at a quick way to get results that are displayed as rows to display as columns. I have three tables:- - The Questions for the survey
|
| tcpListener.AcceptSocket strange behavior | 14 Aug 2006 02:36 GMT | 3 |
I have an application running on all pc's in our company. Basically it is a TCPListener awaiting for sockets to connect and on connection performs the required tasks. The app works fine, but while the listener is awaiting for socket to connect several other applications can't ...
|
| My for each loops do not compile - VB 2003 | 14 Aug 2006 01:08 GMT | 5 |
Public Class MyForEachBug ' Public Class MyData Public Element As String
|
| Upgrading arrays (VB6->VB.Net Express) | 13 Aug 2006 20:14 GMT | 2 |
I want to upgrade my VB6 project to VB.Net Express. I have a type, and I dim an array from it. This is what I have. Private Structure TColorRGB
|
| Form2.vb[design] innaccessible ! | 13 Aug 2006 20:00 GMT | 3 |
I have built an application with one form only (form1). Everything went well for weeks. I have access with Visual Studio 2005 to Form1.vb[design] (the form) and Form1.vb (the code). I decided to add an second form to my application (with some difficulties, i
|
| Starting program with Shell | 13 Aug 2006 19:36 GMT | 1 |
I need to find a file (xls) and start Excel with this file My code is Dim Sti As String = "C:\Documents and Settings\Navn\My Documents\" Dim Filnavn As String = "Testfile.xls"
|
| Winforms app, user setings don't get persisted. | 13 Aug 2006 18:31 GMT | 1 |
Winforms application in VS2005 using VB. Have some code that sets a user setting using the my.settings code For instance My.Settings.ThisSetting = "New setting" then My.settings.Save() to explicitly save it.
|
| Problem with ComboBox | 13 Aug 2006 18:15 GMT | 4 |
I'll try to explain the process I'm following, I'm new to this so I'm triying the easy way first, probably the lasyest too! I created a new Project, drag in to it a SQLConnection, configured, dragged an Dataadapter per each table I need it, then generated the
|
| Error / exception | 13 Aug 2006 17:32 GMT | 2 |
Does anyone have any clue what this is about? 'WebDev.WebServer.EXE' (Managed): Loaded 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\webenergy\3b3a5a9b\7ac72ea\App_Web_3uqg9g-v.dll', Symbols loaded.
|
| Encryption: VB 2005 And SQL Server 2005 | 13 Aug 2006 16:49 GMT | 2 |
I need to send a small amount of encrypted data using ADO from a VB 2005 app to SQL Server 2005 and when the server receives the data, I need it to decrypt the data and then possibly change and encrypt the data and send it back to the VB app where I may need to decrypt it. I ...
|
| FolderBrowserDialog question | 13 Aug 2006 15:57 GMT | 2 |
How do you detect n code that the cancel button was clicked in the folder browser dialog (Vs2005) Thanks for any help Bob
|
| program Sleep in VB.NET | 13 Aug 2006 15:49 GMT | 1 |
Hi wizards, How can I make my VB .NET program sleep for 5 seconds . Thanks in advance.
|