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: *

  1. chennaiprogrammer

    windows XP pro - simple network question

    I have 10 windows XP pro computers connected on a network LAN and their internal IP addresses are 192.168.0.1 to 192.168.0.10 Now I need the computer having IP address 192.168.0.5 to access ONLY 192.168.0.2 and 192.168.0.4 and no other computers ? For all other computers no access...
  2. chennaiprogrammer

    how to backup ms sql server database without data

    If I want to take a backup of an sql server 2000 database (everything the stored procedure, table definitions etc ..basically everything) EXCEPT the stored data what TRANSACT sql should I use ?
  3. chennaiprogrammer

    Visual basic 6 - linking to a dll file ?

    I am wanting to integrate a custom dll into my Visual Basic 6 and the steps given are (1)Add MRTLib.h and MRTLib.dll to a project. (2)Implement LoadLibrary() Win32 API function to load “MRTLib.dll” (3)Following (2), get function pointer address for each function of the DLL with...
  4. chennaiprogrammer

    using vc++ to create a .exe without the need for dot net runtime ?

    Hello All I need to compile a .exe using VS 2005 express edition vc++ and that .exe should work on windows 2000 and windows xp computers and IF possible even on win 98 WITHOUT requiring users to download the DOT NET runtime ? Is it possible ? If not does that mean that the minimum size a...
  5. chennaiprogrammer

    c# activex - System.Security.SecurityException: Request for the permi

    I create a simple activex dll using c# the snippet of code is ============================== new FileIOPermission(PermissionState.Unrestricted).Assert(); string[] str=Directory.GetLogicalDrives(); int len = str.Length; for(int i = 0...
  6. chennaiprogrammer

    How to create a internet explorer tool bar using c# (sharpdevelop)

    I am using sharpdevelop IDE HOw can I develop internet explorer toolbars using C# ? Will the tool bar work in windows 2000 computers too ? longshot: Will the tool bar work in win 98 ?
  7. chennaiprogrammer

    How to hide datagrid parent node ?

    Please see http://www.data-entry-bpo.com/tek-tips/ I want to hide the parent node and display the content of datagrid directly is it possible ?
  8. chennaiprogrammer

    displaying data in a neat presentable format ?

    What are the options that I can use to display data using c# ? Suppose we need to display data in rows and columns and I need to have individual control over the colors and etc used for each and every single cell of data what I should use ? Should I use datagrid ? if os is it fully...
  9. chennaiprogrammer

    What is this application and how to even start to create like this ?

    I had posted this earlier at the VB6 forum but now Im posting it here I have working knowledge of vb6 and c# Please choose "member sign in " on the page http://www.shutterfly.com/ sign in using aldenviv@gmail.com / 123456 Please click on "add pictures" Create a album "My first album"...
  10. chennaiprogrammer

    What is this application and how to even start to create like this ?

    I have working knowledge of vb6 and c# Please go to https://www.shutterfly.com/secure/sign_in.jsp?http=www.shutterfly.com&tag=SFLY,WEB sign in using aldenviv@gmail.com / 123456 Please click on "add pictures" Create a album "My first album" Then click on "Next" and again please click on...
  11. chennaiprogrammer

    reading file using c#.. truncates first character of every line

    private System.IO.StreamWriter sw; private System.IO.StreamReader sr; string path=@"E:\projects\file1.txt"; void MainFormLoad(object sender, System.EventArgs e) { sr=File.OpenText (path); listBox1.Items.Clear (); while((sr.Read ())!=-1) { listBox1.Items.Add...
  12. chennaiprogrammer

    maximum number of connections ?

    Now I have heard that windows xp professional limits concurrent connection to a maximum of 10 So suppose if on A LAN, I run a proxy server on a win xp pro computer then does that mean that only 10 concurrent connections can be made via the proxy server to the internt ? If so why do many...
  13. chennaiprogrammer

    compacting messages

    windows XP sp2 outlook express 6.0029..... Once every 100 times outlook express is opened there is a automatic compaction process which starts compacting outlook express folders 1) It crashes the system every time and i had to restart the system but many of my messages are gone !! 2) How to...
  14. chennaiprogrammer

    A7V266-MX , says cannot find viagfxk.cat - VIA/S3G KM400/KN400

    Windows 98 SE Once I click on setup.exe to install the video driver for ASUS- A7V-266- MX mother board. The message says " cannot find the file find viagfxk.cat ?? ALso the video shows "VIA/S3G KM400/KN400 " as its identification?
  15. chennaiprogrammer

    special socks 5 proxy server for linux ? is it available e?

    I need to have the following setup is this possible ? There are about 15 computers in LAN ONE computer will act as the gateway to the internet ALL other 14 computers will access the internet via THAT gateway computer all 14 computers will run windows XP The gateway computer will run LINUX...
  16. chennaiprogrammer

    ms access report and page setup

    MS ACCESS : Problem in controlling the width and height of the report in preview. A report is to be generated based on a form. I generated the form then created a report. Report’s design view width= 8.5833" and height = 20.3333” But when I opened the report, the report page appeared as...
  17. chennaiprogrammer

    visual basic 6 without database

    what are my options 1) I need to create a visual basic 6 application to store and retrieve user data 2) should I absolutely use ms access 2000 ? if so shouldn't the computer running the end executable .exe need ms access installed in it too ? 3) or is there any alternative like a built in...
  18. chennaiprogrammer

    ms access copyright notices and nag screens ?

    How do I embed copyright notices and nag screens into Ms access 2000 forms ? I plan to incrementaly give access to my Ms access application both as trial version and full version I want the trial version to have copyright notices and nag screens ? what are the best ways of doing this ?
  19. chennaiprogrammer

    Macromedia flash MX professional 2004 - invalid page fault ?

    o/s - win 98 se IE version 6.02xxxxx -------------------------- I downloaded and installed MAcromedia FLASH MX professional DEMO version The installation proceeded excellenty without a hitch but when I tried to run it it says "This program has performed illegal operation&quot...
  20. chennaiprogrammer

    windows 2000 - screen flicker problem - advanced

    system specs:- windows 2000 + latest service pack 4 + all critical updates..basically the latest from windows update:- I log in using administrator problem :- monitor screen flickers.. so to change refresh rate of monitor to something higher... but I get only the following screen when I...

Part and Inventory Search

Back
Top