492 Topics

Member Avatar for
Member Avatar for SimonVic

I am trying to develope a banking program using vb. But I've never seen one so I don't know what it looks like. Can somebody help out please??

Member Avatar for rproffitt
0
226
Member Avatar for brainne
Member Avatar for jacobsonsanjay
0
286
Member Avatar for jeffrey_4

Here I am, I am a jr. Programmer (I am a High schooler and future major in Computer programming) I currently have 3 projects going on [BeffsBrowser](http://www.beffsbrowser.codeplex.com) (My main one the biggest)[ BeffsDocs](http://www.beffsdocs.codeplex.com)(Second) [BeffsBrowserOS](http://www.beffsbrowseros.codeplex.com)(In Planning Development Stage) All are free and open source projects....If you want the full/complete project you …

Member Avatar for Reverend Jim
0
213
Member Avatar for RikTelner

That might be quiet strange question. Would any of you tell me basic teachings about your life? Something as if you would be thinking like "Oh darn, if I just knew 30 years ago to do that, life would've been much easier!", or "Crap, why didn't I do this in …

Member Avatar for diafol
0
427
Member Avatar for shahriar2403

I made a little app using access db in my computer, and also make an exe file of that. The db location is on c drive. Now i took only the exe file & and the db to another computer. I put the db in c drive there too. but …

Member Avatar for Shubham_4
0
2K
Member Avatar for Waldis_1

In real life, what is the difference between C# and Visual Basic?. I want to make an application to handle data from a database and I was told that C# is much better, I need advice. Thanks in advanced. Waldis Portes

Member Avatar for overwraith
0
293
Member Avatar for francissumi

Hi all expert, Need help here. RS.Open "Select * From TABLE where Box_ID = '" & BOXID & "' Order By CASE_NO ASC", con1, adOpenDynamic, adLockOptimistic Set DataReport.DataSource = RS DataReport.Sections("section1").Controls.Item("Text1").DataField = RS("BOX_ID").Name DataReport.Sections("section1").Controls.Item("Text2").DataField = RS("LOT_ID").Name In my program i am able to printout the data field. But how can …

Member Avatar for francissumi
0
2K
Member Avatar for Kadian

Write a python program called mystery that should ask you to enter the last digit of your cell phone number and also ask to enter your birth year. (Hint: Use the input command but be mindful that the value entered is a string.) a. Multiply the cell phone digit by …

Member Avatar for hericles
0
94
Member Avatar for Sn

hey guys i have a code for auto generation of id in my project... when i add another id the number repeats itself... i recently tried to change the code and then the save codeing didnt work... so i went back with the old one... a lil help pls... Dim …

Member Avatar for Reverend Jim
0
8K
Member Avatar for hazelkahn

Basic Arithmetic Game: In this exercise we will program a game to help kids learn integer addition and multiplication. When the program starts the following menu will be presented to the user: Choose the level of difficulty: 1. Easy (numbers will be in the 0 - 10 range) 2. Medium …

Member Avatar for gusano79
-2
222
Member Avatar for hazelkahn

EXERCISE 1 Suppose that nValues and dValues are functions of one argument (the termindex)that return the ni and di of the terms of the continued fraction. Define the function cont-frac such that evaluating cont-frac(k) computes the value of the k-term finite continued fraction. Check your procedures by approximating 1/φ using …

Member Avatar for gusano79
-3
171
Member Avatar for hazelkahn

Write a function sin Left(a, b, k) that estimates the area under the sin function in the interval from a to b on the x-axis (where a≤b) by dividing the interval intoksub-intervals and adding up the areas of the rectangles in each sub-interval. The height of a rectangle in a …

Member Avatar for JamesCherrill
-2
155
Member Avatar for Reverend Jim

I can't take it anymore. At first it was only occasionally. Now it seems that every time I turn on the TV someone else is doing it. Doesn't our school system teach English anymore? I am referring, specifically, to pronouns. At least three times today I have heard expressions like …

Member Avatar for Reverend Jim
7
5K
Member Avatar for Olanrewaju_1

Hi everyone! i am currently working on a project that involves a mssql 2012 database. i have some table columns that i want to calculate and get the amount saved in the total column. And at the same time, i want to be able to display the table with datagridview …

Member Avatar for Santanu.Das
0
352
Member Avatar for Narue

Just for fun, I wrote up a quick tutorial for basic assembly. At present, it's only in the form of a PDF document, but I'll eventually get around to adding it to my website.

Member Avatar for The Old Man
19
2K
Member Avatar for jay_13

to obtain principal amount and time and calculate simple interest as per following rate of interest?

Member Avatar for cereal
0
50
Member Avatar for ladynjb22

I would like to know if any one know what are the steps of setting up code for CPU Scheduling. I must develop a simulation program for CPU scheduling. -First I have to use FCFS(first come first serve) algorithm that will read the first number that me or anybody put …

Member Avatar for Neha_15
0
1K
Member Avatar for CORKINSCS

I WOULD LIKE TO MAKE A NUMBER CREATED, WHEN USING COMMAND BUTTON, TO TRANSFER NUMBER FROM ONE CELL INTO THE ONE SELECTED. FOR EXAMPLE BELOW. Private Sub CommandButton1_Click() Range("D2 SHEET4").Value = Range("c21") End Sub IS THE EXAMPLE OF WHAT I AM TRYING TO ACCOMPLISH. I WOULD LIKE THE INFORMATION IN …

Member Avatar for Nutster
0
189
Member Avatar for ship69

Hello Can anyone here recommend a good alternative to DropBox? I run a small team of family members on a personal project. We have been storing data on DropBox. Unfortunately we keep running out of memory for storing documents & photographs on DropBox. (i.e. 2GB is not enough!) Background: - …

Member Avatar for Reverend Jim
0
388
Member Avatar for lithium112

For my angular controller I have: app.controller('AdminCtrl', function ($scope, $http) { $scope.data = { Name: '', Password: '' }, $scope.login = function (data) { $http({ method: 'POST', url: '/login/postlogin', data: JSON.stringify({ data: $scope.data }), contentType: "application/json", dataType: "json" }).success(function (data) { alert('success!'); }).error(function (error) { alert(error.message); }) } }); For …

Member Avatar for lithium112
0
214
Member Avatar for getanshub4u

Any good beginner books on python? I want to learn python easy and fast.I have coded some basic programs in c,c++,Java. Wanna learn python for scripting in linux.

Member Avatar for dewhales
0
436
Member Avatar for prashantkaushal

Hi there, yesterday I tried a very basic cgi program, which comes with xampp 1.7.1 in cgi-bin directory. but my browser said: "You don't have permission to access the requested object. It is either read-protected or not readable by the server." The perl code is : [CODE] #!"C:\xampp\perl\bin\perl.exe" print "Content-type: …

Member Avatar for Samuel_6
0
7K
Member Avatar for Marco_3

0ello I'm trying creating a triangular mesh from png. How can I extract the basic information from a image contour to create a mesh? I used opencv module in order to extract the contours . On xyContour variable I have essentially a path, but with a path I think that …

0
729
Member Avatar for iansane

Hi, I am writing a program to read from a file. I want to ask the user for the file name to open. I have tried to use the basic open file code from cplusplus.com and it won't work unless I specify the file name in the code. If I …

Member Avatar for Jaja19
0
17K
Member Avatar for waseem1345

Hello, I need someone that have a good knowledge about any web language to help me create some simple "blank" webpage, it won't take a lot of your time, maybe 5 minutes.. it's very simple and basic.. If you want to help, please send me your facebook profile link so …

Member Avatar for pacav69
0
305
Member Avatar for rusddso

I need to configure a proxy on my local machine to use an upstream proxy (installed on another machine). The upstream proxy requires Digest/NTLM authorization. I want the local proxy to deal with the upstream proxy's authorization details and provides authorization free access to users that connect to it through …

Member Avatar for rusddso
0
251
Member Avatar for Violet_82

Hello guys, I wonder if I could get some help with a project I'm planning to start. As you all probably know, I'm learning MVC and I've followed dozen of online tutorials, dipped in and out of many books but I got to the conclusion that I have to dive …

Member Avatar for Violet_82
3
806
Member Avatar for elexender

Hi all, I have a question about file path in lunix. Since i pretty new to linux (im running ubuntu) i dont know how to give a correct file path to fopen command. I want to write some data to a usb drive. Let me show you how i would …

Member Avatar for Erkan_1
0
2K
Member Avatar for rajesh_17

I am a newbie who is trying to implement VoIP using freeswitch. Briefly I was not able to get the call functionality with the freeswitch flex client working. I am working on a web interface where I need to implement VoIP over web. So after some searching I found that …

0
88
Member Avatar for weekendrockstar

I am working with Visual Basic Studio 2013 and one of my forms requires the use of a web client component. I added Web Client to my toolbox and easily added it to my form. When VBStudio cooperates the form does everything as it should perfectly. However, when I loaded …

Member Avatar for djjeavons
0
249

The End.