132,725 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for poonam lokhande
Member Avatar for WaltP
0
346
Member Avatar for stepmaster

I was just trying to compile a program from Sams Teach Yourself C#, I've done some before but just changes to an existing program. Now I'm trying to make my own. I get an error on the picShowPicture command. I believe it's in the System.Drawing namespace which I have a …

Software Development vb.net
Member Avatar for gusano79
0
114
Member Avatar for nad_nadi27

hai there!.. need someone help regarding vb 2008 as below!!...huhu 1.how to make connection between mysql and visual basic 2008. 2.how to write insert the query... please3 someone please help me with this.. i goin crazy already...huhuu :sad::S:'(

Software Development vb.net visual-basic
Member Avatar for Begginnerdev
0
121
Member Avatar for stay_alive

Well hello, i'm about to start my little app. The only task i want it to perform is a left mouse click on a button on the browser, IE, Firefox, Safari... I wonder if this can be done as the click will be performed outside the program window or frame. …

Software Development api java windows-api
Member Avatar for peter_budo
0
2K
Member Avatar for neh555

please tell me how to create database in sql server and also give me code for connectivity using visual studio 2008 and sql server.

Software Development vb.net visual-studio
Member Avatar for Begginnerdev
0
90
Member Avatar for whodoes21

Hello. We have been asked to write a program of an event driven simulation in dynamic partition. where we are given a number of jobs with it's given time and job size. the job should remain on the memory until completion (time clocks down to 0). the program should measure …

Software Development queue storage
Member Avatar for Mike Askew
0
315
Member Avatar for rahul.ch

