Vex Star

Vex Star

Computers and Programming

Vex Star RSS Feed
 
 
 
 

Archive for general

VBA question

I couldn’t find the answer googling but I’m not finding what I need to know.
I have a spreadsheet with a command button. It opens a userform that has several combo boxes. The user selects an option for each, and then clicks a command button. I have to run a certain calculation and return the results [...]

Cant see server on network from the workstation

Why the hell can’t I see my Windows Server2008 server on my network while I’m on my workstation? I can see the workstation from the server.
I can’t seem to enable network discovery. it keeps turning off after I enable it. Anyone know wtf is going on?
I tried to google the answer all night but can’t [...]

xbap resources

any website or book suggestions for XBAP?
mainly i’m trying to see some examples of database interaction. i must be putting in the perfect terms to return the most broad result set in google on this topic.
thanks

My mobo died :wtc:

One day when rebooting a windows update it all went to BSOD hell (random errors, never the same each time). Linux will not boot with random IRQ sync errors. Bootable OS on CD will only boot to completion 5% of the time, and then just halt. I managed to run memtest with [...]

Brightkite

Hi,
I’d like to join , but the site currently requires invites in order to become a member. Does anyone have an invite they could send my way?
Thanks!
Brennan

WMV joiner

I am looking for a program that will allow me to combine multiple wmv files. Sure, there are plenty of programs like that out there. But I’m looking for one that has a batch feature. Anyone?

Whats a Good printer to get?

Hey Guys,
I’ve been doing some research on some printers to purchase for a newly formed company.
What we are trying to do is print brochure inserts. We have ordered custom brochure folders already but now we plan to print the inserts ourselves.
What is a good printer for this? a [...]

Got a new monitor and am having a strange problem

So my new monitor I got hates me. Reasons I came to this conclusion are: My resolution(s) don’t fit my screen, I have to move the mouse to the top of the screen to go up and see the top of windows, I have to move the mouse down to see my taskbar and stuff [...]

Photo of my new pagefile.

Yeah bwoiee.
I have no idea what possessed me to do this, but I bought a 300x CF card and a CF-to-IDE adaptor to use it with, then I set it to be my Z: drive and put a 1.8GB pagefile on it. I figured it would benefit from the virtually-nonexistent random seek times that FLASH [...]

HTML META pass values

So I have this bit of code written as a php in html:
echo "<meta HTTP-EQUIV=REFRESH content="0; baud_rate_set.php?check_board=$_REQUEST[check_board]">";
How do i pass it another value that i define (baud_rate=9)?been doing this stuff for about a week, so if there’s any ideas i’d love emecho "<meta HTTP-EQUIV=REFRESH content="0; baud_rate_set.php?check_board=$_REQUEST[check_board]&baud_rate=9">";