132,726 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for apchidara

hi every one I am evry new to vb.net I want to have brows pictures in my form and I have made a menu and a view option I got a code from the ney but it is not wroking here it is: [B] If DidWork <> DialogResult.Cancel Then strFileName …

Software Development vb.net
Member Avatar for apchidara
0
99
Member Avatar for w32.sysfile

ok, i wanna ask about layouting 2 textareas.. i have 2 text areas, the problem is i want to put 1 in the top 1 and the second 1 in the bottom, but i want to set the height of the top textarea become 2/3 of the window while the …

Software Development java
Member Avatar for w32.sysfile
0
98
Member Avatar for arkaprava

I want to do a project on Community Server ie wana build a community by java plz tell me whether it will be possible by java and what tool should I use

Software Development java
Member Avatar for ksaxena
0
94
Member Avatar for spinaltoad

I'm trying to add xml-rpc to an existing application using [url]http://xmlrpc-c.sourceforge.net/[/url] .I used the following code for testing. [code=c++] xmlrpc_c::clientSimple myClient; xmlrpc_c::value result; myClient.call(serverUrl, methodName, "ii", &result, 5, 7); int const sum((xmlrpc_c::value_int(result))); [/code] The code compiles correctly, but causes the program to throw an error. If I initialize them as …

Software Development c++ xml
Member Avatar for Ancient Dragon
0
143
Member Avatar for chait_anya

hi can we deploy setup of [B][COLOR="Red"]sql server express edition[/COLOR][/B] along with our own apllication? does any licensing issues come into picture? because express edition is freeware, but when i install it on my client machine then it is asking to accept License agreement. if it is free then why …

Software Development client-server sql
Member Avatar for chait_anya
0
103
Member Avatar for monsieur_jj

