Display data into datagrid with open file dialog
need help for my FYP....im new in vb i use open file datalog to open file but still i cannot display the data needed into datagrid.. it would be pleasure if someone can help me.. data i plan to use is...
View ArticleChange negative numbers to null
Hello there, I'm newb in C. My problem is I've to make a function with one array which contains 20 positive and negative numbers. Function in this array will replace all negative values with zeros,...
View ArticleTutorial XSLT Transform from XML to XML
Hi, Using MS Access, I will export data into a XML file but that XML doesn't comply with the XSD schema I am given. Using XSLT transformation, I am planning to transform my first XML into a second XML...
View ArticleUser control can't set the enabled property of its elements
I have a user control which is esentially a combination of a checkbox and a textbox. I want it so that if the checkbox is clicked, the textbox be active and otherwise don't. I have this code for the...
View ArticleHow to add event handler to the tab of a TabItem?
I am trying to add an event to allow someone to change the header on a tab item. When someone hits New from the file menu, I want the program to add a new tab with a default header. They can then click...
View ArticleSpeech to text using vb.net
I taught of developing an application to do away with typing with microsoft word (Speech to text) with vb.net and do not know where to start from. I have been programming visual basic 6.0 for a few...
View ArticleError C2259: 'SavingsAccount' Cannot instantiate abstract clas
Hello Everyone, I've been working on this project for a little bit, but have run into a snag. This is a learning project on Polymorphism using different Banking Account types. I have 3 issues that I...
View ArticleJavaFX painting question
I've slowly been trying to migrate towards using JavaFX as opposed to swing. I've read tutorials, coded some basic stuff, etc. I'm not particularly interested in understanding all the CSS FXML yadda...
View ArticleSearch for Elements in ArrayList, Given User Input
Hello, I am trying to write a method that will compare a String (from user input) to elements in an ArrayList. OurExtendedWord(String word, int pos) { this.word = word; this.pos = pos; } class OurList...
View ArticleGet Font Details from a font - File version, Type, Company etc.
Basically, I would like to get the same information from the details tab of a font file. (when you right-click a font file, go to properties, and then the details tab.) I've Googled around and can't...
View Articlechar * enigma
Hello I'm trying to understand how char* works. I searched all the day but I couldn't find a good explanation... When creating a pointer you initialize it with an address,for example: int a; int...
View ArticleTwo form actions in one form
Hi all ! I have problem with my php code. I din't paste all code , because its too big, and only need example answer or where can i foind solution. I just paste how i made my code and what is problem....
View ArticleCustom XNA HLSL Shader Effects
I am attempting to understand how to perform custom HLSL Shader effects and mix them into our existing code. We are using the content library with FBX models, and so I think the models may already have...
View ArticleIm trying to write a program that displays students names,grades,total
#include <iostream> #include <string> #include <fstream> #include <iomanip> using namespace std; #define Rsize 10 #define Csize 5 ifstream inputN; ifstream inputG; ofstream...
View Articleneed to figure out the error in my program
#include <iostream> #include <string> #include <fstream> #include <iomanip> using namespace std; #define Rsize 10 #define Csize 5 ifstream inputN; ifstream inputG; ofstream...
View ArticleQuestion about Arrays
Hello, I have a question about arrays in java... I am trying to take an array and make another array out of it from each subscript. Is this possible? For example, say I have an array called 'numbers'...
View Articleissues with datagridview, table and select statement: vb.net and accex
Hi, I have been trying for the past one week to connect and load a datagridview DatagridviewEmployeeID from a database HumanResourcesDB and EmployTbl to no avail, could someone please help me....
View ArticleMake it print out * when typing somehting in
so i know in some programming languages if you start typing and you set it up in the code so then it will when you lets say type "TEST" it would print out as **** word = input("Enter a word(s) to...
View ArticleI'm A Little Down, Need Input
So after my first project, I realized that I SUCK at figuring out project specs. I am a female programmer, so I'm always trying to go further and beyond to prove my worthiness. I can admit, that...
View Article[codeigniter] The resize function doesn't work properly
I have a form with a file field to upload an image, this image must be resized to fit a space on a page. The upload works correctly, but the resize does't. Here is how I do the resize...
View Article