199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for nitin1

although, i have read C++ books in my past, but as my placement session is there, i just want to have some books from where i can see everything in shortest and concise possible. classes, polymorphism, inheritnce concepts etc like this . any book which u can tell me ? …

Member Avatar for dexblack_1
0
186
Member Avatar for m_ishwar

Hello Guys I am trying to make a game with Tkinter. It involves selecting different options from a set of buttons. I created a root for the window, and am done with all the basic game programming. Its a football league simulator allowing players to select a team and choose …

Member Avatar for Schol-R-LEA
0
223
Member Avatar for mrkm1188

I want to copy a folder structure from one directory to another and keep the folder permissions within the structure. Is there code to use robocopy for this?

Member Avatar for Reverend Jim
0
3K
Member Avatar for Jake.20

Greetings everyone, Can someone help me please on this error, you can also point to me where the converstion of the data type happen. If Not ListView1.Items.Count = 0 Then Do Until iLoop = ListView1.Items.Count lvitem = ListView1.Items.Item(iLoop) With lvitem query3.Connection.Open() query3.CommandText = String.Format("INSERT INTO workout_title_tbl VALUES((Select customer_Id From registered_cust_tbl),@workout_Title,@customer_Workout,@workoutType,@workoutInstruct,@date_Created,@time_Created)") …

Member Avatar for Jake.20
0
533
Member Avatar for carlbutler7

this is code i use to call in a record using a textbox and a button Dim SearchProduct As String = txtBC.Text Dim con As OleDbConnection = New OleDbConnection("Provider = Microsoft.Jet.OLEDB.4.0;" & _ "Data Source = '" & Application.StartupPath & "\POS.mdb'") ' Use wildcard' Dim cmd As OleDbCommand = New …

Member Avatar for GeekPlease
0
647
Member Avatar for Anas Shahid

I Am relatively new to java database accessing.. I need to access an SQL Server database..basically i need to use it in Android but I am trying to create web service in java. can i have a sample code for it?? **Please Help**

Member Avatar for JamesCherrill
0
222
Member Avatar for daino

This is going to look like a very basic question to allot of you but for the life of me I can't find how to do this anywhere on the web. Allot of convoluted solutionsn out there. I simply want to save a textfile as a .html file. Having seriouse …

Member Avatar for daino
0
1K
Member Avatar for jhonsamuel

Hai , In my database's table(table name is 'datas_disp') there are 8 coulmns , they are id, brand_name, time_period, image_path, Shop_name, shop_address, more_info, category. i want to auto-mail all these contents when they reach 30 day.and delete the product from my database, anybody know the scrpt , if yes please …

Member Avatar for jhonsamuel
0
72
Member Avatar for bangla

Hi, I typed the below code in oracle 10g express edition. [CODE]SELECT emp_id, last_name, salary, dept_id FROM employees WHERE emp_id = &employee_num [/CODE] I get an error; ORA-01008: not all variables bound Can you pls help? Thanks.

Member Avatar for Swords
0
106
Member Avatar for shadyreal

Hi Im a student and just started 3D programming 2 weeks ago. I have this problem: I got a working collision detection against models created in Maya. But: The collision is only inside the model, with the normals on the model pointing out as it should be. If I revers …

Member Avatar for shadyreal
0
269
Member Avatar for klemme

Hi all, I have to create a function, that lets users write a newsletter from an intranet, instantly share that on the companys Facebook page wall. The intranet stuff is made, and all fine - just need to post it on the wall too.. Anyone knows what api or plugin …

Member Avatar for klemme
0
392
Member Avatar for pbj.codez

Howdy; I am currently working on a program to review what I have learned so far, in the PCASM book written by Dr. Paul Carter. I have accomplished 3/4ths of my overall goal, however; my program doesn't seem to like me especially the division part of it. The goal of …

Member Avatar for Assembly Guy
0
258
Member Avatar for Szabi Zsoldos

Hi guys, I'm working on a shopping cart and I'm having some difficulties with a concept. Basicly, I remove two articles in a certain condition and it works perfectly. My problem is that I want to redirect the user instantly if these two articles are removed from the cart. When …

Member Avatar for Szabi Zsoldos
0
793
Member Avatar for Shaikerss

I am trying to think of a way to do validation for only positive integers. And this coding should work for around 4 to 5 columns . Can someone help me think of a way to do this and what event handlers do i use?

Member Avatar for GeekPlease
0
173
Member Avatar for ditty

Can any one help me to know about the api which will give the full list of amazon categories.

Member Avatar for ditty
0
201
Member Avatar for Damon88

I am looking for a code snippet which opens a image, creates a clone of this bitmap in memory disposes this opened image so that all handles are closed. Usually we can open a bitmap using this [CODE] Dim MyBit as new bitmap("C:\Image file.bmp") dim ClonedBit as bitmap = MyBit.clone …

Member Avatar for dwimage
0
2K
Member Avatar for sonicx2218

