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

    Calling external exe using cmd (System.Diagnostics) is slow on W2k3

    Hi all I have a very weird problem. I developed the application on XP/IIS5 and everything was fine. When I deployed it on W2k3 server with IIS6 I started getting long delays. The code below runs an exe using cmd and then reads the response back in a local variable. In W2k3 there is always a...
  2. nicsin

    WCF and XML-RPC

    Hi all, I am writing an ASP.NET web app using C# 3.5. I have a requiremenent to expose the business as web services to be consumed by an external XML-RPC client, which was written by another company. I thought about using WCF as this will enable by web pages to call the same services and...
  3. nicsin

    Add Custom Button to GridView's Pager

    Hi all, I've got a gridview control with a pager, which works ok. What I want to do is add a custom button at the same row as the PREVIOUS - NEXT buttons of the pager. The reason is that I have added a template column to the right of the grid with checkboxes. The user will check some of them...
  4. nicsin

    Pocket PC

    Hi all, i am writing an application for a XDAII and I was wondering if there is a way to capture the video from the internal camera and stream it to the server. Any input would be greatly appreciated. Thanks
  5. nicsin

    VB6 Toolbar

    Hi, is there a way to change the font of the buttons of a toolbar control? nicsin
  6. nicsin

    resize popup

    Hello, my code (written in c#) opens a page in a popup. this page contains nothing but an iframe, which in turn contains a page. I am trying to resize the popup from a javascript on this latter page, on hitting a button for example. I have used self.resizeTo and parent.window.resizeTo but...
  7. nicsin

    Java applet - unload

    Hi all, is there a way to trap and process when an applet unloads? Thanks, nicsin
  8. nicsin

    Merge Replication - Custom Stored Procedures

    Hi all, I 've got an sql server which uses merge replication with client laptops for synchroinisation of data. It is working ok but I was wondering if there is a way to replicate stored procedures. I am using the system stored procedure sp_addmergearticle for tables and views but still...
  9. nicsin

    Lose runtime changes - cache?

    Hi, I have a page where there are two cells in a table, a button and a link to another page. When the user presses the button I use a simple javascript to change the values in the cells. That works fine but if the user clicks on the link and leaves the page and then presses the "back" button to...
  10. nicsin

    Recover File

    Helo, I have the following situation: file x.y and m.n file m.n is open and saved as x.y is it possible to recover the previous version of x.y? Any input is greatly appreciated as the file is very important! Thanx guys nicsin
  11. nicsin

    List of Movie Clips

    Hello, can I have a collection of movie clips similar to strings in a listbox? I want to add and remove movie clips and scroll up and down the list. Thanks
  12. nicsin

    Custom control - on_click

    Hi all, I have created in code a visible control and i am trying to apply an on_click event to it with no success my code is Public Sub createItem(ByVal itmName As String, ByVal itmImagePath As String, ByVal itmParent As XPExplorerBar.Expando) Dim itmTemp As New XPExplorerBar.TaskItem...
  13. nicsin

    Field Length

    Hi all, is it possible to read the length of a field in access using sql (JET)? Thanx, Niko
  14. nicsin

    Win XP and IIS

    Hello, I recently bought a laptop with Win XP Home preinstalled but without IIS. How can I install it? Is it tricky or have I overlooked something simple? Thanks a lot!
  15. nicsin

    Detect user/admin priviledges

    Hi, anyone know of a way to detect at runtime if program is running under user or admin priviledges in win2k/xp? vb6 program that is... Thanx Nik
  16. nicsin

    Reverse Engineering

    Hi, we have some legacy code written in C and would like to modify it and further develop it. Does anybody know of any tools that could draw structure diagrams from source code, which will help us understand more about it? Thnx a lot
  17. nicsin

    Redirect

    hi, I have many pages using a certain asp script under certain conditions. I want this script to redirect beck to the sender page when it is finished. Is it even possible? Thnx
  18. nicsin

    Novice question but...

    I have been working on VB and I have been recently assigned to make some changes to a delphi module since they are "similar" according to my boss. I was doing just fine until I met this line of code: settings := settings Or $20; where settings is an integer. Can you please tell me what $20...
  19. nicsin

    Network cable unplugged problem

    we have a network of 3 pcs running win2ksp4... one of them is connected to the internet via a cable modem and the other 2 pcs are connected to the first one via a hub... we all had our networks adapters set to autoconfig/autosense thus the network was at 10mbps... we tried to change that since...
  20. nicsin

    Date Problem

    hi, is there a way to detect the input locale of the pc so that I can manipulate the dates accordingly? the problem is in the following line: myDate = Format(date, "ddd, dd mmm yy") it works for british locale but if I change it to american it throws an error. thnx

Part and Inventory Search

Back
Top