Search:

Type: Posts; User: WarrenW

Page 1 of 13 1 2 3 4

Search: Search took 0.55 seconds.

  1. How to use this code with a stored preocedure instead of text query?

    I would like to change this code to call a stored procedure. Can someone show me what to change to make this happen? I left out the connection string but have that already.

    Thanks!



    ...
  2. Replies
    5
    Views
    814

    VS 2012 Re: Can someone help convert this code?

    Sorry, here is all of the code from the example that I need to convert. I tried it in the Telerik converter and failed to do all of it.



    var myCustomer = new StripeCustomerCreateOptions();
    ...
  3. Replies
    5
    Views
    814

    VS 2012 Can someone help convert this code?

    Hello,

    I am using a lib for stripe.com and the example is only in C#. I converted some of it but can't get this line converted. Thanks!

    Dim myCustomer As var = New StripeCustomerCreateOptions
  4. How to test a scalar function in sql managment studio?

    Hello,

    I have a function that I need to test in management studio that is giving an error in my asp.net site. Is there any way to run in like a stored procedure so I can see what line it is...
  5. VS 2012 Error with one line of code for VB.NET - help?

    Hello,

    I took code and converted it from C# to VB.NET with a converter like I do often and I have one error with this code I can't figure out. This is code for posting an image to Facebook. I et...
  6. VS 2012 Web server SDK to run ASP.NET in Winforms program needed

    Hello,

    Does anyone know of an SDK that is an ASP.NT webserver that I can run within my .NET program? I have a program developed and would now like to include an ASP.NET project to run within it....
  7. VS 2012 How to access the email popup in Craigslist?

    Hello,

    I know how to get the html code from a website but on craigslist when you click Reply and it shows the options to reply including an email address how can I access this by code? I can...
  8. Re: Can I create an install for loading a SQ BAK file database?

    I jut used an install program for it. Looks like I am just going to write a small program to do the install. It seems each user may have a different instance name for the SQL server that needs to be...
  9. Can I create an install for loading a SQ BAK file database?

    My client loads an install file for the vb.net program I wrote. He then loads the install for SQL Express. Then he needs to load the BAK database backup which he uses the command line program for. Is...
  10. How to add or update a stored procedure from VB.NET code?

    Hello,

    I see how to alter a table just by executing that sql in VB.NET. But now I need to execute a SQL script from within VB.NET for adding a stored procedure. When I create the script for it...
  11. Replies
    3
    Views
    710

    Quick question about SQLBulkCopy

    Hello,

    I have a VB.NET program that uses SQL Express on a pc tablet. I need to get the data from the device and insert them on a PC in the office with SQL Express. So I read about SQLBulkCopy and...
  12. VS 2012 Best wat to change color of an object in picture?

    Hello everyone,

    I need to take a picture of the siding of a house and then change its color for sales. I know how to fill in a color but sometimes it does not come out so well. Either too much...
  13. VS 2012 Re: Getting image size is wrong - please help

    I am using an image from my mobile app. Last night I did a work around on this and in my app I am determining if it is portrait or landscape by the height and width. Then I am passing that as a...
  14. VS 2012 [RESOLVED] Getting image size is wrong - please help

    Hi everyone,

    I am loading an image with the code below. The image is a portrait image that is 2000 wide and 4000 height. But when I run it through this code the Format2 is set to "L". I don't...
  15. Replies
    5
    Views
    791

    VS 2012 Re: Gest way to show this in a gridview?

    I am actually about to try doing that. I'll reply back in a bit with the results but definitely makes sense.

    Warren
  16. Replies
    5
    Views
    791

    VS 2012 Re: Gest way to show this in a gridview?

    Thanks. I use the SQLDataSource control all the time for when I need to bind a stored procedure to a grid. It is much easier than coding to query data by code, put it in a datatable and then bind it....
  17. Replies
    5
    Views
    791

    VS 2012 Gest way to show this in a gridview?

    Hello,

    I don't know if this is more of a database question or for here. What I need to do is list records of data in a gridview from a SQL table. Yes, I already know how to do this with a...
  18. VS 2012 Can I take a picture with a tablet camera app?

    Hello,

    I need to capture an image from the camera on a Windows 8 tablet. I have one control that does this but the pictures are not very clear. If I use the camera app that came with the tablet...
  19. Replies
    1
    Views
    1,065

    VS 2012 Cannot open SQLite file on server - help

    Hello,

    I am trying to open this file which exists and runs fine on my development machine. But when I deploy to my VPS with IIS8 I get this error:


    An attempt was made to load a program with...
  20. Replies
    4
    Views
    759

    Re: Best way to sync tasks in Outlook?

    I assume I could not do this from an ASP.NET page because it would only be server side right? I'm wanting to sync with my asp.net CRM website but feel that I can only do that with a winform app?
  21. Replies
    4
    Views
    759

    Best way to sync tasks in Outlook?

    Hello,

    I am writing my own CRM program and plan to keep the tasks in sync with Outlook. How is the best way to do this? Do I have to clear them out from my program and reload them from Outlook...
  22. How to move scroll bars in System.Web.UI.WebControls.Literal control?

    Hello,

    I had someone write a small chat site in ASP.NET and he used a System.Web.UI.WebControls.Literal control to show the text. The new text is added to the bottom and when it does the control...
  23. Replies
    18
    Views
    8,784

    VS 2012 Re: Accessing webcam in Windows 8 tablet?

    Yes. I got my tablet a while ago and been working on everything else in the program I am developing for my client. Today I went to use that control and app you tested for me and it failed for me. I...
  24. Replies
    18
    Views
    8,784

    VS 2012 Re: Accessing webcam in Windows 8 tablet?

    I have tried various examples from different sites that uses directx and other ways and each failed on previewing the camera. I have an HP Omni with windows 8.1 (not RT). Nothing works. Does anyone...
  25. VS 2012 Advice needed for writing a simple chat web app

    Hi everyone,

    I need to write a very simple chat application that lists who is online and relay the messages in a chat textbox for everyone. I can use MSSQL for this. So how is the best way to do...
  26. Replies
    1
    Views
    1,836

    Re: How to read JSON passed to an asp.net page?

    I see here how to read it from a file but how about being passed to the URL?



    JObject o1 = JObject.Parse(File.ReadAllText(@"c:\videogames.json"));

    // read JSON directly from a file
    using...
  27. Replies
    1
    Views
    1,836

    How to read JSON passed to an asp.net page?

    Hello,

    I have read about desearlizing a json file into class fields which I understand. But what I cannot find in a tutorial is how to read in the json data. Everyone just adds the data to a...
  28. Replies
    6
    Views
    1,059

    Re: Best small database to use on a PC tablet?

    Well I've been thinking more.. I probably do want to use stored procedures which are easier for the reports and all. So I'll try installing SQL Server Express 2012 on my HP Omni tablet I just bought...
  29. Replies
    6
    Views
    1,059

    Re: Best small database to use on a PC tablet?

    I was really looking at the SQL Compact 4 to use on the tablet end. I don't need a lot of capability. The program is not too big. Just something to hold data for one account at a time. No more than...
  30. Replies
    6
    Views
    1,059

    Best small database to use on a PC tablet?

    Hello,

    I have a .NET program I am writing for Windows 8 that will be using MS SQL server. This program will also be running on a PC tablet with Windows 8 (not RT) and I need to use an alternate...
  31. Replies
    2
    Views
    26,873

    How to remove border from button?

    Hello,

    I have the command button set to flat which I need. Is there any way to hide the border? Or better yet can the border be hidden until the mouse is over it? I set it to flat so it will be...
  32. Re: [RESOLVED] Hide and show multiple content with css?

    Actually it is not fixed. Below is the code I updated. If one is showing and one is hidden and I click one of them, the other changes also. Is there any way to use the css for one at a time? I don't...
  33. Re: Hide and show multiple content with css?

    Nevermind, I got it!

    Thanks
  34. Re: Hide and show multiple content with css?

    Thanks kfcSmitty but unfortunately I do not know how to do that. Any way you can help me out? I want to use the one routine for any dics by passing an ide of the div to change if possible. I have...
  35. [RESOLVED] Hide and show multiple content with css?

    Hello,

    Here is an example I found online that does hide/show content using just css which is what I want so I do not rely on javascript. Is there a way to change this so I can have multiple DIVs...
  36. How to retrieve text from writing pad on Windows 8 tablet?

    Hello,

    I believe all of the Windows tablets come with a writing pad where you can hand write on it and it will convert the writing to text. I tried searching on how to use this in VB.NET. But I...
  37. Replies
    18
    Views
    8,784

    VS 2012 Re: Accessing webcam in Windows 8 tablet?

    Hi, I made a very small demo in VS 2012 that connects to the camera for preview and lets you capture any frame to a picturebox next to it on the form. I can't post the code because it uses a...
  38. Replies
    18
    Views
    8,784

    VS 2012 Re: Accessing webcam in Windows 8 tablet?

    Thanks! I will send you something by tomorrow.

    Warren
  39. Replies
    18
    Views
    8,784

    VS 2012 Re: Accessing webcam in Windows 8 tablet?

    I do not have a specific device but it needs to be Windows 8.1 and not RT because from what I read the RT is for installed apps from their windows store. I would think I can access cameras on the...
  40. Replies
    18
    Views
    8,784

    VS 2012 Accessing webcam in Windows 8 tablet?

    Hi everyone,

    I need to write a program for a Windows 8.1 tablet (not RT) which lets me take a picture inside the program. My question is the camera considered a webcam that I can access just like...
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width