Search:

Type: Posts; User: samo8076

Page 1 of 3 1 2 3

Search: Search took 0.11 seconds.

  1. VS 2008 Re: vb.Net Web Service causing error in deserializing body of reply message for opera

    Hi,

    Thanks, no it was SOAP. Anyway, it turns out it was the maxBufferSize. I increased this in the app.config file, and all works great now.
  2. VS 2008 [RESOLVED] vb.Net Web Service causing error in deserializing body of reply message for operation

    Hi,

    I have a web service created in vb.net, and in the same project as my client app, also in vb.net. It has a vast number of 'WebMethods' that return/pass/update an SQL Server using datasets.
    ...
  3. Replies
    5
    Views
    18,672

    Re: Winword Mail Merge Using VB.net

    Thanks, works great now :)
  4. Replies
    5
    Views
    18,672

    Re: Winword Mail Merge Using VB.net

    Sorry to bump such an old thread, but stumbled across this the other day, and it works almost how I want it. One thing I cannot work out though, is if the the sql statement needs to bring back the...
  5. Replies
    7
    Views
    1,784

    VS 2008 Re: Word Mail Merge using Web Service

    Thanks Jay
  6. Replies
    7
    Views
    1,784

    VS 2008 Re: Word Mail Merge using Web Service

    errrr thanks :rolleyes: I was hoping for more a drop in approach, but i shall google away
  7. Replies
    7
    Views
    1,784

    VS 2008 Re: Word Mail Merge using Web Service

    can anybody else help at all?
  8. Replies
    7
    Views
    1,784

    VS 2008 Re: Word Mail Merge using Web Service

    Hi, this is the code we use. As you can see, we pass the ODBC as the connection. How would I pass the data table?



    Dim objWord As Microsoft.Office.Interop.Word.Document
    objWord =...
  9. Replies
    7
    Views
    1,784

    VS 2008 Word Mail Merge using Web Service

    Hi,

    We have a vb.net app (connected to a SQL database) that uses MS Word to perform mail merge, via ODBC as the connection, and then we pass a SQL string via vb.net app. This works great.

    We...
  10. Replies
    0
    Views
    14,276

    Clear Datagrid rows Silverlight 3

    Hi guys, im using Sliverlight 3 in VB. For the life of me i cannot figure out how to clear the rows of my datagrid. Im binding the datasource using MyDataGrid.ItemSource = MySource ..iv tried...
  11. VS 2008 Re: Form displaying different at runtime compared to design

    doesnt make a difference using a different system...tried setting to none system fonts and that works...i dont get why form moves about at run time
  12. VS 2008 Re: Form displaying different at runtime compared to design

    exactly what iv pointed out in the above
  13. VS 2008 Form displaying different at runtime compared to design

    Hi,

    Im having odd problems with how my form is displaying at runtime...if you look at the 2 attachments you can see at runtime the labels disappear under the check box's, but at design time they...
  14. Replies
    0
    Views
    5,081

    Help with Progress Bar and tree view

    Hi guys,

    Im using the standard Progress Bar in Silverlight 3. Im returning a dataset using LINQ and then populating a treeview by looping through the returned data.

    What i want to do is show...
  15. Using a Web Service in Silverlight 3 and VB.net 2008

    Hi guys,

    Im using Silver light 3 in vb.net Visual Studio 2008.

    My web service had simply test functions a the moment including the standard 'Hello World' function.
    I have referenced the web...
  16. Replies
    4
    Views
    1,006

    VS 2008 Re: Flickering image on form resize

    thanks very much, that was the problem :)
  17. Replies
    4
    Views
    1,006

    VS 2008 Re: Flickering image on form resize

    just tried that now and no difference. There is probably around 20 controls on the form, 2 images, 1 that resizes with the form using the images Stretch layout mode.
  18. Replies
    4
    Views
    1,006

    VS 2008 [RESOLVED] Flickering image on form resize

    Hi guys,

    I have an image that stretches to the size of my form so if the user resizes the form, the image resizes aswell. All works great apart from the constant flickering during the resize of...
  19. Replies
    1
    Views
    698

    VS 2008 Creating an animated menu

    Hi,

    I would like to create an animated menu similar to the new windows 7/Mac OS bottom menu in my new vb.net app.

    I have done some searching on google and cant really find anything useful.
    ...
  20. VS 2008 Re: Referencing new Office 2007 components to use on Office 2003 machines.

    Thanks again
  21. VS 2008 Re: Referencing new Office 2007 components to use on Office 2003 machines.

    thanks for the quick reply. Have you and simple examples of this?
  22. VS 2008 Referencing new Office 2007 components to use on Office 2003 machines.

    Hi,

    We have currently upgraded our development machines to Windows 7 and Office 2007. We have a vb 2008 app that references 2003 Office components to use for mail-merging to word.

    We loaded up...
  23. VS 2008 Re: Launching default application from 2008 under Windows 7

    thank you very much, all is working great now
  24. VS 2008 Re: Launching default application from 2008 under Windows 7

    to be honest the above code was an example one of the developers found on the internet and tailored it to work with our application.

    Removing the EnterDebugMode allows the file to open but for...
  25. VS 2008 Re: Launching default application from 2008 under Windows 7

    Dim p As New Process

    Dim pi As New ProcessStartInfo

    If Not IO.File.Exists(txtFilePath.Text) Then
    MsgBox("Colony cannot find the specified...
  26. VS 2008 Launching default application from 2008 under Windows 7

    Hi,

    Within my application we store objects i.e images,word docs, etc etc. These are stored in a listview and when the user double clicks the item it launches the default application assigned to...
  27. Re: Displaying Password Character(*) in column - SQL Server 2000/2005

    thanks but i dont want to go as deep as that. i simply want to mask the data in the column so the users cant see whats behind the mask.

    Im using this in conjunction with an vb.net frontend
  28. Displaying Password Character(*) in column - SQL Server 2000/2005

    Hi guys, i have a column that holds a password used to log on to our system, however at the moment the full password is shown to anyone that has permission to view the table within SQL Server.

    All...
  29. VS 2008 Re: Finding and returning a value from string

    superb, thanks very much
  30. VS 2008 Re: Finding and returning a value from string

    thanks for the speedy response but the number of '\' will always vary
  31. VS 2008 [SOLVED] Finding and returning a value from string

    hi guys,

    i have a string:

    G:\Development\DOT NET Dev\Colony_4\Images\BattenhallAve_Plan.bmp

    and i want to find and return the value after the last '\' for example in the string above i would...
  32. VS 2008 Re: Populate ComboBox with list of Years for DOB

    Thanks, that helps alot. But would still like to know if its possible to put the list in a combo box
  33. VS 2008 Populate ComboBox with list of Years for DOB

    Hi guys, im creating my own control to replace the Date Calender within 2008. I want to return a list of Years into a combobox for the user to select.

    Im aware i can manually add these years but...
  34. VS 2005 *Urgent* Things that might mess with session variables

    Hi,

    Iv built a simple asp.net site for a client that process simple orders. I use session variables to store information like the customers name for example


    Session.Add("1","Don King")
    ...
  35. VS 2008 Re: Cannot get ASP pages to run locally on Vista Ultimate

    also iv checked my version of IIS and its version 7.0
  36. VS 2008 Re: Cannot get ASP pages to run locally on Vista Ultimate

    yup i have those settings
  37. VS 2008 Re: Cannot get ASP pages to run locally on Vista Ultimate

    I didnt even know Visual Studio had a built in web server lol
  38. VS 2008 Re: Cannot get ASP pages to run locally on Vista Ultimate

    Yup i have:)
  39. VS 2008 Re: Cannot get ASP pages to run locally on Vista Ultimate

    pretty sure, how would i check?
  40. VS 2008 Cannot get ASP pages to run locally on Vista Ultimate

    Hi guys, im trying to run asp.net pages locally on a Vista Ultimate machine and im getting the following error

    HTTP ERROR 500.21
    Handler "ASPNET-ISAPI-1.1-PageHandlerFactory" has a bad module...
Results 1 to 40 of 98
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width