How to change the date folder created?
I want o ask if there is a code in vb.net can change the creation date for a folder I do some search and found some code in Modify the Date/Time of Folders and Files But it is in vb6 Is there similar...
View ArticleWhat Data Structure does a vector use?
What Data Structure does a vector use? Does it use an Array that increases its size when it runs out of space? Does it use a Linked List? Does it use a Stack?I am talking about the vector that you get...
View ArticleDisconnecting a tcpclient connection and reconnecting
Hi, in my chatprogram there is a leave chat button, if i click on that i want to disconnect my clientsocket and when i click on the reconnect button he should reconnect, how do i do that?
View ArticleParsing Functions in Postfix
I'm working on a calculator and am wondering about parsing functions, such as trigonometric functions, into postfix notation. I currently have order of operations working for multiplication, division,...
View Articlescreenshots of entire form and save to access db.
i was trying to make a screen shot of my working place only but it gets my whole desktop Sub takescreenshot() Try Dim Img As New Bitmap(Screen.PrimaryScreen.WorkingArea.Width,...
View ArticleJava build jar file in eclipse
Im using a Mac, lwjgl, and Java 7 (Execution enviroment: 6). Hey Im trying to build my project and It gives me a message that says: A fatal error has been detected by the Java Runtime Environment, It...
View ArticleJDialog help
What I want to do is have a main JFrame with my application and in addition, if you press certain buttons the jframe will open up a jdialogbox that contains a jeditor pane that displays a website...
View ArticleDecimals Not Going Through?
Hey, I am making a calculator using Visual Studio 2012 (BASIC). For some reason, when a decimal value is entered into the textbox, it is not received. For example, If I wanted to add 10.5 + 2, it would...
View ArticleCentering PictureBox in Visual Studios 2010 C# Problem
Greetings, I am writing a software for work in Microsoft Visual Studios 2010. I am currently trying to place a image of the logo at the top of the software and keep it centered when form is maximized....
View ArticleNew to Programming; Where to Start?
I am an EXTREMELY beginner programmer. I've learned a couple of basics, but I was wondering. If I was to go towards video game programming in the future, which direction would I start looking in? You...
View Articletrying to add images from client to server
I want to add the images from specific folder from client side to the server side
View Articletrying to add images from client to server
I want to add the images from specific folder from client side to the server side
View ArticleImcompatible type error.
public String getResult(){ String s2 = JOptionPane.showMessageDialog(null," is higher than Magic Number"); return s2; } I am trying to return the String value to getResult() method, but it doesn't...
View ArticleAdvice on IF im going in the direct direction
Hey all, first time nervous poster so please bare with me if I am way off with my post, apologies in advance. I am new to computer programming, I have always had an interest however as an avid games...
View ArticlePROBLEM!how can i make a scrolable x-y grid graph in vb6.0?
can ne1 tell me how to make a scrollable x-y coordinate grid graph using vb 6.0??? is there ne option to make a graph in vb 6.0?? or i will hav to make it in photoshop or something like that??? i just...
View Articletask of nth power without math.h
#include<iostream> using namespace std; void main() { double a,d; int b; cout<<"*********nth square********"<<endl<<endl; cout<<"enter number for which power is to be...
View ArticleBeginning Dx10 game dev error
Hello all! I'am reading this book called beginning dx10 game dev by Wendy Jones. I get error when I'am trying to Initialize Direct3D in winmain (line 40). 'winmain.cpp(40): error C2065: 'hWnd' :...
View ArticleNeed Suggession .. How to Start ?
Hi Community, I am really so exited to learn C, but the first problem I have is, I am confused about the names, C, C++, C#, I want to know the difference so I can search for correct content I need. I...
View Articlephp shopping cart
Hi guys, I am currently in the process of making a shopping cart by following this tutorial - http://v3.thewatchmakerproject.com/journal/276/ . I am getting two errors when I follow this tutorial -...
View ArticleMySQL last_insert_id question
I am not sure if this in in the correct area or not. I am trying to do an insert statement into two tables. Table one is the parent and has an auto increment field as the key. The child table is...
View Article