Search:

Type: Posts; User: gixxer05

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Re: 2010 ASP.NET Silverlight Embedded Control Not Firing Events

    Does anyone have an idea where I can begin troubleshooting this issue?
  2. Re: 2010 ASP.NET Silverlight Embedded Control Not Firing Events

    gep13 - Yes, you are partially correct. The application does compile and steps through debugger when set as the startup project. However, it is a out of browser app so it does not open in a...
  3. 2010 ASP.NET Silverlight Embedded Control Not Firing Events

    I have a solution that includes two projects. One is a Silverlight folder browser project embedded into the a div on the second project's aspx page and runs as a Out of Browser application. The...
  4. 2010 ASP.NET Silverlight 5 web app not firing events

    I have a solution that includes two projects. One is a Silverlight folder browser project embedded into the a div on the second project's aspx page and runs as a Out of Browser application. The...
  5. jQuery selector undefined for dynamic table elements with custom ID

    My app uses UploadiFive to provide a means for users to select files for uploading. Each file selection fires the following routine which creates a table row and appends it to a table on the selected...
  6. VS 2010 Toggle hide in Telerik Splitter Pane using jQuery UI

    jQuery toggle is not firing the show/hide in my ASP web app that uses Telerik RadSplitter Panes to organize a listbox on the left pane and jQuery tabs in the main right pane. Is ASP or Telerik...
  7. Replies
    0
    Views
    4,835

    Initiating HTTPWebRequest from jQuery

    I need help, and a general understanding of how to use the HTTPWebRequest POST method. I need to pass a file from jQuery, Uploadify, on to a class file using HTTPWebRequest to issue multiple file...
  8. Replies
    2
    Views
    3,535

    Re: Find element ID: Expression Expected Error

    I forgot the parenthesis in the beginning portion of the post where I was explaining the problem. Sorry for the confustion. The entire code snippet, cut and pasted from the origninal, shows the...
  9. Replies
    2
    Views
    3,535

    Find element ID: Expression Expected Error

    I'm having issues when trying to run my web app. I'm getting an expression expected error at runtime on the portion of my code that is designed to retain the screen position of multiple drag panels....
  10. Replies
    2
    Views
    2,104

    VS 2010 Re: Encrypt app.config for Windows Form App

    I found the following code here. However, the System.Configuration.Configuration = configurationManager.OpenExeConfiguration(ConfigurationUserLevel.None) doesn' t seem to be referencable in VS2010. ...
  11. Replies
    2
    Views
    2,104

    VS 2010 Encrypt app.config for Windows Form App

    I need some guidence to determine how to use DPAPI to encrypt passwords and server entries in the app.config. All examples I came across seem to refer to 3.5 and earlier, VS 2008, platforms. Does...
  12. Replies
    5
    Views
    5,943

    VS 2010 Re: Capturing Dialog Response during CopyFile

    Thanks for the advice. I actually reworked my code to exclude booleans and dialogs from appearing when running the copyfile function. I have all exceptions issueing a failure string message that is...
  13. Replies
    5
    Views
    5,943

    VS 2010 Capturing Dialog Response during CopyFile

    I have an application that primarily moves files from one location to another. I need to get the user's response when asked by Windows if they would like to overwrite or rename the new file because...
  14. Replies
    0
    Views
    7,629

    VS 2010 Using the Windows API Code Pack 1.1

    I'm having problems creating a new project that uses the Windows API Code Pack 1.1 ThumnailBrowser demo. I copied the ThumbnailBrowser folder from the \Windows API Code Pack 1.1\source\Samples\Shell...
  15. Replies
    1
    Views
    1,198

    VS 2010 Thumbnail Auto Preview on WinForm

    Good afternoon,

    Can anyone provide some details on a way to have a thumbnail image of a random file appear in a panel on a form? I'm working on a project that requires this functionality when a...
  16. Replies
    5
    Views
    908

    VS 2008 Re: Safely Changing Database Connection

    Thanks everyone. I was able to change the database connection via the config file for my applicaiton. I was initially uncertain if I had to make changes in the datasources tab and recompile. ...
  17. Replies
    5
    Views
    908

    VS 2008 Re: Safely Changing Database Connection

    Thanks. I'm actually using a datalayer class to populate my variables and a module to account for changes made by the user during runtime. To be more exact in my description, my mission is to...
  18. Replies
    5
    Views
    908

    VS 2008 Safely Changing Database Connection

    Good afternoon,

    I have a VS 2008 .NET application which connects to many tables within a SQL 2005 database in order to fill controls using multiple DataSets and TableAdapters. Can anyone provide...
  19. Replies
    2
    Views
    5,776

    VS 2008 Re: Open and Save XML file as utf8 encoding

    Any ideas, I'm :confused:
  20. Replies
    2
    Views
    5,776

    VS 2008 Open and Save XML file as utf8 encoding

    I have been working on a project that opens, modifies, then saves an xml file. The problem is that one of the attribute values contains a dash, causing the parser to throw an error when my xml...
  21. Replies
    3
    Views
    6,477

    VS 2008 Re: App.config Setup and Deployment

    Forgive me for still being a little confused by your explaination. I have my project setup with appSettings which need to be changed, and retained by the user. I tested this functionality and it...
  22. Replies
    3
    Views
    6,477

    VS 2008 App.config Setup and Deployment

    Can anyone guide me on how to setup my deployment project so that users can customize thier own settings in app.config? Which special folder in the File System browser should I add, Personal Data,...
  23. VS 2008 Re: Please Help w/ getting controls from Tabpages

    The code works, partially. It finds the richtextbox control on the tabpage but it's text value is empty. How can I get the text, and other properties, from the richtextbox control on the tabpage? ...
  24. VS 2008 Re: Please Help w/ getting controls from Tabpages

    I also tried the following code example, which didn't work either:


    For Each ctr As Control In tabcontrolname.Controls
    For Each ctr1 As Control In ctr.Controls
    If TypeOf ctr1 Is Tabpage Then...
  25. VS 2008 Please Help w/ getting controls from Tabpages

    I've hit a roadblock and really need help with looping through tabconrol's tabpage's, getting each tabpage's parent name and richtextbox control's text value. I have a ctabcontrol that has ctabpage...
  26. Re: Select distinct based on one column

    :confused:
  27. Re: Select distinct based on one column

    My initial findings were that the duplicates were being ignored. After adding a record, the query still produces a duplicate for the newly added record. Maybe there is some hidden character being...
  28. Re: Select distinct based on one column

    I was consistently getting duplicates for two records in my table of 76 records. I just figured this out a few minutes ago. I used HAVING and COUNT to force the select statement to return each Name...
  29. [RESOLVED] Select distinct based on one column

    I really am lost on how to select all records of two columns, based on the Name column in my query. I've tried the following:

    SELECT DISTINCT CG, Name
    FROM Services...
  30. VS 2008 Re: Evaluate Grandchildren with Multiple Attributes

    Help..:confused:
  31. VS 2008 Evaluate Grandchildren with Multiple Attributes

    Good day,

    I can't figure out how to get my code to evaluate the grandchildren of a specified node, where the grandchildren have two attributes which need to be evaluated to determine if the...
  32. VS 2008 Re: [RESOLVED] EventViewer entries from Service app

    That was the problem, thanks. I was leaving the Eventviewer open during execution. I removed the eventviewer statements. Thanks.
  33. VS 2008 [RESOLVED] EventViewer entries from Service app

    Can anyone provide a good working example of how to create a custom EventViewer log, define the source, and write an entry or custom thrown exception from a windows service? I haven't been able to...
  34. Replies
    5
    Views
    1,066

    VS 2008 Re: Service suddenly stops working

    Thanks to all. It seems the problem was that I was creating a eventlog each elapsed tick event, and/or filling up the eventlog while debugging the program.
  35. Replies
    5
    Views
    1,066

    VS 2008 Re: Service suddenly stops working

    Ok, I reworked my program to Microsoft standards and I get the following error: SecurityException was unhandled "The source was not found, but some or all event logs could not be searched....
  36. Replies
    5
    Views
    1,066

    VS 2008 Re: Service suddenly stops working

    So I changed it to :

    Diagnostics.EventLog.WriteEntry("Service_Log", "Email Notification Service is Running", EventLogEntryType.Information)

    The service still isn't running.
  37. Replies
    5
    Views
    1,066

    VS 2008 [RESOLVED] Service suddenly stops working

    I'm having trouble getting my archive service working. The service counts files in a directory and sends a email. Pretty simple. However, it randomly stops working. I debugged the service and...
  38. Replies
    5
    Views
    1,055

    Re: Get Text From RichTextBox

    Joacim...It works. :bigyello: Thanks a million.
  39. Replies
    5
    Views
    1,055

    Re: Get Text From RichTextBox

    STANOVE...I created a seperate class for the properties. I'm referencing the properties from the Find form, which is within the MDI parent form.

    Joacim...I'm currently adding your solution into...
  40. Replies
    5
    Views
    1,055

    [RESOLVED] Get Text From RichTextBox

    I have not been able to "Get" properties of richtextboxes that are in other forms in my MDI interface. I'm creating a document editor which specifically call for a richtextbox for each form. I'm...
Results 1 to 40 of 55
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width