132,726 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for 9tontruck

Hi guys This is a question about C++ setting you dont even need to know about the library I am trying to use. I am coding C++ in VS2010 right now and I am trying to use 'icclib' which was downloaded from http://www.argyllcms.com/icclibsrc.html I made a new project, added an …

Software Development c++ open-source
Member Avatar for gusano79
0
227
Member Avatar for TheQuestor

I am trying to read through a text file and pull out bits of information I need. I have it 1/2 working but need to figure out how to loop through it to get the other 1/2 Sample log file '-------------------------------------------------------------------------------------------------------------- [01:32:18.281] [@Flos'tok] [@Flos'tok] [Force Valor {875503313485824}] [ApplyEffect {836045448945477}: Force …

Software Development file-stream regex vb.net
Member Avatar for Reverend Jim
0
172
Member Avatar for I_m_rude

hi.... int x=30, *y,*z; y=&x; assume x address is 500 and int is of 4 bytes z=y; *y++=*z++; x++; printf("%d %d %d",x,y,z); i want to ask that how the value of y is 504 here ? firstly value of z is assigned to value of y. then z is incremented …

Software Development c
Member Avatar for I_m_rude
0
204
Member Avatar for crazyvonzipper

Dear Daniweb members. I am having quite a troublesome time here with OleDb. What I am trying to achieve is to allow my users to connect to an uploaded Excel workbook, then to be able to select data from the sheets. I have a query designer in the front end …

0
188
Member Avatar for annette_arpana3

> > Quoted Text Here i am doing a snmp monitoring tool using java.. how can i insert a word rather that inserting the object indentifier value in the text box. it will be more user friendly if users only need to insert the word rather than inserting the long …

Software Development java java-swing window-manager
Member Avatar for annette_arpana3
0
165
Member Avatar for zachattack05

The application I am working on uses SQL to store data. Most of the data is fine the way it is, but one of the tables contains information that would be very tempting for some users to alter. My original plans were to have the application check the identity column …

Software Development sql
Member Avatar for zachattack05
0
170
Member Avatar for jnbradl

I am trying to create a "simple" c# windows application for adding data from textboxes to a MS Access database on the local machine. I am new to C# and have not found a good tutorial on how to do this. I have viewed multiple sites and this is my …

Software Development microsoft-access open-source
Member Avatar for samsylvestertty
0
966
Member Avatar for krunal1986

hi, i have records in table like this: id v1 v2 v3 1 587 21 759 2 230 4 495 now i want ouput like below: id v1 v2 1 587 21 2 587 759 3 230 4 4 230 495 i am stuck here don't know what will be …

Software Development mssql sql
Member Avatar for deceptikon
0
458
Member Avatar for aldrin_ison1

Hi! I'm constructing a code for parsing results in an html form and I'm having problems with strcat. It's really weird 'cause I'm positive the syntax and all that are all correct. I can't seem to find where the problem is. Basically, I have this non-empty string "copy" and when …

Software Development algorithm c html-css
Member Avatar for aldrin_ison1
0
239
Member Avatar for astala27

Hi mates, How can I keep the result ready to paste in copy? I was trying to find this thing on Google but so far everthing is about to copy the physical address of the data :/ I need to copy the result, as an example imagine a calculator copy …

Software Development c++
Member Avatar for NathanOliver
0
351
Member Avatar for ashish karna

hi i want to convert the prefix form to postfix,prefix and infix form but when i input +5*62 it retuns only 2 what is wrong with my code can anybody help to solve this #include<stdio.h> #include<conio.h> #include<stdlib.h> #define Operator 1 #define notOperator 0 #define empty -1 struct node{ char item; …

Software Development c
Member Avatar for deceptikon
0
215
Member Avatar for HibaPro

i use the properites IsIdentity in my sql server table, when i use the datagridview its show a negative value , my question is how to set the value to positive value ???

Software Development vb.net
Member Avatar for Pgmer
0
96
Member Avatar for jezguitarist30

I just want to know what WMI class should I use to get the Name,Socket,BrandName,Manufacturer and Total Size of my Memory.

Software Development vb.net
Member Avatar for jezguitarist30
0
123
Member Avatar for timk25

Hi, I am new to programming and I am struggling with an sql select statement. I would really appreciate any help anyone can offer me! What I am trying to do is populate a textbox (using code and without creating a dataset) with data retrieved from an sql database. I …

Software Development c c# c++ dataset sql
Member Avatar for idrissi
0
189
Member Avatar for techy50

hi! everyone. please could you give me some** great project ideas in C language**. Projects which deliver a practical solution to a problem . At the same time ,could you give some advice on how to start and end it perfectly. Thanks.

Software Development c
Member Avatar for Schol-R-LEA
0
238
Member Avatar for HibaPro

I have a textbox and 3 comboboxes in my form, what i need from this is when the user enter a value in text box (I checked if the value exist on my database or not) i need other query to returned and fill my 3 comboxes in all record …

Software Development vb.net
Member Avatar for Pgmer
0
268
Member Avatar for mavtcr

**Dear All,** I am a new entrant in the **DANIWEB**.I am a beginner in Visual Basics.Self studying through browsing the net.I want to make a small programme to be used by 5 or 6 users.in a stand alone computer.How this user management system can be coded.The following operations are required. …

Software Development visual-basic
Member Avatar for mavtcr
0
204
Member Avatar for tizzi09

I have created a table in my access and i have inserted values in it. I also created a login page on my vb.net form in which i want a matcching field in the table to serve as my UserId and Password to allow user access the next form. I …

Software Development vb.net
Member Avatar for jezguitarist30
0
241
Member Avatar for SakuraAssassin

is it possible to use information input into one screen, then displayed into another screen using sql commands? this is how i am trying to get the information required: String sql = ""; if (cname.getText ().length () != 0) { sql = "SELECT CommonName, ScientificName,Type FROM Animals WHERE CommonName LIKE …

Software Development java sql
Member Avatar for stultuske
0
231
Member Avatar for Shoob92

Hi! I was wondering if there is anyway that i could open up Windows Explorer and use the search field in the upper right corner from my Windows form program. The situation is that i build up a search string inside my program and i just want to open up …

Software Development c#
Member Avatar for lolafuertes
0
522
Member Avatar for rahul pareek

When i declare array in c before main method it gives, an error. Declaration is char a[65000]; main() {} and another declaration in other file char a[63000]; main() {} has no error what is the reason.

Software Development c
Member Avatar for rithish
0
216
Member Avatar for sheick21

image slide show in vb6.0 on either left or ryt

Software Development image visual-basic
Member Avatar for Bile
0
89
Member Avatar for alexander1s

Hello, I would like some advices with my program, i having issues I have a program in visual basic that is linked to access database using the connection wizard. in access i set the number field to autonumber but in visual basic i putting as a text because it would …

Software Development visual-basic
Member Avatar for Bile
0
97
Member Avatar for osiron

Hi guys, I'm kinda new to pthreading and so I made this program that prints "hello" 10 times but I wanted to have a delay where it puts "hello" in one second between time interval (like a stopwatch). Unfortunately, I used the `sleep(1)` function and it only prints out one …

Software Development c++
Member Avatar for L7Sqr
0
146
Member Avatar for Bile

-->>Hi all out there... -->>I developed my application in windows 7 lately but my OS crashed suddenly so I decided to install XP SVC-Pack3 -->>I installed back my VB 6.0 but when I run my Application the Codes that were fine in V=Windows 7 are now Mulfunctioning... -->>Now Iam going …

Software Development visual-basic
Member Avatar for Bile
0
210
Member Avatar for roemerito

Hello everyone, I've been programming in VB.Net since i started and now i want to do everything in C#, but i ran in to some trouble in VB.Net is really easy If(form1.Visible=true)Then { form1.Textbox1.Text = Textbox1.Text //And So on for any field that i wanted } But in C# I'm …

Software Development
Member Avatar for roemerito
0
260
Member Avatar for DarkPyros

hey, guys, was wondering if i could get some help with this school assingmnet. no, im not asking for code. more like guidance and clarification. the following is the assignment itself: *You are required to create a Visual Basic application for the Roytec Examinations Department. The program must accept student …

Software Development gui vb.net visual-basic
Member Avatar for DarkPyros
0
205
Member Avatar for dot_binary

I'm tring to make 3D rotation of a poligon, I wrote my own functions for that.The problem is when I rotate some points in 2D it works but if I use the same functions for 3D , while rotating the veteces move to the center of the object and remain …

Software Development c++
Member Avatar for DeanMSands3
0
159
Member Avatar for M.Waqas Aslam

hello ! i am working on a simple parental lock application . i want to know all the websites visited by the user , i mean , for example now i am visiting daniweb.com , is there is any way to get the name of daniweb.com and after getting it …

Software Development vb.net
Member Avatar for Pride
0
115
Member Avatar for hericles

I've been at this for hours - I am trying to display a barcode font in a label. Sounds simple but apparently isn't. I've added the font ttf to the project and added it to the UIAppFont array in the project p-list but the text appears normally (defaults to the …

Software Development objective-c
Member Avatar for hericles
0
159
Member Avatar for risen375

Im have trouble trying to calulate this 3*a-4*c. The program calculate only 3*a and produces no errors. call getPos M1 dw ? mov M1, AX call crlf call getPos M2 dw ? mov M2, AX call crlf call getPos M3 dw ? mov M3, AX call crlf mov BX, 2 …

Software Development assembly
Member Avatar for mathematician
0
113
Member Avatar for chris283

Hi, I am new to c# and was wondering could someone help me. i am trying to valiate a cell in my datagrid view so that when a minus value is entered, i will get an error, i am unsure of how this is completed, i have tried a few …

Software Development
Member Avatar for Mitja Bonca
0
112
Member Avatar for mrbungle

I'm not sure how to tackle this problem. I have an app that has a range of numbers, like D100100 to D100200. Right now, it's all done with a text file, and what needs to happen is each document needs it's own number in sequence. They are DUI Citations. So, …

Software Development vb.net
Member Avatar for mrbungle
0
145
Member Avatar for arionyx

I need to convert java.lang.ProcessImpl to a String, any ideas?

Software Development java
Member Avatar for JamesCherrill
0
2K
Member Avatar for apanimesh061

I need to run Mingw4.6 on my Dev C++ which already has mingw32 3.6 installed! Does this version of mingw allow us to use 'C++11' ??? Please help!

Software Development c++
Member Avatar for triumphost
0
2K
Member Avatar for abhi415

**Hello Guys... I am building an application in which there are 3 radio buttons. And i want to add password authentication on one of the radio button. So, I have inserted an Input box in my code and ask for the password from the user, Its working fine if we …

Software Development vb.net
Member Avatar for Begginnerdev
0
203
Member Avatar for teppuus

Hello, I am working on debugging a program at my job. My coworker who wrote the program passed away last year, so it fell to me to try and update some changes we needed. I am a novice at programming and VB6 but was able to make the changes. Unfortunately, …

Software Development visual-basic
Member Avatar for teppuus
0
121
Member Avatar for king03

Hi guys just need a little help here. Well I'm done with the code but I can't seem to understand what's wrong with it. I mean when you are done entering your pair of username and password on both forms it's supposed to save the username and password entered on …

Software Development sql visual-studio
Member Avatar for king03
0
142
Member Avatar for IT_Techno

Hi anybody know how to convert a doc file to pdf using c# code i need to create my owne application i donot want to use any one at internet Best Regards, IT_Techno

Software Development pdf
Member Avatar for mfran
0
1K
Member Avatar for lil_bit

Hi. Here is a simple beginners program. It uses "if_else" and returns no information. After execution, it deletes files within the same directory as the exe. Enjoy.

Software Development c++
Member Avatar for mrnutty
0
211
Member Avatar for javanub123

im following along in this nifty little book and one of the coding examples just sparked my interest. data = open('some_file.txt') for each_line in data: print(each_line) How does python know what i want it to do without really telling it? i figured i would have to tell it how i …

Software Development python
Member Avatar for HiHe
0
152
Member Avatar for Hazardous_Byte

Hello everyone! I am having a bit of an odd problem here. So, on my Visual Studio project, I decided to use a precompiled header. This didn't seem to cause a noticable problem up until today. I have a small segment of code that is supposed to remove one element …

Software Development c++ visual-studio
Member Avatar for Hazardous_Byte
0
734
Member Avatar for Minko

Hello, I am trying to place data from a text file into an array and then sort it by date and finally display it in a text box. The part I am stuck on is sorting the data by date. As I do not want to confuse anyone trying to …

Software Development vb.net
Member Avatar for Minko
0
6K
Member Avatar for guilherme.carvalho.9250

Hello to everyone, Im new to vb.net and right now I am developing a program that its like a agenda where the user sets the date and the time do be remembered of the task the he has to do. Im storing the tasks in a txt file. The part …

Software Development vb.net
Member Avatar for Pride
0
416
Member Avatar for rithish

#include <stdio.h> #include <stdlib.h> #include<string.h> void main() { char name[30],mname[40]; printf("enter the num:"); gets(name); strcat(name,123); printf("%s",name); } is it possible to concatenate num and character its not working how to concatenate numbers and character

Software Development c
Member Avatar for Ancient Dragon
0
187
Member Avatar for Ashenvale

Hi there, I wanted to get the percentage of total vote per candidate but it always result to 0.00. Can anybody tell me what's wrong with my code? public static void main(String[] args) { //Array Declaration String[] candidate = {"Estrada J.", "Drilon F.", "Enrile J.", "Lacson"}; int[] voteEs = {5, …

Software Development java
Member Avatar for Ashenvale
0
119
Member Avatar for vergil1983

Hey guys I was trying to run a Applet from netbeans 6.9.1 My code has no error when i compile, but when i run the file I received an error which says "start applet not initialized". what does that mean? thanks There are 4 classes in my code, which is …

Software Development java java-netbeans
Member Avatar for SasseMan
0
624
Member Avatar for I_m_rude

hi, int fun(int(*)()) { ....... ....... ...... } int main() { ....... ...... ....... fun(main); ........ ........ } my question is that how can we use "main" (only name without parenthesis) as the pointer to a function ? because main() is a function. I am not getting it how is …

Software Development c
Member Avatar for deceptikon
0
114
Member Avatar for Zeref

Hi guys. So, I'm trying to read data from a database and displaying in a GtkTreeview. I used glade to design the GUI when i click on the button (view movies) the list of movies should display as a list. def on_btnmovies_clicked(self,widget,data=None): store=self.builder.get_object('listmovies') connect=sqlite.connect('movies.db') db=connect.cursor() db.execute("SELECT * FROM movie") for …

Software Development database-design gui python sqlite
Member Avatar for Zeref
0
756
Member Avatar for themaj

I need to start my VB.NET app through a batch file and pass an argument to it. The app uses the argument (a dated directory;Ex: 20120530) to process the data files there, output a CSV and a Log file and then close the app. The app does not need any …

Software Development vb.net
Member Avatar for themaj
0
408

The End.