Is there away to hide your code form bening seen with a resource editor or a...
Hi everyone Is there away to hide your code form being seen with a resource editor or a program like a Im not shore if im saying it right but to decripted the program, what im asking is to ecripted my...
View ArticleVS 2010 Strange code, how make it better?
Hi! I stumbled upon this code in a project Code: private void TextBox_KeyDown(object sender, KeyEventArgs e) { var t = (TextBox)sender; if (t.IsReadOnly == true && e.Key...
View ArticleHelp with GoTo statements and looping
Firstly, I'm new. I'm scripting something that uses FORTRAN and need some help... I believe IF/THEN statements don't work properly here, so I'm forced to use "GoTo" statements. **Goal**: I'm trying to...
View ArticleHow to Copy data from MsExcel and append it to an already existing MsAccess...
Hi, I have an Excel workbook called "Update" that contains data that needs to be copied and pasted to an already existing MsAcces table called "RegularInput". Is there a code that would perform the...
View ArticleContextSwitchDeadlock was detected
So I've never ran into this error before. The title is: ContextSwitchDeadlock was detected. The messagebody is: Quote: The CLR has been unable to transition from COM context 0x9370d8 to COM context...
View ArticleMaintaining Code and It Uses LINQ
Am I in the right forum? I am enhancing an ASP.NET page, but my question has to do with LINQ and getting data from a table, so I hope so... I've never written a LINQ statement before but that's how...
View ArticleUsing expressions in ado/data designer
I was reading on MSDN that one can use calculating expressions in ado/dataset designer ([price] * [stock], for example), but what about when it comes to more complicated expressions that use functions...
View ArticleVS 2012 Update database with another
Hi, I'm a very big problem, and I was lost a lot of hours try to solve that, and can't find a solution. In this application, I have a SQL Compact database, for my comercial agents working "offline"....
View Article[RESOLVED] number of query values and destination fields are not the same
hey got a problem i added to my databse to 2 fields and when i run my programm i get error number of query values and destination fields are not the same Code: ULog = NextID("LogID", "Logs")...
View ArticleBeginner: Error '1004'? Trying to copy formula down a row from the first cell?
Hi! So I'm a beginner/terrible at vba. I'm trying to edit some code. The previous code would paste formulas in three different cells in row 2. Let's say C2,D2,and E2, and the formulas differ across...
View ArticleHow can I tell which version of vba I use?
This should be easy. I use MS office 2010 and I didn't download any upgrade, but I just can't find it.
View ArticleAssigning to array error
In the below Sub what I have highlighted in red works and I do not get any Compiler error Code: Public Sub SaveStreamBuffer(StreamIdx As Integer, StringRecordBuffer As String) If...
View ArticleDetecting Disconnection of USB Serial Device
I am connected to an Arduino board via a USB link. My code catches exceptions when the USB cable is disconnected and any code references the SerialPort object. This works fine, but what is the simplest...
View ArticleNEED HELP! How Do I Get Hex Values To Show up in a TextBox??
Ok So I Need Help Getting The Hex Values("FFOE 7HTS... Etc") From A File To Show In A Textbox?? Please Help Almost Done With My Project!! :)
View ArticleHow to diagnose crash.... Fault Module Name: StackHash_2f16
Hello, I have an app that utilises web browser object to open a (local) html file enter pass that runs javascript(nothing to do with me) that opens/ decrypts another HTML page with links to the...
View ArticleHelp Understanding This Code
The code appears to work most of the time but I am having problems understanding what is going on especially where the MidB function is being used on an array waveChunkSize has a constant value of...
View ArticleVS 2010 Misplacing Button, Textboxes, and Checkboxes
Hi, I am working on a pretty basic calculator and on one of the debugs it messed up a lot of placement of things and size of the form. I restarted Visual Basic still didn't work same thing than...
View ArticleVS 2010 Looping HTTPWebrequest errors
Hey Guys, I can't seem to figure out why my code fails: What i'm doing is looking through a bunch of URLs checking for a string: Code: '// [GET] REQUEST Dim GETRequest As...
View Articlegmail login , get box mails populated and click on all links in side
please help i need this tool for a project am making please
View ArticleBDXL (BD-R XL) for archival?
Background a.k.a. Blah, Blah, Blah Lately I've been working on "cutting the cable" at least in terms of television. I plan to keep cable Internet and between that and my DVD/Blu-Ray library and OTA...
View Article