Search:
Type: Posts; User: StealthRT
Search:
Search took 0.05 seconds.
-
October 14th, 2020, 12:37 PM
Hey all I am trying my best to get this animation correct. Seems it may be in the JavaScript but not sure.
https://forums.codeguru.com/images/ieimages/2020/10/1.jpg
The movie poster should load...
-
Hey all I am having a hard time trying to find the setting (if there even is one) in order to size each metro tile individually from each other. Currently it changes every tile no matter which one...
-
Hey all I am trying to figure this IGDB api out. I'm sure its powerful but it seems difficult to know what needs to be called and how since they don't have very good examples in their documents.
...
-
October 16th, 2019, 12:12 PM
Hey all I have the code below that changes the background of a cell to either RED or GREEN. It seems that when I comment out the GREEN else code that my excel sheet has all red for each cell box in...
-
August 21st, 2019, 09:40 AM
Hey all I am trying to get my cell to vertical line instead of just being aligned by the left side using POI.
This is my java code:
static CellStyle headerCellStyle =...
-
April 24th, 2019, 08:59 AM
I am terrible at trying to figure out this Regex! It's, like everyone else, doesn't make much since.
The string looks like this:
15:26:04,017 INFO [stdout] (Log4j2-xxxxxxxxx-1) 2019-04-23...
-
December 21st, 2018, 12:43 PM
Hey all I am creating a C++ Dll and it seems that I have 102 errors when compiling BUT none are shown in the code at all! Clicking on an error goes to that line but again, without the red squiggly...
-
December 16th, 2018, 01:35 AM
Hey all I am trying my best to fixed these few errors below. The C++ code is from an Arduino library that i wanted to convert to Visual C++ dll for use in one of my C# applications.
These are the...
-
December 3rd, 2018, 02:27 AM
Can you provide an example?
-
December 2nd, 2018, 12:10 PM
Hey all I am traznslating some C++ code over to C# and I am at a stopping place due to an error that I cant seem to figure out:
My c# code:
public static String inputStr;
public static int...
-
February 7th, 2018, 11:26 AM
Hey all I am new at WPF so here is my question.
How can I change the text in a textblock from my mainwindow when the textblock is in the window named curTemp.xaml?
curTemp.xaml Code:
...
-
February 3rd, 2018, 03:03 AM
Hey all I have the current XAML code in my project:
<Window x:Class="DPF.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
...
-
November 19th, 2017, 02:36 PM
Hey all here is a noob question regarding WPF and controls.
I download the project called FluidKit which comes with a hand full of examples for 3D image effects and just image effects in general....
-
July 14th, 2017, 07:13 PM
Hey all I am trying to convert some VB6 code to VS 2008 via its automated VB6 code converter. Most does well but there are a few that need a touch up.
The touch up is this piece of code:
...
-
March 26th, 2017, 09:20 PM
With changing the key to an array i seem to still get the same base64 encrypted data of 8cbCFENvP39Cp+7wNhH71Q==.
-
March 26th, 2017, 12:58 AM
Hey all I have a question here.
I have code for using AES 256 CBC for Arduino (esp8266) and also for my VB.net app in order for either side to send/receive data and decode/encode it.
Both sides...
-
December 13th, 2016, 12:50 PM
Hey all there is an article on the Microsoft website located HERE that details how to go about creating a chat window like so:
https://i.stack.imgur.com/B3ZXW.png
However, the website is pretty...
-
December 4th, 2016, 12:22 PM
Hey all I am trying to get my flyout box to close on my WPF Page XAML I created:
<Page x:Class="page_Keyboard"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
...
-
Hey all I have the following SQL query that outputs the following:
ID | Name | theRole | THrs | Mon |....| trainH1 | train58 | train52 | train05 |etc......
-
April 6th, 2016, 01:06 PM
I am trying to do the following:
{
"name": "Bob Barker",
"devName": "InformationServices",
"ReturnedData": [{
"level_heading": "blah1",
...
-
February 24th, 2016, 02:54 PM
Found the solution:
Update JSFIDDLE
function parseSql(sql) {
var found = [];
["SELECT", "WHERE", "FROM", "AND", "OR", ";"].forEach(function(word) {
var idx...
-
February 24th, 2016, 10:15 AM
Hey all I have the following code below that I've been working on:
var sql = "SELECT pillers, Balloons, Tacks FROM the_database_file WHERE Balloons != 'small' AND Balloons != 'large' AND Blah =...
-
September 17th, 2015, 11:45 AM
I am wanting to get the count for the matches it finds per work that the cursor is over. Currently this works fine for the standard code that's being used but it highlights words that do not repeat...
-
August 25th, 2015, 01:12 PM
I am looking for a example of how to get information from a WPF .dll (in a drag/drop mode) in my normal WinForm form.
As an example of what I am looking for:
I have yet to find an...
-
February 2nd, 2015, 11:43 PM
I currently am stuck at getting the needed outcome data from my RFID card. I got it decoded but now I need to do a few more things in order to get the final card number off the back of the card.
...
|
Click Here to Expand Forum to Full Width
On-Demand Webinars (sponsored)
|