Topics
-
- 0 replies
- 2.2k views
So far I have been able to figure out how to read the string from other posts here in the forum. What I am having a problem with is how to read child nodes of the same name. I think I am explaining it right? Here is the string response I have to process. <mmReply command="getStations" userData="hello" status="ok"> <contents> <stations> <station> <id>Station 1</id> <description>Streamline</description> <interface>auto</interface> <status>0</status> </station> <station> <id>Station 2</id> <description>Streamline</description> <in…
Last reply by ZeroEffect, -
- 2 replies
- 1.9k views
Is there now way to add items without setting the datasource of the combobox? i'm very confused by this it would seem to me that there should be a way to comboboxColumn.Items.Add(value,display) but every example i see has datasource=sometable displaymember= column1Name valueMemeber = column2Name any help would be appreciated. for now i'll just create a table and bind it since that's the only way i can get it to work.
Last reply by devTastic, -
- 2 replies
- 3.5k views
Is it possible to use a Panel control instead of navigating to a frame? I have a website that uses a header frame and then a vertical frame under it (not unlike the MSDN library). I am curious to know if I could achieve the same navigational functionality by using a panel in place of the right frame, so that when a link is clicked in the treeview, the page comes up in the panel. Does anyone know if this is possible or if there is another way to accomplish this without using frames? Thank you in advance...
Last reply by devTastic, -
- 1 reply
- 3.8k views
i'm new to asp.net but i already i finsih 1 real time project in vb.net with mdi form but in asp.net , i dont how to use with mdi child form In asp.net, i want to create one object for mdi child and i want to use this object anywhere in my project can u help me???? Thansk in advance
Last reply by devTastic, -
-
- Administrators
- 1 reply
- 1.7k views
I have this in a separate class file: Imports Microsoft.VisualBasic Public Class cboAddItem Public Value As String Public Item As String Public Sub New(ByVal NewItem As String, ByVal NewValue As String) Value = NewValue Item = NewItem End Sub Public Overrides Function ToString() As String Return Item End Function End Class I then use this in my page code: cboBusinessCategory.Items.Add(New cboAddItem("Show All", "1")) What am I missing or doing wrong? I get the intellisense error overload, add cannot be called with these arguments. cboAddItem can not be converted to string/listitem. Thanks in advance.
Last reply by PlausiblyDamp, -
-
- 0 replies
- 1.4k views
I keep getting this error... any ideas? Warning: session_start(): Cannot send session cache limiter for this PHP XML problem- headers already sent (output started at XXX/pages/casl/news.xml.php:1) in XXX/login/lib/init.php on line 319 300 10 0x333333 0x999999 If you have not already please make sure to make your first payment of $750 today to reserve your spot. NEWS ALERT newsalert.php?If-you-have-not-already-please-make-sure-to-make-your-first-payment-of-750-today-to-reserve-your-spot.-7 _parent
Last reply by simy202, -
- 1 reply
- 3.7k views
Good day one and all, Apologies if I'm not in the most suitable topic area for this. Can someone tell me why I'm getting a bad data error when I try using this decryption method? The encryption part works fine, but when decrypting the file I get the error: CryptographicExcpetion was unhandled Bad Data on the line fsDecrypted.Write(sr.ReadToEnd()) please see the code I'm trying to use: /// <summary> /// Encrypts a file - Not implemented /// </summary> /// <param name="sInputFilename">File to encrypt</param> /// <param name="sOutputFilename">Encrypted file name</param> /// <pa…
Last reply by joe_pool_is, -
- 2 replies
- 1.9k views
Hi, I am using SQL datareader object to open a recordset and browse through it. my purpose is to search for a particular row with a specific column value. In VB.6 I was using recordset.find method or recordset.filter property. Is there any equivalent in VB.net ? thanks in advance. Thomas
Last reply by joe_pool_is, -
- 2 replies
- 1.7k views
I've got a buddy that gets a lot of website jobs. He does the PHP jobs, and sometimes (like this) he hands me the ASP jobs. This job involves a client that wants to move their website to a new host. From what I've been told, their web host provider is charging them close to $200 a month. They want to move their site to a new system or host it themselves. They are looking for options and pricing for the work and maintenance. Is anyone here interested in doing something like this? I've looked at it a little before. It has databases and some AJAX, and I just don't have the time to sit down and become immersed in their project. Here's the website: http://www.bluev…
Last reply by joe_pool_is, -
- 1 reply
- 1.5k views
I have a simple html img control I would like to add a background image to. I have the following but the background image does not show. The image being referenced is there. I can see it in the second image control. I just don't see it as a background. Any ideas? <img id="htmlImg" style="background-image: url('physicianGraphic.jpg'); background-position:top center;" src="uploadedimages/Member_Photos/adkins.jpg" alt="Doc Photo Test" /> <img id="Img1" src="physicianGraphic.jpg" alt="Doc Photo Test" /> Thanks!
Last reply by nate, -
- 1 reply
- 2k views
Hi All. I'm Developing on One project that Contains Just One Page(home.aspx) ! Home.aspx Contains ScriptManager , UpdatePanel ( A Div , Some LinkButtons that Load related UserControl ) in UpdatePanel. Other pages are UserControls(UC) that Load in a div placed in Home.aspx . Some user controls Contains javascript Codes . My problem is : these codes Don't Run Ontime (After LinkButton Click and UC Loaded) . How to Solve This problem? Thanks in advance.
Last reply by nate, -
-
- Administrators
- 2 replies
- 4k views
Hi, I created a app to read/write data to MSSQL 2005. I also included MS Powerpacks to use PrintForm. The application worked fine on all environments, until about 2 weeks ago. I made a few small updates to the project and published the update. The app runs perfectly on all Windows 7 and Vista machines, but crashes on startup on Windows XP machines. Please help. :confused: Below find the error signature details: EventType : clr20r3 P1 : myapp.exe P2 : 1.0.0.0 P3 : 4cb43d95 P4 : system.drawing P5 : 4.0.0.0 P6 : 4ba1e086 P7 : 356 P8 : 42d P9 : system.invalidoperationexception
Last reply by cuchulainn18, -
-
- 0 replies
- 2.6k views
Deleted Deleted
Last reply by usvpn, -
-
- Leaders
- 2 replies
- 3k views
I swear by the programming gods this is driving me insane. Consider the following function below: Public Function VBSucks(ByVal q As UInt32, ByVal z As UInt32) As Uint32 Return (q << z) End Function VB underlines 'z' in red and spits the following error: Option Strict On disallows implicit conversions from 'UInteger' to 'Integer'. Here's the thing, I want to left-shift/right-shift using UInt32, Int64, Byte datatypes. VB, on the other hand, tries to perform the arithmetic in Int32, and fails because the operands are not Int32. I'm not sure what the accepted workaround is for errant behavior such as this. UInts, Longs, etc, are valuetypes, …
Last reply by Kumba, -
-
-
- Leaders
- 1 reply
- 4.2k views
Please refer me the c# code to convert voice to text.. Currently I'm doing an mini project that I need the c# code to convert the voice to text for and it should be type in the text field while I'm talking in microphone. Please provide me the information including the DLL file adding also..
Last reply by snarfblam, -
-
- 1 reply
- 3.3k views
Hi, I need to disable the form's context menu, when you right click on a form's caption bar a context menu appear. Please see my snapshot. How to do that in VB.NET? Thank you.
Last reply by orca44, -
- 1 reply
- 2.8k views
Hi, I have a datagridview with a combobox column. the gridview is bound to a datatable as a datasource. The combobox display and value members are set to another datatable so it fills on render and is auto selected based on the row's value. The problem I am having is when I add a new row and select a value from the combobox and then click away from the cell, the value of jumps to a different value, I can't really see a pattern for which value it set to, its just different. Any clues what I'm doing wrong? The list is like 40 items. I have another combobox in the same grid with about 5 values and that works fine. THanks exItem.DataSource = globals.dtInventoryIte…
Last reply by Pharean, -
- 9 replies
- 6.7k views
I have a DataGridView with a BindingSource bound to a BindingList<LineItem> (A custom business object that represents a line in a purchase order) Fields in the LineItem class include Number, Product (of type Product), Quantity, and so on. I have the product field set up as a combobox field with a binding source bound to a BindingList<Product> The combobox dropdown populates fine, and you can select a product, but when you move off of the cell to 'commit' it, the value goes away and doesn't get set in the underlying LineItem object. Any ideas why this happens or how to fix it? Thanks
Last reply by Pharean, -
- 5 replies
- 2.4k views
Simple question (with a rather hard to find answer though) Which versions of Visual Studio 2010 has the ability to deploy .MSI setups? I know the Express version is unable to and it seems the professional edition is also unable (as it Deploy and Setup project category is empty). Thank you (with some urgency).
Last reply by EFileTahi-A, -
- 2 replies
- 2.7k views
Help on how to create queries, I mean how to retrieve data from access database. I wanted to fill my dataset with my query. I wanted to query the database using the data in the inputbox in the tables listed in combobox. http://img51.imageshack.us/img51/822/89295671.png See attached source (VB2010) Please help. Data Entry.zip
Last reply by joe_pool_is,
-
Who's Online 0 Members, 0 Anonymous, 46 Guests (See full list)
- There are no registered users currently online