I am doing some networking stuff for a small business which already has a pre-existing network setup. They are currently using a switch to connect each PC. Their DSL router is connected directly to a PC that has two NIC's, one of the DSL, and one to Connect to the Switch. All of the PC's have static IP's because they share a program on the above PC.
I tried several things to get the other PC's to be able to get out to the internet...
User Profile
Collapse
-
PC with static IP won't access internet
-
Here is a link to my flash menu http://www.clinicsofnorthtexas.com/NewFlashMenu.html
The two buttons that have drop downs are Careers and Dr Finder. -
i think its because of the flash object. When i shrink up the stage, you can see the drop downs. I don't want a huge space between my menu and my websites content.Leave a comment:
-
-
Help needed inserting Flash Drop Down menu on aspx page
I have created my flash menu, complete with drop down boxes. Published the file so that i can get the html code. But when i try to get the drop downs to work, you can see them. So i make the object taller and i then can see them, but that leaves a big area that is blank. Is there a way to over come this? (this may be a flash forum question) -
VBA Macro in Excel
I am working on a VBA macro in Excel that will copy a sheet move it and then rename it based on what the user enters in a pop up box. Here is my code for the module:
frmShow.Show
Sheets("Jun 09 New").Select
Sheets("Jun 09 New").Copy Before:=Sheets( frmShow.txtCopy Sheet.Text)
Sheets("Jun 09 New (2)").Select
Sheets("Jun 09 New (2)").Move After:=Sheets(f rmShow.txtCopyS heet.Text)... -
ChipR: That did the trick. I very much appreciate your help. I spent all most all day yesterday trying to get this to work.Leave a comment:
-
I have also tried this on a click event:
If (Me.RESC_NAME = "Dr name") Then
Report_CNT.txtT urner.Propertie s.Application.V isible = True
Else
Report_CNT.txtT urner.Propertie s.Application.V isible = False
End If
and that didn't work either.Leave a comment:
-
Help with setting a label to Visible
I have an access data base we use to create reminder letters for our dr's patients. The patients appts are imported into access, a query ran on the data and report is used to make the actual letter. I want to add a custom txt box or label for one of the dr's but want to do it based on the dr's name. Here is the code i have:
If (Me.RESC_NAME = "Dr name taken out for security purpose") Then
Me.txtTurner.Pr operties.Visibl e... -
IF Statements in Stored Procedures
I am trying to use IF statements in a Stored Procedure that would allow me to test for Null values. See Code below:
CREATE PROCEDURE SRS_ARREPORTING
@Phys_Start VarChar(4), @Phys_End VarChar(4), @Loc_Start VarChar(2), @Loc_End VarChar(2),
@Start_Proc_Cod e VarChar(5), @End_Proc_Code VarChar(5), @FC_Start VarChar(2), @FC_End VarChar(2),
@Dept_Start VarChar(2), @Dept_End VarChar(2), @DOS_Start Char(10), @DOS_End... -
-
Ok, Here is my code:
[code=asp]
<%@ Page Language="C#" MasterPageFile= "~/CNTNoNewInfo.ma ster" AutoEventWireup ="true" CodeFile="news. aspx.cs" Inherits="NewsL inks_news" Title="News at the Clinics of North Texas" %>
<asp:Content ID="Content1" ContentPlaceHol derID="cphMain" Runat="Server">
<br />
<asp:AdRotato r...Leave a comment:
-
Help with AdRotator
I have setup the ad rotator on one of my companies pages. I have also setup the XML file just like it shows on MSDN. I have the AdvertisementFi le Property of the rotator set to the XML file in the Apps_data folder. But nothing shows up when I preview the page, and I actually get an error.
The AdRotator CNT_Ads could not find the AdvertisementFi le or the file is invalid.
Description: An unhandled exception occurred during... -
Menu Help
I am using VS 2005 and ASP.NET to create a website. I have created a menu and it is going down the right hand side. Is there a way to make the Menu go across the top in a row?
for Example:
HOME CONTACT LINKS
etc. -
-
VB6 File Flag
Does anyone know how to reset the file flag in VB6 so that I can make a file that writes rows? For example:
Apples
Oranges
Bananas
Grapes
Then after writing "Grapes", goes back to the top and writes:
Apples 5
Oranges 7
Bananas 3
Grapes 6
Then goes back to the top and does it again. -
-
Check for File Existence in VB6.
Can someone please tell me how to check to see if a file exists in VB 6.
No activity results to display
Show More
Leave a comment: