Topics
-
- 0 replies
- 903 views
hai iam back with a new problem.... iam working in Vb.net with backend as vb i need to create a wrapper class to retrieve and add datas to and from an XML file... iam new to XMl... can anyone help me in this.. Vathan
Last reply by vathan, -
-
- *Experts*
- 1 reply
- 1.7k views
In my code I tried to make a sphere mesh and render it. The mesh draws almost, but you can see through it into the background color, and the pattern I see on it changes every time. (Which I find even more strange) Can someone help? (Code Attached) Also, When I add References, I have several versions of the Directx libraries on my system. (1.02902) , (1.0900), ect. What do these mean? Thanks!
Last reply by mutant, -
-
-
- Administrators
- 6 replies
- 6k views
Hi, New to the sockets stuff and I have some questions about attempting to retrieve email via a .NET application. I've read quite a few posts about sending email, but the receiving posts seem to say they have a problem and subsequent posts recommend Email components or they figured it out themselves with no solution. So, here we go a journey to create my own email component. First, using sockets do I connect to my mail server? I've read some posts about listening on port 110. So, I connect to mail server, then listen on port 110. Am I on the right track? Any help is appreciated. Thanks
Last reply by rustyd, -
-
-
- Administrators
- Leaders
- 5 replies
- 1.1k views
I have written some code that automatically adds buttons based on the user selection. But my problem is.. buttons seem to be pushed when I don't press them. Here is my code.. Public Class Form1 Inherits System.Windows.Forms.Form Dim button0 As New Button Dim button1 As New Button Dim button2 As New Button Dim button3 As New Button Dim button4 As New Button Dim button5 As New Button Dim ButtonName(30) As String #Region " Windows Form Designer generated code " Public Sub New() MyBase.New() 'This call is required by the Windows Form Designer. InitializeComponent() 'Add any initialization after the Init…
Last reply by trend, -
-
- 2 replies
- 1.2k views
Hello! I have a page that uses the same calendar control to set multiple dates. I do this by setting a Session variable to determine which date is being set. The problem is, after the control is used once and set to invisible, the next button is clicked, the control is re-displayed, but the first date is selected, or I can re-set it to today, but I can't TURN IT OFF. Any ideas? I've tried calPickDate.SelectedDate = 0 but that gives an error. Help! Thanks, Kahuna
Last reply by SteveoAtilla, -
-
- *Experts*
- 4 replies
- 1.2k views
I've been going through the walkthrough put together here by MS and I've reached this problem:: I have the vbExpress edition and do not see this "TAB"; could someone explain a little about performing this in the "Express Edition"? -will
Last reply by kurf, -
-
- 3 replies
- 1.7k views
Friends, We have been trying to break up our assemblies to move our app to a multi-machine architecture. Remoting seems to be the best option available compared to Web Services. I created my first project with a simple application. I made a listening server and a client and everything went fine. It did print Hello World on my client. However, what is troubling me is that in all the resources I have gone through, they explicitly mention that we add a reference to the target object (dll) at the client side (server side I can understand). Doesn't this falsify the very objective of remoting? If I were to access my DAL/ Business Objects remotely, will I have to add all the re…
Last reply by Mister E, -
-
- Administrators
- 4 replies
- 3.1k views
The Session_Start event fires on each postback in my application. Any one knows what might cause this weird behavior?
Last reply by bri189a, -
-
I'm new to creating web pages, and the question i have is this, I have created a web form that collects a person's data (name, address,etc.) but I'm not quite sure how to have that data e-mailed to me automatically after they press the submit button. http://www.xtremedotnettalk.com/newthread.php# Confused
Last reply by bri189a, -
-
- *Experts*
- 2 replies
- 1.3k views
I created a simple user control for Windows Forms for some learning experience, but I will use it in a production program. The control is basically a Button control dragged into the UserControl draw area, with one event: Public Class ucCloseButton Inherits System.Windows.Forms.UserControl #Region " Windows Form Designer generated code " #Region "Events" Private Sub btnClose_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) _ Handles btnClose.Click Me.ParentForm.Close() End Sub #End Region End Class I can drop this UC on my other forms, and the button will close the form that it is on. I figured I can avoid having…
Last reply by HardCode, -
-
- 3 replies
- 1.6k views
<form id="Form1" method="post" runat="server"> <asp:textbox id="TxtEmail" tabIndex="1" runat="server" Width="272px" ToolTip="Enter your emailaddress for authentication"></asp:textbox> <asp:textbox id="TxtPassword" tabIndex="2" runat="server" Width="272px" ToolTip="Enter your domain password" TextMode="Password"></asp:textbox> <asp:linkbutton id="BtnLogin" tabIndex="3" runat="server">Login</asp:linkbutton> </form> This is the form as i use it for my user to enter thier login information. But now they have to click the link in order to log in. Is it possible to submit the form when 'enter' is pressed (like it's the case …
Last reply by kahlua001, -
-
- Leaders
- 5 replies
- 1.3k views
How? ... Yupe ... That's the question? How can you copy a tablestyle from one windows form to another at design time? Anyone? Thx.
Last reply by jimf1, -
-
-
- Leaders
- 3 replies
- 1.8k views
My first VB.NET program as you can imagine used vast amounts of VB code and controls, such as FlexGrids.... I've just spend a couple of weeks making the program more '.NET'. I've replaced the flexgrids with listviews, put the global variables into classes. Rewritten the modules into Classes. However i've noticed that references to things like Interop.MSFlexGridWizard still exist. These are redundant now and i would like to remove them. The purpose of this thread is to ask if somebody could please advise me on how i can find out what references are still being referenced, and which references are not. Also on how i can remove them, i thought i removed a few obvi…
Last reply by snarfblam, -
-
how do you update a column in a row in a datatable. This datatable is going to be populated orginally from a database, but after that all the updates to it won't be going back to the database, they are just goign to be used for display. So if i I have a datatable with the column names of Name, col1, col2 and the first row is looks like this.. Name col1 col2 a2 30 15 b2 10 13.3 c2 100 18 now i click on a button1 to update from a text box the value to teh datatable. I know that I want to update col1 where name = a2. How do I do that. I've looked around.. but I must not be using the right key words or not unders…
Last reply by jvcoach23, -
- 2 replies
- 1.1k views
Hi Have a dataset with a table in it. Need to loop through this table and select the value of cell(1) from the table. Have tried the following For Each selIndex In dsDataset.Tables(page).Columns(0) Next The error I am getting is:Expression is of type 'System.Data.DataColumn', which is not a collection type. Mike55.
Last reply by mike55, -
SQL problem
by RTT- 2 replies
- 1.1k views
I keep receiving an SQL error. Not everytime but frequently. Does anyone know what to problem could be? This is the error i recieve: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.InvalidOperationException: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This…
Last reply by neodatatype, -
- 0 replies
- 707 views
Hey Did anyone use the RowSelectorColumn from http://www.MetaBuilders.com before. Am having problems setting the checkboxes to checked during the loading of data. Mike55.
Last reply by mike55, -
-
- Administrators
- 3 replies
- 1.7k views
I am uploading a file into a image field within a table. I am using the following code but what I want to be able to do display a progressbar for the user. The problem is that I am struggling to work out how to do this. Below is the code that I am using. Dim SourceLoc As String = "C:\temp\dxf file\exampleload.dxf" Dim myUploadCmd As New OleDb.OleDbCommand("UPDATE fileStorageTbl SET Picture=? WHERE Revision='0'", varProjSQLConn) Try Dim fileSize As New System.IO.FileStream(SourceLoc, IO.FileMode.Open, IO.FileAccess.Read) Dim b(fileSize.Length() - 1) As Byte objFrmStatus.txtStatus.Text = "Reading file, please wai…
Last reply by PlausiblyDamp, -
-
-
- Leaders
- 8 replies
- 1.9k views
I have a textbox, which contains about 50 lines in it. The textbox will display the content of a logfile, therefore the part which will be viewed the most is the very bottom of the textbox, and to save the user from scrolling manually, i would like the textbox to automatically scroll to the bottom of the textbox, rather then stay at the top as it does by standard. Is this possible at all? If so how can i do this? Thanks for any help.
Last reply by Jay1b, -
-
-
- Leaders
- 5 replies
- 7.1k views
In coverting my VB6 code to .NET I get an run time error when declaring a new Excel.Workbook: Dim oExcel As New Excel.Application Dim oWorkbook As New Excel.Workbook <- error is here Dim oWorksheet As New Excel.Worksheet oWorkbook = oExcel.Workbooks.Open(FullPath) Here's the error: An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in app.exe Additional information: COM object with CLSID {00020819-0000-0000-C000-000000000046} is either not valid or not registered. However, I have verified that the Microsoft Excel 10.0 Object Library is registered (I am using Excel 2002). Any help would be greatly appreciated!
Last reply by herilane, -
-
Who's Online 0 Members, 0 Anonymous, 90 Guests (See full list)
- There are no registered users currently online