So I'm using mediabox which creates lightbox Iframes. I've modded it quite a bit, and there's just ONE last thing I want to accomplish. When the "popup" occurs, my site is still loading in the iframe; the process looks unproffesional. I have 2 key pieces of code, and I was …

Member Avatar for sonicx2218
0
366
Member Avatar for tazeen_muzammil

Write a function that, when you call it, displays a message how many times it has been called: "I have been called 3 times". write a main program that calls this function at least 10 times.

Member Avatar for Schol-R-LEA
0
332
Member Avatar for tony75

Hi Anyone know why this program not work?I wonder if I use right usage? import os import optparse import mechanize import urllib import re import urlparse from _winreg import * def val2addr(val): addr = '' for ch in val: addr += '%02x ' % ord(ch) addr = addr.strip(' ').replace(' ', …

Member Avatar for kwheeles
0
248
Member Avatar for GeekPlease

Good day folks, lines = IO.File.ReadAllLines(txt_Source.Text) I have here a line of code which reads a text file and save it to an array, It works well. But I wanna ask if there is anything like this code that can be use to read a excel file? Something like this …

Member Avatar for GeekPlease
0
691
Member Avatar for phaea

I've spent a good few hours trying to find the answer to this, even though it seems simple. I know that this error is usually a result of a quote being wrong, but this is the first time I've used PDO and I've tried various combinations of quotes, using BindParam …

Member Avatar for phaea
0
866
Member Avatar for spyros.lois

Hi, I'm looking to find out how to force a refresh on a datagrid in a windows app. On a mainForm the user clicks a button to add a new record. This opens a new window. When the user has entered the data they click save and close which should …

Member Avatar for GeekPlease
0
161
Member Avatar for lexaeterna

is there a way to transfer the values of an excel file to a control in vb application (eg datagridview)? if there is, can you also selectively import values by specifying a cell number? it will be a great help. thanks :))

Member Avatar for GeekPlease
0
485
Member Avatar for wauspe

int my_filewrite(char *question) { char filename[100]; int fd; printf(question); scanf("%s", filename); if (strlen(filename) > 100) } return 0; please can you help to find potential vulnerabilities in this code? Thank you.

Member Avatar for Ezzaral
0
170
Member Avatar for Jorox03

