Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: bppj
  • Content: Threads
  • Order by date
  1. bppj

    Advanced(to me, least) COM Interop, remoting question...

    Writing several programs in C# that require using a COM server. I can interop no problem. The challenge lies in the fact that each time I need to use the COM server, I end up having to log into a "session". That process can take 30 seconds or more. This wait is unacceptable for our...
  2. bppj

    BASIC QUESTION: SERVER 2003 VS MSDE BACKUP

    Not being an admin type, I have a very basic question: I've got a server 2003 setup that is not currently being backed up by my IT department (office politics, don't ask...). Anyway, I began to get nervous about not having a backup of the system so I found the backup utility and am scheduling...
  3. bppj

    (Advanced?) Com Interop issue...

    I'm dealing with a legacy program which exposes a Com API through which I need to do some automation using .Net. I understand how to generate the interop classes. The issue here is that the COM IDL does NOT define a CoClass for the main application object, just an interface. (When using VB6...
  4. bppj

    IIS6, Remoting, and Sharepoint 2... help!

    I'm trying to get my company to upgrade to 2003. I had set up an app that marshed an object on my 2003 eval machine. Everything works great. I wanted to demonstrate Sharepoint services. When I exend my virtual server for sharepoint my remoting starts having problems. I get...
  5. bppj

    VB.Net OO programing question: Strange Factory Method...

    Is there any way for a parent class to force a shared signature on a child class? I know that if I want an inherited class to require an implementation of an instance member, all I have to do is provide a MustInherit member. But I want a shared member to be available with its own exectution...
  6. bppj

    Autoscroll and position persistence

    I have a form with an input box and a button at the top. After entering some information and clicking the button, the form adds an indefinate number of child custom controls to the bottom of the form. Because the child controls can be quite numerous, I've selected autoscroll = True so that the...
  7. bppj

    LOCATION OF WINDOW IN STATE?

    Ok, I know the subject doesn't make sense, but I'm not sure how to summarize what I'm trying to do: I've got a page with a button at the bottom that can be "off the screen". i.e. you have to scroll to get there. When the button is depressed, I am enabling several controls at the...
  8. bppj

    Help trying to parse msword document from text format...

    I have a situation where I'm trying to turn word documents and forms into XML. I would like to be able to use the text output of a word document with regular expressions in order to determine the format of my XML document. I've done a reasonable enough job with the paragraphs and headers...
  9. bppj

    Return to calling page with viewstate restored?

    I want to have a "cart view" page with a link that returns to the page that called the "cart view" page. Additionally, I would like to see the calling page's viewstate restored to the condition when it called the "cart view" page. I'm a bit lost on how to achieve...
  10. bppj

    compare datasets?

    I want to test a resulting dataset from a function with a known "control" dataset to determine if the datasets are the same. Any ideas how to do this easily without having to compare every value in the datasets programitically (I am experimenting with merging the datasets and looking...
  11. bppj

    Example of connecting to a Sharepoint Server?

    Can anyone give any information/examples of how to connect to a sharepoint server using vs.net? Thanks in advance!
  12. bppj

    Custom Collection, IList and Listbox... updating

    I was investigating using custom business objects to represent my database data as opposed to datasets for my presentation level. Decided to try the typed custom collection thing. Anyway, here's my base test object: Public Class TestObject Private mID As Integer Private mDesc As...
  13. bppj

    Newbie - DataSet.ReadXml Error

    I'm pretty new to all this XML and .net stuff... not sure if this question belongs here or in the XML forum. I'm writing a VB.NET program to take data provided by our IT department from our Unix/universe "mainframe" system and update our tables in a MSDE enviroment for ASP.NET use...
  14. bppj

    "Parent" Method and TabPages/TabControls

    Hello... I'm a relative newbie to vb.net, OOP, and programming in general. (I accidently hit the "programmer" selection when setting up my account... can't say the adjective really applies... unless you count my Fortran 77 training 10+ years ago.[wink]) I have a TabPage with a...

Part and Inventory Search

Back
Top