Hi,
I am trying to create a very simple application in vc++ 6.0. I have a c# user control (all it contains is a button btnSomething) as below:
namespace CtrlLib
{
public interface IAcontrol
{
void SetButtonText();
}
public partial class AControl : UserControl, IAcontrol...
Hi,
I am also dealing with excatly the same thing. The child window is visible in my application window but is resizable and movable. This is not something what I want. Any inputs?
LP
Hi,
I need a list of IDs in the where clause of my sql query which is encapsulated in my stored proc. Ex:
....
select * from table1 where col1 in ('a','b','c'....)
...
These values ('a','b','c'....) can be fetched from a dynamic select query whose where clause I am sending as a paremeter to...
Hi, I have a vb application which is run to disable a particular NIC(network Interface Card) when the windows is started. When the windows is shutdown, the program is to detect if the NIC is enabled and disable it, if so.
I would like to know how to call the program when the windows shutdown...
I have cited below an example on doing the same. You can modify the example to suit your condition.
This trigger trgConcat is used on a table Test which has 4 columns namely Col1, col2, col3, col4 all of varchar type. The trigger updates the column col4 with the concatenated string value from...
Use the following:
txtCarAg.Attributes.Add("value", IIF(ObjDataReader("car") is dbNull.Value, "", replace(ObjDataReader("car").ToString(), "*", "'")))
I am sure it will work.
Hi,
My webservice is currently deployed on WIndows 2000 server and runs pretty fine. I am trying to run my webservice on a Windows 2003 server. My webservice tries to write to a eventlog. The code is as follows:
System.Diagnostics.EventLog Log = new System.Diagnostics.EventLog( EventLogName )...
Hi,
We have the VSS installed in the dev server, where our web resides. Since there was a space crunch, we decided to attach a hard disk and move the vss from the C drive to the new E drive. There were no specific instructions by microsoft on moving VSS from one drive to another on the SAME...
Hi,
I am having an asp page where there is a form within which there are some textboxes and some hidden elements along with a few buttons. On clicking on one of these buttons, the form gets posted to another page. When i try to retreive the Request.form collection, I sometimes do not get...
I have a table name d tblAttribHistory. This table contains columns "attribid", "attribtype", "languageid", "attribname", "validfrom" and "orgid". The prmary key comprises of "attribid", "attribtype"...
I am using this code..
Server.MapPath("../../images/designers/" & DesignerPicName & ".jpg")
This picks up the image file from the images/designers folder. Since there are thousands of jpgs in this folder, i wanted to know what could be the possible invalid characters. No...
Hi I am getting this error "006~ASP 0173~Invalid Path Character~An invalid character was specified in the Path parameter for the MapPath method.", while using the Server.MapPath function. Can anyone tell me what all characters are not supported by this function or does Microsoft has...
Hi, That is great!!!. But i need the hour in the other format. i.e. if it is 7:30 pm, it should display 07:30:00 PM and not 19:30:00 PM
Can you get around that?
Pls help its urgent
I need to convert the date from a datetime field of a table in sql server to the format "dd/mm/yyyy hh:mm:ss". Can anyone help me out.
Regards
Lopa
But this does not sound feasible when you have a whole lot of items in the page. I could use the onKeyPress event but what if the user copies and pastes something on the textbox using his mouse.
Please reply asap
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.