I am modifying the class CMimeMessage : public CMimeHeader, i need to modify the <pre> virtual inline BOOL MakeMimeHeader(CStringA& header, LPCSTR szBoundary, LPCTSTR szFileName){ATLENSURE(szBoundary != NULL);ATLASSERT(szFileName != NULL);ATLASSUME(m_pszEncodeString != NULL);char szBegin[256];if (*szBoundary){// this is not the only body partChecked::memcpy_s(szBegin, 256, ATLMIME_SEPARATOR, sizeof(ATLMIME_SEPARATOR));Checked::memcpy_s(szBegin+6, 250, szBoundary, ATL_MIME_BOUNDARYLEN);*(szBegin+(ATL_MIME_BOUNDARYLEN+6)) = '\0';}else{// this is the …

Software Development c++
Member Avatar for monsieur_jj
0
156
Member Avatar for mpplumb

Hello, I'm looking to dowload a bunch of .csv files from different web address' using c++. I'm pretty new to c++ but not to computers or object oriented programming. What is the best way to go about developing this downloading functionality and what is a good guide for learning how …

Software Development c++ socket-programming
Member Avatar for mpplumb
0
134
Member Avatar for jaepi

Hello there. I just want to ask some simple explanation about multithreading in this situation. Suppose I have two CD/DVD drives and an applicaton that enables me to control these two drives. This application uses multithreading. How would this thread be implemented or what is the help that this multithreading …

Software Development c++ multithreading
Member Avatar for Tricci
0
85
Member Avatar for harris2107

Hi all, I have a file (tnsnames.ora in Oracle) from which i have to extract the values of two fields. Suppose following is the content of my file called "inputfile.txt" (ADDRESS = ( PROTOCOL = TCP ) ( HOST = 1.1 ) ( PORT = 1521 )) (ADDRESS=(PROTOCOL=TCP)(HOST=2.1)(PORT=1521)) (ADDRESS = …

Software Development oracle shell-scripting
Member Avatar for Fest3er
0
317
Member Avatar for phalaris_trip

Hi guys, I have an MFC application and I made a class called CCustomFilter.. it basically brings up a dialog with some edit boxes, etc.. the user is able to enter a mask and apply the filter.. Now, from the main dialog I am instantiating it as follows: [code=cplusplus] CCustomFilter …

Software Development c++
Member Avatar for Ancient Dragon
0
445
Member Avatar for asilter

[code] 105(decimal) = 01101001(binary) [/code] for example, i want to skip first 3 bits of binary and get the number to the right and assign it to an integer: [code] 01001(binary) = 9 (decimal) [/code] could you plz give a little code sample? thanx.

Software Development c
Member Avatar for WaltP
0
257
Member Avatar for rowly

can anyone help me with this code i just cant understand ! its about filling a deck of cards thx [code] for (i = 0; i < 52; i++) { deck[i] = (i % 13)<<2; deck[i] += i / 13; if(i/13 < 2) deck[i] += 64; [/code]

Software Development c
Member Avatar for WaltP
0
124
Member Avatar for Prithwish

Please tell me from the scratch how to compile and run a .C programme in Turbo C++ Explorer IDE. I'm finding it difficult. Whenever I try to compile and run the .C files , I find these commands as dimmed command in the project and run menus in the IDE. …

Software Development c c++ ide
Member Avatar for iamthwee
0
399
Member Avatar for em_i

Hello, I've just wrote a small program to calculate the factorial of a given number. When i give a small number everything is ok but when i want t calculate the factorial of a biger number, like 53!, I get a wrong answer. I thing that the problec is the …

Software Development c++
Member Avatar for iamthwee
0
169
Member Avatar for scrypt3r

im writing a app that u write some vbscript or javascript or html and u can run it does anyone know how to run any of these languages from in vb

Software Development javascript vb.net vbscript
Member Avatar for scrypt3r
0
100
Member Avatar for scrypt3r

does any1 know how to make the app wen minimized to go to the system tray as a icon

Software Development vb.net
Member Avatar for scrypt3r
0
378
Member Avatar for tonyaim83

Hii.. I m using string vector my element set is L1 L2 L3 L4 L5 what i want now is to remove the whitespaces. so that my elements become L1L2L3L4L5. I tried using remove but it doesn't check as it can't find a whitespace separately means when it iterate over …

Software Development c++
Member Avatar for Bench
0
2K
Member Avatar for scrypt3r

does any1 know the code to make the out line of the form(the bar with the minimize, maximize and close buttons disapear like live messinger

Software Development vb.net
Member Avatar for scrypt3r
0
77
Member Avatar for ishwarbg

Hi, I have a txt file with some details as given in the below format: filename index file position file length ex: 0001.ogg 123 000001 2345 0002.ogg 124 000099 3457 ...... ..... I need to read the third parameter (i.e file position) with corresponds to its file name (first parameter). …

Software Development algorithm c++ file-system
Member Avatar for vijayan121
0
98
Member Avatar for [sbgabor]

Hi All! So the "project": In an Excel sheet I want to create a macro that jumps to a reference based on the value of a given cell. sg like this: Goto.Reference = "R" & [reference to the cell] & "C1" only the number of row changes, column number is …

Software Development visual-basic
Member Avatar for [sbgabor]
0
94
Member Avatar for aomeen

Dear all I'm trying to write a VB code to write a binary file. I already did the job but the problem is that an extra 00 byte is always added at the end of the file. I believe the problem is that after I finish writing, the file pointer …

Software Development visual-basic
Member Avatar for aomeen
0
79
Member Avatar for anto_nee

i have to pass caption of a label to the data report label can i do it plzzzzzzzzzzzzz urgent

Software Development visual-basic
Member Avatar for anto_nee
0
243
Member Avatar for anto_nee

can any one explain me about connecting data reports,ms sql and vb6.0

Software Development sql visual-basic
Member Avatar for debasisdas
0
77
Member Avatar for eXceed69

[COLOR=#000000]Hi all, need some advice I’m writing a program in c. And its objectives would be; 1. Monitor error code occurrences, 2. Deleting Instance in the DB and having a graceful exit. And writing this program in UNIX environment I’ve been searching for some samples thorough, and suggestion?[/COLOR]

Software Development c unix
Member Avatar for eXceed69
0
118
Member Avatar for orvet

[B][/B] i successfully saved picture file as pathfile to database but i do not know how to open this picture file by relevant program suh as internet explorer, acdsee or else?

Software Development visual-basic
Member Avatar for jireh
0
191
Member Avatar for sarath.koiloth

[I][B][COLOR=Green]Please help me to get calender date from the given Julian date(1187610073812). [/COLOR][/B][/I] [I][B][COLOR=Green]Thanks in Advance..:)[/COLOR][/B][/I]

Software Development java
Member Avatar for masijade
0
94
Member Avatar for arkaprava

I have done a stand alone project on Java Swing and MySql where the frontend is designed by Swing and backend is designed on MySQL I wanna build an exe of the project by incorporating the MySql schema and tablespace into the archieved file(exe/jar) Plz tell me whether is it …

Software Development java java-swing
Member Avatar for arkaprava
0
304
Member Avatar for santoshmath

hi everyone, i have a doubt on file handling using C. Can anyone just tell me how to change file extension of a file(ex .txt to .dat ..etc..) using a C program. thank you

Software Development c file-system
Member Avatar for santoshmath
0
88
Member Avatar for santoshmath

hi everyone, the below program is yielding error "segmentation fault",when it is run under unix. This is a file copy program using command line arguements. Without using command line arguement,i mean,taking filenames directly in the program runs successfully. Can anyone tell me what "segmentation fault" means in unix? ------------------- [code=c] …

Software Development c unix
Member Avatar for santoshmath
0
109
Member Avatar for chait_anya

hi, Is MS SQL server 2005 Express Edition is freeware??? anything(webpage/link/material) that gives support to above statement will be most welcome..... thanx and regards. chaitanya.

Software Development sql
Member Avatar for zmariow
0
92
Member Avatar for anvir

Alright, here's the beef. I'm basically writing a program for a PIC18 microcontroller. There's just one problem, my main asm file, it compiles C into assembly and then turns it into bytecode, is too big to be loaded into memory. So I'm getting compiler errors telling me the section is …

Software Development assembly c c# c++
Member Avatar for Salem
0
145
Member Avatar for karimnouh

Hey im new to this C++ business but i just wanted to know cause i find lots or errors coming up to me :'( .. whats the difference between int main and void main.

Software Development c++
Member Avatar for Infarction
0
305
Member Avatar for RRUDMAN

Can anyone help me with an 'IF' statement that will prevent saving a duplicate record in MSSQL

Software Development delphi mssql pascal
Member Avatar for radu84
0
95
Member Avatar for nuBudDy

hi, im having problem with my current project which is to insert values from variable into fields in access database. i know how to insert values from textbox into access but im having problem using variables.can anyone please help me?

Software Development visual-basic
Member Avatar for nuBudDy
0
116
Member Avatar for qaiser

find the reverse contents of array in c++?

Software Development c c# c++
Member Avatar for Ancient Dragon
0
93
Member Avatar for dineshsachdeva

hi! i'm new to the C#. net and need a help for my application, thanks in advance,problem is i have an application which has to read the data which is like this -------------------------(white spaces which is in the file) --------- abc ---------- d----------- efd----------- de xxx----- 25.80---------12.10--------180000.0--------11111 yyyyyyyy---------------709.-----------.03------------------- zz-------------------------------------1426.------------------------- and …

Software Development data-structure
Member Avatar for Hamrick
0
169
Member Avatar for CurtisBridges

I seem to really be lost. I have included the instructions for this problem, for you clarity only. I'm not asking you to do the work.I really want to learn java. I have read this complete chapter Three times now and seem to not be getting through my thick skull …

Software Development java
Member Avatar for jwenting
0
1K
Member Avatar for Steven_C

Hi all, i am a new to VB.NET and i have a project to be completed urgently. I need to insert information from textboxes into a database, I have created the connection using Jet Engine, the connection is working well because I can display records. However I cannot insert new …

Software Development dataset vb.net
Member Avatar for Steven_C
0
194
Member Avatar for mimsc

trying to see if the last character is a '>'......any suggestions I already know how to check for the character heres what I got if (userData.getName().charAt(0)!='<' ) { thank

Software Development java
Member Avatar for mimsc
0
119
Member Avatar for sandile77

i'm writing a program to capture marks and names of 15 students and then i'll be using a function to display whether those students have failed,supplement or passed. but the problem is i'm using strings to capture those names and i'm using arrays to capture those names and the marks.i'm …

Software Development c++
Member Avatar for Lerner
0
101
Member Avatar for orkut123

Hi Guys 1)I am planning to write a simple implementation of T9 , as seen in nokia phones. Could someone suggest an efficient way to go about this ?? 2)I am also planning to write the code for a english dictionary. What is the most efficient way to store and …

Software Development c++
Member Avatar for iamthwee
0
260
Member Avatar for ashok_169

I wrote some kind of code But i wrote it in Notepad now i want to run this in C Compiler how i can transfer it Into C Compiler.Or any other method is there

Software Development c
Member Avatar for TkTkorrovi
0
119
Member Avatar for kahilw

I am trying to insert a jtable into another jtable is that possible. Please help

Software Development java
Member Avatar for Phaelax
0
155
Member Avatar for scrypt3r

does any1 know how to make a app when u minimize it insted ov going to da bottom of screen to go as an icon near clock like the msn messinger icon

Software Development visual-basic
Member Avatar for scrypt3r
0
117
Member Avatar for gaggu82

can anybody tell me the coding for a program to search an element in a string exactly the same word ,like if we are having two words is and this in string then we have to search for is then it only shows is not this........

Software Development c++
Member Avatar for Hamrick
0
165
Member Avatar for preetham.saroja

hello can anybody suggest m, for example-how to change bckground color of particular column-if it has values less than 10(i mean using datagrid_itemdatabound).i searched google for one whole week.but all went in vain!!anybody plz provide m pdf's or articles regarding this article..any type of help will b much appreciated...!!

Software Development pdf vb.net
Member Avatar for Hamrick
0
125
Member Avatar for culebrin

Hi, i've been with this in my neck a month ago, I need to write and read a image file to an Informix DB, but through a COM+ application (3 tier app). I googled this several times with no luck. So please any help would be apreciated. I have tried …

Software Development client-server image visual-basic
Member Avatar for culebrin
0
145
Member Avatar for tgifgemini

VB6 - "FindFirst" with multiple search Criteria Hi everyone, I am trying to modify and expedite the execution of this VB module that was started by an someone else. If you look at the underlying module, you'll see that there are numerous nested loops(Loops within a loop). I understand that …

Software Development visual-basic
Member Avatar for tgifgemini
0
393
Member Avatar for quintoncoert

hi. i would like to ask if the following operation is possible. imagin a device which has a number of rs 232 ports. in this case we shall take four. then imagin that you have two keyboards and two computers connected to these ports. now is it possible to write …

Software Development c
Member Avatar for TkTkorrovi
0
128
Member Avatar for mykurasa

need help in removing the first characters in a number then adding 1 to the number then returning the 2 first characters that were removed. example i want to remove CR FROM CR499 THEN i add 1 to 499 then add back the CR. any help will be appreciated

Software Development vb.net
Member Avatar for Hamrick
0
135

The End.