Continue Button to continue to new window install progression
Hi i am currently designing a program it has only just begun its development but since i am still learning this is a personal project of mine but i was wondering how can i get my Continue button code...
View ArticleMySQLi Where Like syntax
Hello! I have a problem with MySQLi: if ($caut=="CodOferta") $commmand = $connec->query("SELECT * FROM ".$l." WHERE ".$caut."='".$_POST['cautare']."'") or die($mysqli->error.__LINE__); else {...
View ArticleUse mod musicfile from Resource instead of playing from location on pc
I've created a NFO viewer, a small application that instantly runs (no installer/extractor). In this application I got the .NFO textfile working as a Resource file, but modfiles don't work this easy....
View ArticleHow to run Java Applets:
Hello, I have been a 2nd line IT desktop support engineer for 10 years, and now want to switch lanes and move into the programming world. It's new to me and my Java/programming experience is pretty...
View ArticleListview data centered but when clicked selected item left aligned
Hi, I've got a listview with some data and it is currently center aligned from the column.add("",<size>,HorizontalAlignment but once I click one of the listview items the item selected gets moved...
View ArticleListView Problem without saving in DB Acces Using VB 6.0
Hello Guys.. I have a Code For Saving Item in ListView But My Problem is What If My First Column Same BarCode into Example: Barcode QTY 001------5 And I add Another Item Barcode QTY 001------5...
View ArticleListView Problem without saving in DB Acces Using VB 6.0
Hello Guys.. I have a Code For Saving Item in ListView But My Problem is What If My First Column Same BarCode into Example: Barcode QTY 001------5 And I add Another Item Barcode QTY 001------5...
View ArticleListView Problem without saving in DB Acces Using VB 6.0
Hello Guys.. I have a Code For Saving Item in ListView But My Problem is What If My First Column Same BarCode into Example: Barcode QTY 001------5 And I add Another Item Barcode QTY 001------5...
View ArticleJtext field How do i make bigger
HI, Code below for inserting labels and text boxes. The text box "patientNameField " seems to be small when form is launched.Only same size of cursor. How to i make this wider. Also what is the best...
View ArticleLog in System : Change Password
I already have a code for Logging in and Registration. Can someone help me for Change password code? I think i just need to modify the code for log in. The only problem is I don't know how because the...
View Articlealgorithm time complexity big oh-notation
Consider the following algorithm weirdproc on lists: weirdproc (x) = shalf (x) + weirdproc ( fhalf(x) ) Suppose that shalf, fhalf, and + have time complexities that are linear with re- spect to the...
View ArticleVB.net data update statement
Guys i am writing program, in which i have to insert data then update the data and then delete it, now i am able to insert the data, but when i try to update i just retrive the data but when i try to...
View ArticleUnity 4 with Visual Studio Express 2012
Hi I was just wondering if you can code C# scripts in visual studio express 2012 for Unity 4? Ive already did a quick search on google but i couldnt find much. Thanks
View ArticleC++ code crashes at end of program, using winpcap
hey guys im experiencing some really weird conditions, im using winpcap to open a device(network adapter) and send a few raw packets and when im done it should shut down, instead at the end of the...
View ArticleHaving an Issue with vectors and pushback
Here is my code. The program runs, but when I enter selection 2 and type in the name of a game to enter into the array, then enter selection 1, nothing appears in the list. I know it's a small error,...
View ArticleCannot Access Folder or Its Contents in Code
So I clicked on my application in the Solution Explorer of VS2010, and added a new folder called 'Resources'. When I type the code ApplicationName.My. I am not being given my new folder as an option to...
View ArticleSimple question about arrays in methods.
So I get how arrays work. I get how methods work. I don't seem to understand how you combine the two. Say for example in this program I intend to get the sum of the elements in an array. I know it's...
View Articlefriend overloaded extraction operator without namespace std
Just wondering if anyone could point me in the right direction. I have a friend extraction operator that works if i include namespace std; but fails if i do not. can anyone give me a hint? ostream&...
View ArticleHelp with my logic on Temperature conversion console app
I am just starting off learning C#. I am trying to make a simple console application that does temperature conversion. Basically you choose whether you want to convert Fahrenheit to Celsius, Celsius to...
View ArticleAsp.net and reference to activex vb6 dll
Hey folks. I've written a database management system and all is going well but my father is working with me by writing functions and such to a vb6 activex dll that I have referenced. After so I've...
View Article