While I am quite sure this stupidly simple (and I think I dealt with it before) my brain is currentlt fried so I am asking for assistance.
On my html/js page I have a simple <span> tag which during actions on the page (no reload or refresh) gets a text value...
From - <span id="eleText"...
I have not rebooted the system each day. I have asked that they do this but I am very sure (in fact they admit) this does not happen. I will try to force one (I have my ways) but also try the powered USB hub. This based on all conditions makes sense. They have several devices running off of...
It is a Symbol LS 9208 scanner.
When it fails it gives a single short beep. This according to the USB beep codes indicates a USB bus communication issue.
I have tried it overnight on another machine (unfortunately he needs it on his main system every day right now) and it works fine. But...
A friend I help out with basic IT at his small business has a barcode scanner setup for when people come in (so they can easily check-in). It is setup as a keyboard wedge scanner, and works for a little while (usually 1-3 days) but then just seems to shut off. Even if I unplug it for a minute...
I have a .Net control that I wrote and have refrenced it and placed it on a WPF window (in a WindowsFormHost control obviously). My control has a load event, that does some basic data retrieval to load a couple combo boxes. However when it loads in the WPF window the event does not fire and...
I am trying to write a report that has a subreport within a subreport. The bigger problem is that the data I need to return for the second child (subreport) is dependant on the data returned by it's parent dataset. This means I need to fetch and return that data set once for each record in the...
I have a control that uses the base textbox control. On the text changed event I do some validation and sometime changed the text that was entered. However when I do this it always sets the cursor in the text box to the beginning of the test (even if the last character was entered at the end or...
Is there any way to use a variable as a column name in a select statement?
Example:
DECLARE
v_col_name VARCHAR2(40);
v_value VARCHAR2(80);
SELECT v_col_name INTO v_value
FROM table_name;
This is of course a valid sql statement, but I do not want the column name selected into the value...
In one of my programs we query a database through COM+ and return a recordset in xml format. The problem also only occurs when more than approximatly 10,000 records are returned. When it runs on a 2003 server the following code generates an error:
try {
http = new...
Is there a way to launch internet explorer from VB.Net and hide all of the standard toolbars? I want to hide the address bar, navigaton buttons and menus. I know this is possible via java script but would not know how to incorperate it into vb.
Currently I am using the following code:
Dim...
I certainly believe that it works for you but for whatever reason it does not for me. I tried all of your suggetions and none did what I expect.
Maybe I am thinking about this the wrong way. I have a picture box and a label on top of it. When I set the background color to transparent I would...
I think I'm just dumb and I have searched other threads about this topic. I cannot for the life of me figure out if and how to get the background of a standard Windows.Forms.Label to be transparent. I looked up the MSDN article but that seems to be only for a form or a user created label...
I am trying to setup and "editable" combobox by overlaying a text box on a dropdownlist. My problem is no matter what I do the dropdownlist is always on top of the text box. I tried using the send to back function and tried resetting the z-order manually in the HTML. What the heck is the...
TOAD's solution does work, but does make it a bit painful in trems of changing your form's layout.
Maybe I am just dumb but the Label1.BackColor = Color.Transparent will not work for me (and I am on a fast machine).
Even Microsoft's solution of using this command...
Try not to laugh at this question but how in the hell do you set a label's backcolor to transparent. I tried selecting transparent from the Web menu of the backcolor selection and it does nothing.
Please take pity on this dumb programer and help out.
Thanks!!
I have a page that has two combo boxes, each has a good bit of data in it that is retreived from a database using a com recordset (I can't use the .Net DataSet). Anyway when a list grows long enough I get an error "Invalid length for a Base-64 char array", after I select a new value from either...
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.