[code]public class StringBuilderConstructors { public static void main(String args[]) { StringBuilder sb3 = new StringBuilder("hello"); System.out.printf("buffer3 = %s\n", sb3.toString()); //written in textbook System.out.printf(sb3); //i tried System.out.println("buffer3=" + sb3); // i tried }} o/p: buffer3 = hello hello buffer3=hello[/code] doubt: The book says toString() gives the string representation an object. That …

Software Development java
Member Avatar for rahul.ch
0
237
Member Avatar for behemothdave

Okay so I am creating a windows form to basically act as a bank ledger for an individual. Pretty simple they must enter the account information, and a beginning balance. The key is the validation, it is really tripping me up. I need to ensure that upon clicking the continue …

Software Development
Member Avatar for behemothdave
0
199
Member Avatar for ab_omid

hi i want to use hibernate in java+postgresql but when i run it receive NullPointerException [code]import org.hibernate.Session; import org.hibernate.SessionFactory; import org.hibernate.Transaction; import org.hibernate.cfg.Configuration; import org.postgresql.Driver; public class FirstExample { public static void main(String[] args) { Session session = null; try{ SessionFactory sessionFactory = new Configuration().configure().buildSessionFactory(); session =sessionFactory.openSession(); Transaction tx = …

Software Development java postgresql session
Member Avatar for ab_omid
0
293
Member Avatar for Alex_2011

Hi, Thank you all for your help. I wrote this code and I want (Combobox2) to show only the cities that are selected from (Combobox1) Example: When (Michigan) is selected from (Combobox1) - (Detroit & Ann Arbor) are the only choices that should be selected from (Combobox2) And When (Ohio) …

Software Development vb.net visual-basic
Member Avatar for Alex_2011
0
94
Member Avatar for sakthi_perumal

Hi All, I am using system function to invoke a jar file in MAC OS. But the jar file path has space in the folder name. [CODE] string arg1= "MyWindow"; string jarFile = "java -jar /Users/User1/Desktop/Sample Java/Demo.jar "; jarFile += arg1; system(jarFile.c_str()); [/CODE] "/Sample Java" folder name has space in …

Software Development c++
Member Avatar for Sam557
0
125
Member Avatar for rafzk

Hello, Iam getting a strange error and I dont know how to solve it. Can you help me? Iam trying to make a dictionaire using BST. [CODE] // Task3.cpp : BST #include "stdafx.h" #include <stdio.h> #include <stdlib.h> #include <Windows.h> #define cabecalho "---------------------------------------------------------\nDICTIONAIRE\n\nEnglish to Portuguese\n---------------------------------------------------------\n" #define color(y) SetConsoleTextAttribute(GetStdHandle(STD_OUTPUT_HANDLE), y); #define LEFT …

Software Development c visual-studio
Member Avatar for rubberman
0
260
Member Avatar for Ismatus3

hello friends , i just need to test the Cx_freeze , i have in a folder /home/user/Bureau/testexe/ two files : Hello.py , its code is : [CODE]#!/usr/bin/python # -*- coding: utf-8 -*- myfile = open('testexe.text','a') print >> myfile, "Hello" myfile.close()[/CODE] and a second file : makeexe.py which contain : [CODE]#makeexe.py …

Software Development python tkinter
Member Avatar for telmo96
0
247
Member Avatar for torkolort

I'm creating a small java program that use some special graphics to draw a picture to a certain format. The program will be run as a jar file, and needs some graphics definitions as arguments at initiation. These definitions exist in a small C# class, and should contain only small …

Software Development c# java
Member Avatar for peter_budo
0
214
Member Avatar for Razer13

Hi, I have been trying to look for some code to add a comment box where people can add or delete comments in my program when viewing items any ideas pls?

Software Development java
Member Avatar for Razer13
0
204
Member Avatar for PrimePackster

I have written a simple program to save details about a maximum of 20 people using structures. But when i run it, gets gives me error....... Here is the code... [CODE]// Hihi.cpp : Defines the entry point for the console application. // #include "stdafx.h" int _tmain(int argc, _TCHAR* argv[]) { …

Software Development c++
Member Avatar for PrimePackster
0
184
Member Avatar for Soft_Buffalo

I have a program I am trying to write. It is very basic but I'm not sure how to implement this specific function. Basically this is what I WANT my code to look like; Date Day Availability 1 Monday Free 2 Tuesday Free 3 Wednesday Free 4 Thursday Free 5 …

Software Development pascal
Member Avatar for pritaeas
0
96
Member Avatar for Icostyle

Hello, I need the answers for these questions please. Thank you very much. 51. What is the major number for LVM DSFs using disk layout 1? A. 32 B. 64 C. 128 D. 256 52. If vg05 has two logical volumes created using the default naming convention, overall, how many …

Software Development shell-scripting unix
Member Avatar for L7Sqr
0
109
Member Avatar for daitkarsachin

Hi, This is my first question on this forum. I am planning to design an application for Voice recognition and comparison and i want to make a choice from java / C#. I dont know much about speech API provided for java/c#. Anybody would please suggest me what language would …

Software Development api
Member Avatar for manjumysore.k
0
245
Member Avatar for poojavb

Hello Friends, I need one urgent help on this topic. I have a database in mysql. The column in table is of datatype time(0) Similarly I have a control datetimepicker in vb.net I have assigned format property as [COLOR="red"]custom[/COLOR] to the control and the CustomFormat property as [COLOR="Red"]HH:mm:ss tt [/COLOR]so …

Software Development vb.net
Member Avatar for poojavb
0
592
Member Avatar for niggz

Hello. I have two tables in a database - Clubs and Players. Each Club consists of 25 players. So a virtual table ClubsPlayers is created. I would like to access this tables row or cell, but I don't know how. As you can access real tables like this: [code=C#] xDataSet.Clubs[1].IdClub; …

Software Development
Member Avatar for thines01
0
146
Member Avatar for Sawamura

How can i get battery status? Any help will really appreciated. Regards Sawamura

Software Development visual-basic
Member Avatar for Jx_Man
0
379
Member Avatar for 47pirates

Hello guys i'm trying to send data to same socket at different times from different java classes. I can easily send the data from one class but after logging in when i try to send data to same socket from another java class ,there is an error. suggest me some …

Software Development java
Member Avatar for 47pirates
0
185
Member Avatar for Johan__

hello. i was wondering if same one can help me with 2 thinks and if you se samthing wrong white the code you can say that 2 so i can fix it. this is my code. [CODE]using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Uppgift_1 { class Product { …

Software Development
Member Avatar for thines01
0
94
Member Avatar for mohamed moamen

i'm use Netbeans i create JframForm and add a panel to it ,and create new jpanel and add components to it like buttons & textboxs ,finally I'm add the panel 2 to panel 1 but the components of panel 2 not appear and their is no errors. "how i add …

Software Development java
Member Avatar for mohamed moamen
0
114
Member Avatar for ajacintha

Hi, I am working on a tool where the user on click of the button opens a URI, takes screen shot and copies the image in a word document and sends the report to list of users. Im now working on invoking a URI from Java application, I am successful …

Software Development java
Member Avatar for ajacintha
0
118
Member Avatar for Cameronsmith63

Good Morning Guys/Gals. Need some help with this. How long does it take to dispose of da and confdt? What im trying to say is, that this function works fine if i execute it every 5 seconds or so, giving it enough time to close the controls, but if I …

Software Development
Member Avatar for Cameronsmith63
0
163
Member Avatar for dellat

Hello, I'm looking for c++ api example for ncurses programming and needless to say that it is not available except 7 part snake game development video on youtube which is a bit difficult for a noob like me to understand. GNU ncurse 5.9 documentation heading states that it has c++ …

Software Development api c c# c++
Member Avatar for dellat
0
599
Member Avatar for mansi sharma

H frnds , i want to donwload yahoo video, [code] Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim myclient As New WebClient myclient.DownloadFile(source, dest) End Sub [/code] I write the yahoo vido url in place of source above,But yahoo vido is not downlaoding,Y so ? …

Software Development vb.net video
Member Avatar for johnsmithtwh
0
117
Member Avatar for Eragah

[B]Hi i wanted to know how to implement a checking system so that whenever my program randomizes a horse it will always be unique. Thanks![/B] [ICODE]import java.util.Scanner; public class Horses { public static void main(String args[]) { String[][] horses = {{"Black ","White ","Gray ","Old ","Young ", "Pink ","Yellow ","Brown ","Orange …

Software Development java
Member Avatar for peter_budo
0
113
Member Avatar for mfas

Hi all, I have been messing around with datagrid styling for a couple of days now, and I am having one issue left which I can not seem to solve. I want to highligt the text of the row on which I hover with the mouse. Well this seems like …

Software Development asp.net vb.net
Member Avatar for mfas
0
2K
Member Avatar for neh555

what is difference between window-application And web-application?

Software Development vb.net
Member Avatar for Netcode
0
144
Member Avatar for Arjun_Sarankulu

I have developed the Server client application(TCP) which works fine. I need to start the server and the client do request and get the desired ouput. I want the server application to run on client machine some what like windows service(when the system boots the services starts). Can anyone suggest …

Software Development client-server
Member Avatar for Arjun_Sarankulu
0
220
Member Avatar for pwolf

""" Write a function to convert temperature from Celsius to Fahrenheit scale. oC to oF Conversion: Multipy by 9, then divide by 5, then add 32. Examples >>> Cel2Fah(28.0) '82.40' >>> Cel2Fah(0.00) '32.00' """ so it says, but i couldn't think of an a way to do so efficiently. But …

Software Development python
Member Avatar for TrustyTony
0
1K
Member Avatar for poojavb

Hello Friends, I need help on the below issue I have two forms -DoctorAppointment -DoctorSchedule the DoctorAppointment form has all the details about the doctor and the patient and one Schedule button which will show the DoctorSchedule form When I click on any value in the DoctorSchedule form like Monday …

Software Development vb.net
Member Avatar for poojavb
0
106
Member Avatar for ChaseRLewis

I'm trying to learn how to use WPF but in the book I'm using it doesn't explain how to expose a custom control to the xaml document in Visual Studio. Visual Studio has some text about including the namespace but I haven't been able to get it to work. CustomCanvas …

Software Development assembly visual-basic visual-studio
Member Avatar for Momerath
0
193
Member Avatar for bhagawatshinde

Hi all, Can anybody help me...How to create insert store procedure in access db with c# windows application.

Software Development
Member Avatar for bhagawatshinde
0
166
Member Avatar for prathapsv3

Hi all, Check this code and please tell me a solution.I have 2 buttons (Pizza & pepsi),the price should display in textbox8 when i click on button, here the price had shown in Textbox8,but it is not getting added with next price when i click second button. [CODE] Private Sub …

Software Development vb.net
Member Avatar for GeekByChoiCe
0
122
Member Avatar for jemz

Hi, I am new in this C#, and i need to know what are the first thing should i know in C#.and what program should i make for the beginners like me. Thank you in advance.

Software Development c#
Member Avatar for jemz
0
211
Member Avatar for Torf

Hello, I do not understand the following parts in bold - how it works, what is is for..etc. I'm not following the book's explanation.. [CODE]#include <iostream> using namespace std; [B] double totalCost(int numberParameter, double priceParameter);[/B] int main( ) { double price, bill; int number; cout << "Enter the number of …

Software Development c++ ios
Member Avatar for MandrewP
0
284
Member Avatar for a1a4a

Hello ! I just downloaded a Dictionary Words list .txt( containing all dictionary words ), every word is on a line. What i need is only words > 5 letters ( length > 5 ). S o i though about making a Visual basic software that delete words < 5 …

Software Development file-system vb.net visual-basic
Member Avatar for Reverend Jim
0
245
Member Avatar for Lowchernhwee

well i check all the web, i still do not know how to save it as a jpg and if possible, load and edit a picture from jpg here is a simple code that i done for drawing...... [CODE]namespace @try { using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using …

Software Development c c#
Member Avatar for zeroliken
0
148
Member Avatar for irfan mustafa

how can i save image with other fields into ms access and retrieve it

Software Development visual-basic
Member Avatar for ChrisPadgham
0
59
Member Avatar for tammy12w

well i was watching a programing tutorial and when i copy the code i keep getting an error saying type of property 'bg' (UIImageView*) does not match type of ivar 'bg'(UIImage*__strong) i'm programing in xcode 4.2.1 in single view controller my code is: @interface ViewController : UIViewController{ UIImage * bg; …

Software Development gaming ide objective-c
Member Avatar for hericles
0
133
Member Avatar for kenth21v

Good Day. I am using VB.net 2010 and SQL client server. I have to make a Weekly Report Manager that stores an Trainees' weekly activity, which would probably be in a paragraph form. I think I can use Textbox (multilined) or Richtextbox for this. But When I tried to store …

Software Development client-server vb.net
Member Avatar for kenth21v
0
3K
Member Avatar for freedomflyer

For some reason, whenever I try to find a slash at the end of a byte string (in this case, base_url which is set to "www.google.com/"), it doesn't seem to want to return that it is or isn't there. However, if I change base_url to something like "www.google.com" where m …

Software Development c++
Member Avatar for freedomflyer
0
205
Member Avatar for rotten69

G'day everyone, I'm doing at a tutorial on Oracle website and still following it so far. I have come across this formatter "%,8d" and can't seem to work out how it works. I know it's adding a coma to the integral number. The thing that I can get my head …

Software Development java oracle
Member Avatar for rotten69
0
109
Member Avatar for moonstar3910

[CODE]import javax.swing.*; import javax.swing.border.*; import java.awt.*; public class ConnectFour { // the grid used for storing the game layout. private int[] [] grid; // the player whose turn it is. private int currentPlayer; public ConnectFour () { // create the grid grid = new int [7] [6]; // initialize the …

Software Development gui java java-swing
Member Avatar for roxin_phoenix
0
123
Member Avatar for thecoolman5

hello, I am writing a variable equation solver. Now to get it to work, i just need your calculator to be able to detect random strings instead of numbers. and when it does, i need to assign a random number to that string and have the calculator solve the problem …

Software Development c++
Member Avatar for thecoolman5
0
220
Member Avatar for thecoolman5

hi, I have this code: [CODE]#include<iostream> #include<cstdio> #include<sstream> using namespace std; int main (char argc) { float n1; char operators; string n2; float n2_act; float ans; cin >> n1; …

Software Development c c# c++
Member Avatar for thecoolman5
0
270

The End.