I know there are shareware/freeware applications for natively viewing JAR files on Windows desktop machines (I use a few nice flavors of them at home). However, some people on my team don't have admin access and can't install said tools on their machines at work. It would be nice to use the...
Here's the scenario:
"Table 1" has INFO and SOURCE and DESTINATION address
"Table 2" has address and name (essentially a lookup table)
I need a SQL query that will give me:
INFO SOURCE_NAME DESTINATION_NAME
Essentially, I need to lookup the name for both the SOURCE and DESTINATION address...
I'm relatively new to C so I appreciate your assistance for my novice question.
I have a struct pointing to some data. Let's say...
typedef struct
{
unsigned char var1[6];
unsigned char var2[6];
} MY_STRUCT;
Now, I'm pointing this struct at some hexadecimal data.
MY_STRUCT...
Can anyone clue me in as to why some VBA code uses "--" before a formula? Example:
num = Evaluate("=SUMPRODUCT(--(B2:B5=H4"),--(C2:C4="))
~I'm splicing code pieces together so don't worry if the ranges/parentheses don't quite match up
Thanks in advance!
************
RudeJohn
************
Background: I'm a decent Java and C programmer but rather new to VBA programming and having some definite trouble understanding the concepts. The tutorial(s) I've found have been absolutely dreadful. If anyone has suggestions for a good place to start, that's great.
Next, how do the ranges...
We're currently creating XML from Java Business Objects (but this isn't a java question). We need to display that XML to the user in the browser in a print-friendly way. Is there a way to display n rows of the XML, repeat a header, and then display n rows again? We'd like it to appear in a...
I have two machines, let's say Source and Target, both WinXP or Win2K.
I want to create a network share on Target, such as C:\share, and call it "share". Then I set its IP address to 192.168.0.200.
I connect the two machines via crossover cable.
Then I want to go to Source, set its IP...
I have a rather complex question... thanks in advance for anyone who can help me architect a solution. I'm not looking for anyone to write the code for me... just general advice on what APIs to use and how to tackle this logically:
- Machine can have up to three network connections (wired...
All my text boxes in Powerpoint have this strange and terrible-looking auto indent. The first line of text is all the way to the left, but every subsequent line is indented. I want ALL the text to begin all the way to the left.
I have tried right-clicking and checking the text box settings...
I have an application (VB exe) that spawns a few different other applications, both exe and vbs. Example code:
returnValue = Shell("myfile.exe locationParameter")
.
.
//other important code
The problem is, I do not want to run "other important code" until the myfile.exe has finished what it...
The code below is in a *.vbs file. I'm running the same code in WXP, W2K, and W98. It works in WXP and W2K, but not in W98. I run this code via a batch file designed to capture the exit code:
Dim WshShell, OSVer, objIE, objShell, fso, oArgs, temp1
'Set oArgs = WScript.Arguments
Set WshShell...
Sorry for the n00bish question. Still trying to kinda teach myself the language.
My application is a standalone *.exe doing some file manipulation and is creating a text file. At the end of the program, I want to OPEN the text file (not for writing to it... I want to literally open it in a...
I'm trying to write an application to read contents of folders, then create a text file with specific data about these folders. First, I need to input the user's preferred location.
I have limited off-and-on experience with Visual Basic over the years. I've searched on MSDN and on some...
Hello everyone... been awhile since I've been on... sorry for not lurking and helping out but my job switched to a non-technical job (temporarily). Oh well.
I'm currently trying to combine 2 distinct web application into 1 application. And, I'm trying to figure out a clever way to account for...
(a) I'm new to VBA programming (mostly Java background) and I was wondering if there was a good "tutorial" starting out. The context of my work: I'll be doing text manipulation, mostly. I will be pasting worksheets in from other workbooks and I'd like to create Macros that will manipulate the...
We are trying, from either an ASP or a VB COM client (VBScript) to attach a cookie string into an HTTPS request. This is a persistent cookie, not one that we pull out of the session, but we need the server receiving the POST to read it just like a regular cookie. It is an HTTPS request, in...
I realize that this isn't the JSP forum, but what I'm doing could also be the same/similar code in Javascript... and I'm not getting much response in the JSP forum... (kind of urgent... I need to have it solved by Close-of-Business today) :) :) :)
TIA for all you saints who can help me,
I...
Hey all,
I'm very rusty in JSP (Haven't done it in a year or so), and Google didn't help much here...
I have a URL. I need to post XML to that URL. Then, the URL will send a response XML to me. I need to display the XML for the user (in its entirety... no parsing needed).
Anyone have the...
Our application needs to use a proxy server to do an HTTPS post to a third-party data vendor. The application is nearing launch date, and all the Googling in the world hasn't helped us yet... I was wondering if anyone here might be able to send me in the right direction. Here's what we're...
Our application needs to use a proxy server to do an HTTPS post to a third-party data vendor. The application is nearing launch date, and all the Googling in the world hasn't helped us yet... I was wondering if anyone here might be able to send me in the right direction. Here's what we're...
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.