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 Chriss Miller 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: MakeItSo
  • Content: Threads
  • Order by date
  1. MakeItSo

    MVC website create git repository

    Hi friends, not sure where to post this, since there does not seem to be an - active - git forum. [pc3] I would like to use Bitbucket & SourceTree for code / version control of an MVC site of mine. Problem: I guess I am too stupid to get how this is done! I have created a BB account, a new...
  2. MakeItSo

    Streaming webcam live (for remote surveillance)

    Hi friends, I am currently trying to achieve live streaming from a webcam (scope: inTRAnet, not inTERnet) through an ASP.Net website. What I have achieved so far: using AForge I can display the video from my webcam live on a desktop client (C#) and also save scheduled snapshots, so no problem...
  3. MakeItSo

    MVC page (C#) - trouble with page layout - header not first

    Hi guys, I am having trouble with MVC here in that a page displays wrong. Using Visual Web Developer Express 2010, calling the page from my Index page - which looks just fine - by calling an action on home controller which in turn returns the view. Normal, right? The wrongly displayed page...
  4. MakeItSo

    .Net 4 application won't run on Win XP SP3

    Hi guys, I'm having a bit of a problem here. I write tools for various tasks and want to enable other people to use these tools, too. Alas, for various reasons some people still need to work on Win XP machines (SP3, .Net 4 extended + client installed) - and my tools fail to run on these...
  5. MakeItSo

    Adodb - Cannot connect to Excel

    Hi friends, I am trying to connect to an Excel file using ADODB / Jet. I have no idea why. Here's the relevant code part: $strConnection = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" . $dbPath . ";Excel 8.0;HDR=Yes;"; //... $conn = new COM("ADODB.Connection") or die("Cannot connect to...
  6. MakeItSo

    Execute command line on remote computer with WMI

    Hi friends, I am trying to execute a command on a remote computer, a netstat call with specified port to be precise, in order to have an overview of who is connected to this computer via VNC. I do have a (somewhat) functioning code using VB6 and PsExec,the performance of which is however...
  7. MakeItSo

    C# Noob: HTML object NullReferenceException error - out of clues...

    Hello friends, I am usually progging in VB6 and still very new to C# but I feel that I can no longer avoid it. [tongue] Here's my dilemma (please forgive the amount of detail): We receive XML files. The node contents vary from plain text to HTML contents. The HTML contents can be either in...
  8. MakeItSo

    LF gets converted to CRLF when writing to XML file

    Hi friends, Not sure whether this is an XML or a VB issue, but I'm having hopes this is the right place. [smile] Background: I need to convert a plain text file into XML. Some of the text portions in the text file consist of one line, some of many, lines wrapped by CRLF. Transfer works just...
  9. MakeItSo

    Hi friends, I am trying to make

    Hi friends, I am trying to make my own little WhoIs lookup application. I understand it would probably be easier to use MSHTML, pass the IP to WhoIs and query the results page. That would be enough to resolve the hosting country and net name. However, I would also like to read the abuse email...
  10. MakeItSo

    XLIFF populate nodes - Advice needed

    Hello friends, I do not yet have any code for the following. I first need advice on how to do this at all first. Problem: I have an XML file, XLIFF to be precise. <source> nodes contain text, <target /> nodes are empty. These files need to be translated using a CAT (=translation) tool. Said CAT...
  11. MakeItSo

    cannot get PsExec command to work from within vb6

    Hi friends, I must be doing something wrong but I just don't know what! I have downloaded PsTools and put the PsExec in my project folder as well as in System32. I am trying to execute a DOS command on a remote machine and I'm trying like this: Dim Serv As String Dim checker As String Dim...
  12. MakeItSo

    Word 2k3 styles transform into Asian; how to find in Styles collection

    Hi friends, I'm having a bit of a problem here: Some of our Word documents get damaged while processing. The formatting still "looks" good, alas it isn't. With "processing" I mean "translating". The translation is done by various freelance translators, who work with a CAT tool (Computer Aided...
  13. MakeItSo

    Exc 2k3 - OWA stopped working, locked by process

    Hi friends, running Windows Server 2003 Standard, Exchange Server 2003 SP2. For some reason, OWA has stopped working; I suspect some Windows/Exchange update as the culprit; can't think of anything else. The problem is that the default website cannot be started. I have re-started HTTP services...
  14. MakeItSo

    Make login to local default

    Hi everyone. I have googled for this but haven't found the right way yet. Problem: I have set up a Windows 2008 Terminal Server which will function as an application server to external users. I have configured the router such that the TS is accessible in the DMZ from the internet via a fixed...
  15. MakeItSo

    DAO QueryDefs collection - weird result

    Hi guys, this is surely a very simple mistake of mine; but I haven't coded in Access for a loong time and don't know why it behaves like this. I've forgotten oh so much... [blush] What I want: populate a combobox with all Queries contained in the current database. How I tried (and failed)...
  16. MakeItSo

    Scrollable DIV - jump to position problem

    Hi friends, I have an ASP page which pulls data from a DB. This data is then displayed in different areas: One is a list of all (or filtered) entries, displayed in a scrollable DIV of fixed size, one is the detail DIV, where record details are displayed. The list entries consist of links, which...
  17. MakeItSo

    Biiiig problem: new W32/Blaster? Same symptoms

    Hi guys, I am currently facing a major problem: Folling a "WTF?" shout of my colleague's, I found that his computer showed all signs of a W32/Blaster infection. An infection that should be utterly impossible despite his Windows Firewall being deactivated because he is running a) Windows XP...
  18. MakeItSo

    Word 2k3; ADO to XLS - field too small error

    Hi friends, once again it is a little thing that gets me stumped. I am trying to read data from an XLS into Word. I am doing so via ADODB; the reason for this is simple: it is a mere test, I will later translate to VBScript and use it in an ASP to write to a web page. Connection functions...
  19. MakeItSo

    Outlook 2k3 - Search across all PSTs problem

    Hi friends, I am trying to accomplish a custom search macro, searching the subjects of mails for a keyword across all currently opened PSTs; Exchange account as well as opened local PSTs. It does work - to a degree. However, it finds double entries. In addition to my Exchange account, I also...
  20. MakeItSo

    RegExp - Match 3 or more - does not work??

    Hi guys, I am stumped by an utterly simple RegEx! [3eyes] This is what I am trying to do: I am transforming a text file into XML for further editing. In this process, I want to protect certain codes, that are all roughly like this: 0B1234. They may be all digits or digits and upper case...

Part and Inventory Search

Back
Top