What is the easiest way to print pdf files using Visual Basic 2005? I have some experience programming in VB 6 but I'm haven’t' been using 2005 very long so …
I read jsp tutorial by peter_budo on database connectivity using MVC model in jsp then I tried to create a registration page but I have errors on my page . …
Hi all.
I have error with script below :
Dim sql as string
sql = "select * from [table] where [field] like '%" & text1.text & "%'"
Hi
I have a running website which is based on ASP.NET
Now I want to convert the full webiste in PHP.
The current website is based on …
first of all, I wanna say hi to u all as I'm new to daniweb. I'm a freshman in a college so I don't know much of c yet. So …
Ok, my problem is that I'm reading from a file 3 values, a last name, first name and salary, for example: Key Bobby 43000
I have an array of …
Hi
I have stored File objects in a vector. Now I which to call the methods of the file objects stored in the Vector. Unlike C++ you cannot simply …
Hello guys, I have Laptop with Ubuntu/Vista Multiboot
I would like to connect to my office place Domain. Mind you that this is my personal Laptop and I cannot …
I made project in Console are the any way change font style in it(and there is can I change size too?
Thanks Sergey
Well i didnt really know where to post this =(, if you think its wrongly placed just move it =P
I don't know if other Pascal versions show each …
Hello there, after days of researching I finally managed to finish my dragging and dropping of mail items in MS Outlook. But I have this annoying pop up thing in …
Hi, I want to develop an application that will link into SAP. This application should read a mag stripe from a card swipe machine and then update records on SAP.
Hey everyone, been using this site for a lot of my programming needs, but is time I would appreciate some help. Just started assembly language and I am having trouble …
Hello!
I have a liitle problem with my programm. I need to create programm that is making a AutoCAD drawing from a windows form. I Alrady got the everything …
hi, I have used LoadImage() to load a bitmap as HBITMAP. If I use SelectObject() to attach it to an HDC, and then BitBlt() it to the screen, that works …
Hi
I have a problem,
i have designed a database program with vb6 and ms access. and the program is suppose to display specific records using datareport. eg …
Hello everyone, I've been using this website and it has helped me with it's hundred of solved cases, but I couldn't find one appropriate for this one.
I have …
So Ya My Explorer.exe Keeps Crashing Too And Everytime I Try To Run It It Shuts Off In Like 10 Seconds. Here Is My Log File
Logfile of Trend …
Hi,
This is my second post in continuation to my previous one. How can I loop through all the files in a folder.
Cheers!
Ali
Hi all,
I would like to be able to show all the websites visited on a machine.
How would i go about doing this.
Thanks
Hi all,
I would like to share, how to get your website indexed in Google. For my last project i got indexed in Google for less than 48 hours.
…My friend and i were having a discussion the other day and we were having a heated argument about how to make that dang diamond pattern in C++ code...does anyone …
Hi everyone,
i am in need of ideas and want a bit of advise...i want to make a serial port sniffer which will be able to read the data …
Hello, I was assigned the task of coding this program in python for homework and I recently ran into a problem. Basically the assignment asks that a program prompt the …
Greetings! So my question is: Is it possible to create your own data type? Not a class, or a structure, that builds from predefined C++ types, but your very own. …
I have a PDF file full of addresses (>3000) in this format:
Name
Street Address
City State Zip
Phone Number
Is there any program that …
I have Toshiba Satellite A40 with Toshiba SD-R2412 CD-RW/DVD-ROM Optical drive. I have to change my optical drive due to lens failure and I bought TEAC DW-224E as per recommendation …
inFile >> x;
while(!inFile.eof())
{
if(x == '\n')
{
cout << endl;
}
cout << x;
inFile >> x;
}
will this code detect end of line? I'm having …
Coin game: Alice and Bob are playing a game using a bunch of coins. The players
pick several coins out of the bunch in turn. Each time a player …
Hello !
I want to get the current week number of the month. I have used this code below : -
Private Sub Command1_Click()
Dim t_Day As …
when a datareport show, there has a button to print the page manually. I want when I click the button (to show the data report,it will not show), the page …
In netbeans I added a scroll pane + bar inside one of my JPanels. When I drag enough items into the JPanel, the size of the JPanel increases in netbeans. …
Hey,
How do I implement multi-level dynamic navigation with php? Assuming my database would be like:
id name parent_id
----------------------------
1 page 0
2 sub1 1
3 sub2 1 …
I'm a IT tech and I need to learn how to modify a Lotus Notes .id file to reset users passwords. What tool or application can I download to change …
Hello guys!
I am totally new in visual basic and have got desperately stuck for 4 hours with this problem which I bet is very stupidly simple.
The …
Hey,
Im trying for a message box to pop up with a price, depending on the time. Before 11:30 costs £3.00, afterwards costs £4.50. This is what i have …
i have 3 text boxes a b and c
i would like to enter time into the a and b and have c calculate the tot time in hrs …
This 'sticky' thread is for working examples of Python GUI code. Note that most wxPython examples have their own thread.
Please use comments in your code to help the reader.
…Hello, I'm making a little app that runs through a Richtextbox and makes it turn string "[BK]" red.
But I can't get it to make all of the "[BK]"'s …
hi guys, it took me some time to find out how to export listview to excel, so i wanted to share it with you. i would like to post this …
greatings to all of you!!
I start learning c++ and i getting a problem with the ENTER key... i want to ignore it and i just know how.
I searched, but have no clue what to do. I have a small picturebox(34x34 pixels) and want to have a transparent label(maybe 12x12 or 15x15 pixels) in the corner of …
Do you think that building a website and then putting it on the web would get you customers and help in getting return on investment? If your answer is yes, …
Hey everyone,
I created a program for one of my clients which uses a back-end MS Access database with a front-end VB.net application that allows the user …
I am trying to create a link between two of my clients websites but they don’t want them to be visible on either website. Is there a way I can …
Hi there
I am a student studying ecommerce. I am interested in social shopping and want to find out if ecommerce site owners and seo's have ever added products …
I don't get where to insert the code and such; I could really use some help with this. :)
Here's my java file: (I removed irrelevant stuff)
package …
hi..actually i am developing a web application wherein i need to print barcodes at client side.
i have the PCL file that would print the barcode but the problem …
Hi i want to display the version number of my application in VB6, I know the solution is going to be really simple.. please help!