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

    Getting The Full Namespace of an Item

    Hi, I'm new to C# -- but I've been programming for awhile and it's straighforward, so I'm getting up to speed pretty fast. Most of the examples that I'm finding, for the specific task I'm trying to do, are contained within Solution Files for VB.NET. No problem, though, I found a handy dandy...
  2. ryansupak

    Embedding an ASPX in an existing HTML page?

    Hi, There is an HTML page, and it is already in its completed form. There is an ASPX page, and it is already in its completed form. What I'd like to do, is "embed" the ASPX page in in the HTML. Knowing little about HTML, I thought an inline frame would work. However, when I do this the ASPX...
  3. ryansupak

    cross-Domain VPN problem

    Hi, I'm VPNing into Domain A, then using Remote Desktop Connection to connect to a certain server in Domain A. So far, so good. From this server, I can browse the Microsoft Windows Network and see Domain B. I can see the computer I want to get to in Domain B. I can ping the target computer...
  4. ryansupak

    How to make SQL Connection String Revert to Mixed-Mode Security?

    Hi, I'm trying to write an SQL connection string into a third-party application. The SQL database I'm attempting to connect to uses mixed-mode security, and I do not have access to any actual SQL passwords. I'm currently trying to use something like...
  5. ryansupak

    How to make SQL Connection String revert to mixed-mode security?

    Hi, I'm trying to write an SQL connection string into a third-party application. The SQL database I'm attempting to connect to uses mixed-mode security, and I do not have access to any actual SQL passwords. I'm currently trying to use something like...
  6. ryansupak

    Exchange Mailbox is not being created

    Hi, I'm attempting to create new users in Active Directory. When I attempt to do so, it gives me the option to create an Exchange mailbox for the user. It says the mailbox is successfully created, but when I look for it in the Exchange System Manager it is not there. I have also tried...
  7. ryansupak

    Exchange will send external mail but not recv. it

    hi, i'm trying to narrow down where the problem with my exchange 2000 is: accounts can send external mail via SMTP connector, but they cannot receive it. i can track messages from outside to the users (e.g., email from foo@hotmail.com), so i know mail is finding its way at least to the smtp...
  8. ryansupak

    CD for Microsoft Visual Studio 6 Missing

    Hi, at me office we've got Microsoft Visual Studio 6 installed on a few machines, but the installer CD(s) have been lost. :( However, I wish to install VBS6 on my machine. Is it possible to: 1) Copy the Program Files -> Microsoft Visual Studio folder over to my machine 2) Run the same...
  9. ryansupak

    Column-Level Security Control?

    Hi, I know you can set User Permissions at the Table level in Access, but can you set it at the Column level? Thanks in Advance, rs
  10. ryansupak

    Asus Terminator Barebone: Good or Bad?

    hi, i was wondering if the Asus Terminator K7 Barebone kit has a good history of reliability and decent performance. The computer will be used for live audio, so reliability is the most important factor. my plan is to finish it with: Win XP Home Edition (2x) Maxtor 7200 RPM HDs, 40GB 1 GB...
  11. ryansupak

    "access denied" when attempting to copy a file

    Hi, I'm logged on as Administrator (with full security rights) and I'm attempting to copy a corrupted Microsoft Excel file to another directory. I do have adequate permissions for the folder that contains it, but for the file itself, I get an "access denied" error when i try to open...
  12. ryansupak

    Filegroups, Raid Arrays, and bears

    Hi, I've got a large GIS database that is expanding all the time. It's about to be accessible via the web, so speed is a big concern. After running Profiler to determine how people access the data, I noticed that there are basically 3 distinct groups of tables that are accessed simultaneously...
  13. ryansupak

    M Drive, Default Microsoft Exchange Services missing

    Hi, this problem may be of sufficient complexity to require a multipartite diagnosis, so apologies in advance if I don't give enough info right off the bat. Another person was messing around with the Windows 2000 Small Business Server, and he tells me he messed primarily with the DHCP Services...
  14. ryansupak

    filtering by null value in profiler?

    hi, in sql profiler, under File|Properties|Filters, you can set it to filter the output by either Like <argument> or Not Like <argument>. all i want it to do is to ignore any event where TextData is blank. i've tried &quot;Not Like %%&quot;, &quot;Not Like % %&quot;, and &quot;Not Like...
  15. ryansupak

    how to shrink the size of a logfile?

    hi, i have a logfile which is about 2.5GB and i'd like to restrit the size to 50MB. however, under the enterprise manager, it won't seem to let me alter the logfile size &quot;ceiling&quot; to be smaller than the current logfile size. i also tried deleting the logfile altogetherm but that...
  16. ryansupak

    noob q: accessing SQL Console on remote machine?

    hi, i just installed SQL Server on the server machine of my network. now i would like to begin adding data tables and the like, but i don't want to do it from the server machine. i have Administrator-level priveliges on the network; how might i access the console from a remote machine...
  17. ryansupak

    HTML and browser compatibility :(

    hi, i designed some HTML for image catalogueing in a program called 1st Page HTMLEDIT. i tested it in IE. it looked identical in both, and it all worked fine. today, a netscape user called and told me that it doesn't really work in netscape. he's right; not only does it look radically...
  18. ryansupak

    resizing images to fit in available frame

    hi, i've got a frame, the width of which utilizes whatever remaining space there is on the screen. (this amount will change, of course, with different-sized monitors.) this frame contains an image and its corresponding image map. i would like to stretch the image to fill whatever space is...
  19. ryansupak

    opening a picture in the default image editing application

    hi, i've got a page that indexes a few thousand map images. when the filename for the appropriate image is clicked on, it wants to open the image in the browser window. i would like it to open the image in the default image editing program for that computer. so, im assuming my code is like...
  20. ryansupak

    creating relative-position links?

    hi, i'm attempting to create a CD for mass production. the CD will contain a lot of reference images. i plan to create an index file in excel, which i will then convert to HTML. the idea is that when you click on the image's name in the index, the image itself will come up. this would be...

Part and Inventory Search

Back
Top