I am try to populate a JComboBox with the days of a particular month and year. I researched the problem and came up with this: public void actionPerformed(ActionEvent e) { //code to respond to the buttons goes here if ( e.getSource() == cmbMonth || e.getSource() == cmbYear ) { cmbDay.removeAllItems(); …

Member Avatar for Jorox03
0
220
Member Avatar for visweswaran28

Hi, Assume I am having following set of textbox controls in winform. 1. txt_subject1 with Alais "S1" 2. txt_subject2 with Alais "S2" 3. txt_subject3 with Alais "S3" 4. txt_totalCredit with Alais "T1" I am maintaining all the formulas in xml file. So that If anything changes in formula, no need …

Member Avatar for N4JRY
0
152
Member Avatar for xxmp

Hello I made a site and i would like to update it at a server. I am from greece. Do you know which is the cost per year and a good and not very expensive server? Thank you

Member Avatar for peter_budo
0
174
Member Avatar for sidyusuf

hi, i have an application with several many forms including login and mdi forms... What i need to do is to store the loggedin users logs like which user open a particular form at what time,from which ip or system,what he/she INSERT,DELETE and UPDATE or any other kind of related …

Member Avatar for Reverend Jim
0
681
Member Avatar for RekaRajagopal

hi i am using visual studio 2008. and sql server 2005. now my doubt is how to connect the mdf in asp.net application with C#.??? am using design in web form in asp.net applicaton with C# can any body ask ??/ how to connect the database and how to connect …

Member Avatar for BMXDad
0
972
Member Avatar for sgubu

-- phpMyAdmin SQL Dump -- version 3.4.5 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: May 29, 2013 at 04:31 PM -- Server version: 5.5.16 -- PHP Version: 5.3.8 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET …

Member Avatar for diafol
0
2K
Member Avatar for rubai

I have developed a theme in wordpress. When I go to home page tab it shows "page not found" at the title. But it shows all contents of home page (index.php). If I create a page named "Home" then it shows the page content instead of my index.php contents. I …

Member Avatar for rubai
0
212
Member Avatar for Jacklittle01
Member Avatar for JeoSaurus
0
144
Member Avatar for dstoltz

Hi Folks, I have a web application developed in Classic ASP. After the user successfully logs in, the "main page" of the application stays on the screen (all other functions are done in DHTML/CSS pop up windows). The main page contents are updated with jQuery, so the page never physically …

Member Avatar for dstoltz
0
258
Member Avatar for Jacklittle01
Member Avatar for vegaseat
0
370
Member Avatar for pbj.codez

Howdy; I have been studying on my lonesome, in hopes of becoming more in touch with assembly, and feel that I have been doing pretty well so far. However, I do have a few questions, including: - What is the major/minor differences between a signed, and unsigned number? When do …

Member Avatar for ShiftLeft
0
136
Member Avatar for heftor

Hello The meaning of **this.id** is self explanatory: element with currently focused on ID, but due to the abundance of the word "this", it is very difficult to find it in online js references, like w3schools. could someone post a link to the explanation of this id somewhere on the …

Member Avatar for heftor
0
119
Member Avatar for soft_coder

Hi, I am using the following method for removing HttpRuntime Cache: HttpRuntime.Cache.Remove("Key"); But some times this code is not working. Any kind of help will be appreciated.

Member Avatar for davidkroj
0
197
Member Avatar for abra_ka_dabra

I am trying to read a CSV file having no. of rows=row and no. of columns=col by the following method: public static String[][] FileIntoArray(int row, int col, String FileName){ int Filerow=0; int Filecol=0; String line; String[][] FileArray= new String[row][col]; File file = new File(FileName); try{ BufferedReader bf = new BufferedReader(new …

Member Avatar for JamesCherrill
0
257
Member Avatar for london-G

Hello Daniwebers, I have my login form inwhich I read the value in mysql table to identify whether the password match with the role. I have on combobox with different roles(director, assistant...) which I have filled in manually. It does the work but I would like to do something else …

Member Avatar for JamesCherrill
0
160
Member Avatar for snybhandari

" {company.entryDate} In Date(" + string.Format("yyyy,mm,dd", txtStart.Text) + ") To Date(" + string.Format("yyyy,mm,dd", txtEnd.Text) + ")"; this is ASP.NET C# coding for generating report between two dates. this is giving me this error : "The ) is missing" pls help..

Member Avatar for snybhandari
0
152
Member Avatar for dualresh

Hi there! Im studying web aplication development and I was looking arround the Internet for information about game development in browsers as im interested in that area, however, I didn't found much that could help me advance in this so I decided to ask in this forum in order to …

Member Avatar for Simon180
0
350
Member Avatar for maxpaine69

HI all, anybody know ho to put globalization inside a menu that is created from a DB. Can anybody tell me how i tranform a string to code? best regards

Member Avatar for maxpaine69
0
104
Member Avatar for eos.paks

Good Day, I would like to ask some Help regarding on Changing Wallpaper of a Form Using a Dropdown List, and if possible that it have NO Button to change when the user Choose a list it instantly Change the Wallpaper of that Certain Form. Your Response is Highly Appreciated, …

Member Avatar for GeekPlease
0
119
Member Avatar for nickp87

Hi all, most likely a basic question but i know nothing when it comes to php. Basically i have all my php files and database set up for my login and registration but i am at a loss on how to incluse it into my html website. I have tried …

Member Avatar for diafol
0
166
Member Avatar for mahesh113

How come the output of this program is 1413, I expected it to be 1414. (i + 1)->value() should have called R::value(). is n't it? #include<iostream> #include<vector> using namespace std; class Q { public: Q(int n = 0) : m_n(n) { } virtual int value() const { return m_n; } …

Member Avatar for Lucaci Andrew
0
168
Member Avatar for prathiyus

Hello all, im quite new to network programming,im writing c code which dealt with transferring files using TCP over Sockets, In my code,client sends the header information(information about the file ) to the server ,the code works fine but received file size is sporadically a small than the file that …

Member Avatar for rubberman
0
204
Member Avatar for rahul.gour

Public Function FTPFileTransafer(ByVal Host As String, _ Public Function FTPFileTransafer(ByVal Host As String, _ ByVal User As String, _ ByVal Password As String, _ ByVal Serverfilepath As String, _ ByVal LocalFilePath As String) As Boolean On Error GoTo FTPError Dim intFTPConnect As Integer Dim intFTPPutFile As Integer FTPFileTransafer = False …

Member Avatar for tinstaafl
0
255
Member Avatar for ceeandcee

I am trying to add the Facebook Comment plugin to my site. http://www.ourhometown.ca/hockey/nhl/NHL0017.php When you visit the link in Firefox you get the above URL. If you hit refresh, you get something like: http://www.ourhometown.ca/hockey/nhl/NHL0017.php#.UbAQAth230c This lack of a static url will cause issues for the site. Does anyone know how …

Member Avatar for cereal
0
223
Member Avatar for sagngh8

Is it possible to create directory with permission(domain users the IIS user account)while deploying the asp.net mvc application.I need to be able to create directory for image upload with appropriate permissions(only domain users should be able to modify it) while deploying the web applications. Is this possible? Thanks, S.

Member Avatar for LastMitch
0
349
Member Avatar for on93

The program can run , but after i insert the user detail and go to refresh the dataTable i get this error msg "This database cannot be imported " Imports System.Data Imports System.Data.SqlClient Public Class frmMain Dim con As SqlConnection Dim cmd As SqlCommand Dim adapter As SqlDataAdapter Private Sub …

Member Avatar for LastMitch
0
794

The End.