Browse by Tags

  • Send Google Talk message in VB 2008 using Jabber.Net

    I am looking to send a message to a specific user through Google Talk using Visual Basic 2008 and the Jabber.Net library. My current code is as follows, please let me know what is wrong as I cant send a message. The jabber-net.dll is referenced in my VB project and no errors occur. The following is produced...
    Posted to .NET (Forum) by microsoft on 05-20-2010
  • HashTable - Possiblity of Duplicate Hash Values

    I am working on an application, and I want to use a HashTable to store and lookup data. The key for the HashTable will be a 20-digit bar code. Everything was going fine until I ran across a couple of articles that says it is possible for more than one text string to result in the same hash value. **...
    Posted to Algorithms (Forum) by microsoft on 04-26-2010
  • UpdatePanel - triggers, Panel

    I am using a Panel as pop-up screen off of the main page. My Panel has a prepopulated (on Page_Load) DropDownList. The onChange event of DropDownList gets ListBox populated with list of items from DB. How do I coordinate my UpdatePanels and triggers to make this to work. The problem is when I select...
    Posted to .NET (Forum) by microsoft on 03-22-2010
  • SQL Server Stored Procedure - Must declare the scalar variable

    I have written a stored procedure inside of SQL Server 2008. When I attempt to execute the stored procedure, I get the following error: Msg 137, Level 15, State 2, Line 1 Must declare the scalar variable "@Year". I've included the code for the stored procedure. Code Snippet: 1: 2: 3: 4...
    Posted to SQL Server 2008 (Forum) by microsoft on 02-20-2010
  • VB Data Entry Application without Microsoft Access

    I need to build an application for QAQC and Data Entry. We have field crews that download information to gps devices and export that data to access tables. I would like to build a vb application that could import that access table and edit it using a form. I currently have a very complex access application...
    Posted to Microsoft Programming (Forum) by microsoft on 01-07-2010
  • Help Displaying Message on Correct Child Form in MDI Parent

    I am trying to get a VB .Net application working that has the following: MDI Parent Form 4 Child Windows Forms One socket that listens for incoming messages on a separate thread Parsing the incoming socket message will tell me on which of the 4 child windows to display the message Assuming the incoming...
    Posted to Visual Interdev (Forum) by microsoft on 12-19-2009
  • VB code for adding a network printer

    Hi I am trying to write a small application in VB (just started learning VB today) to add network printers. I found some code on the internet Dim printername As String = CStr(ListBox1.SelectedItem) Dim Server As String = "\\server" Dim networkpath As String = Server & " \ " &...
    Posted to Visual Basic.NET (Forum) by microsoft on 12-09-2009
  • xsd Command Timeout

    Afternoon, I've googled this topic and found a few references to it. As I understand it is pretty simple to set the SqlCommand.commandtimeout = x when dealing with dataadapter built in code but there is no way of doing this with xsd, auto-genereated table adapters. From what I gather I need to build...
    Posted to Visual Studio (Forum) by microsoft on 08-21-2009
  • Deploy Vb.Net Application with SQL as Backend

    hi, I have sql 2008 full version installed on my pc.. i have developed a application which uses sql as backend to store datas. Now i have completed developing the application and its time for submitting the application.. i am confused to how to deploy it.. 1. if i attach the db, what connection string...
    Posted to .NET (Forum) by microsoft on 08-07-2009
  • create unique file extension - VB.net 2003+

    Hi Experts, I have created a simple winform with an RTF box& simple text editor app& I would like to know if it is possible to save my files/and open files with a unique file extension& So instead of saving as txt or rtf&. I would like to create my own [file extension] so that my application...
    Posted to Other (Forum) by microsoft on 07-16-2009
Page 1 of 2 (19 items) 1 2 Next >