Posts
 
Reputation
Joined
Last Seen
Ranked #144
Strength to Increase Rep
+14
Strength to Decrease Rep
-3
88% Quality Score
Upvotes Received
80
Posts with Upvotes
65
Upvoting Members
59
Downvotes Received
11
Posts with Downvotes
8
Downvoting Members
11
37 Commented Posts
~627.05K People Reached
About Me

Richter: Die Monster! You don't belong in this world! Dracula: It was not by my hand, that I am once again given flesh. I was called here by humans, who wish to pay me tribute! Richter: TRIBUTE! You steal men's souls and make them your slaves! Dracula:…

Interests
Programming And Video Games
PC Specs
Gigabyte GA-EP35 Intel Core 2 Quad CPU Q9450 4GB DDR2 (Dual Channel) 2 75G WD Raptors In Raid0 2 BFG…
Favorite Tags
Member Avatar for moderate_rock48
Member Avatar for purplegerbil

I am writing an application which will process data over night. When it's finished a report is printed out. I am wanting the report to be printed to 3 different printers on the same network. Is it possible to do this? All three printers are installed on the pc. Thanks …

Member Avatar for TwoFeetDown
0
3K
Member Avatar for stackOverflow

Hi, Front end Vb6, back end.. access... connection.. ODADB... can someone please help me with the code for login and password.

Member Avatar for Sohan_2
-6
16K
Member Avatar for rroygaga

I need help. I am developing an application wherein the user selects multiple images and are displayed on a form. With this application, i need to convert these multiple images into a single image. Any ideas?

Member Avatar for Reverend Jim
0
2K
Member Avatar for Tamir09

Ok, I know about how to check for the end of a file, but what I need to know, is if you create a new file, thats empty, how do you check if it really is empty, and if its the same as EOF, then what am I doing wrong …

Member Avatar for ddanbe
0
2K
Member Avatar for Enee

I have a problem!! I am trying to convert pascal code to VB and am stuck. Pascal: TYPE Elements = SET of 1..255; Xpath = ARRAY[0..50] of BYTE; VAR Path0,Path1,Path2:Elements; Path:Xpath; So, Elements is defined as a base set of numbers 1 through to 255 (inclusive). Path0, Path1 and Path2 …

Member Avatar for divya.jeeta
0
1K
Member Avatar for dtbn

Hi, I already have an excel file (MyXL.xls) and a Visual Basic (Form1.frm) with a command button. Now, I want to write a code for the Visual Basic so that when I click on the command button, the excel file will be opened. Any help is significant to me! Thank …

Member Avatar for ice23
0
14K
Member Avatar for Yogesh Sharma

hey frnds, Firstly I pick the records from the databse into the DataGridView, Then I want that If we made changes to the records in the GridView & Click on Update Button, Changes are Reflected into the Datbase .Plz do reply back the ..

Member Avatar for Venkatesh_6
0
6K
Member Avatar for samatha.kilaru
Member Avatar for Khishin

I downloaded QBASIC 4.5 onto a Windows XP computer, and placed it into C:\QBASIC\. When I try to run QB.EXE though, I get the error: C:\QBASIC\QB.EXE Invalid startup directory, please check your pif file. Choose 'Close' to terminate the application. What do I do here?

Member Avatar for mechbas
0
557
Member Avatar for INI

Good Morning guys, Can someone please tell me how to insert a fileopen dialog in VB? What I want is when the user clicks on a button, the program takes them to a particular directory or folder, that way they will be able to select files on their own from …

Member Avatar for IconKana
0
3K
Member Avatar for NuGG

I cannot run a program on a computer because there are software restrictions in place which prevent the running of .exe files. Is it possible to run a program with out the .exe file extension? (i.e. change it to something else?) If not are there any other ways of getting …

Member Avatar for Tcll
0
2K
Member Avatar for stan yost
Member Avatar for Alyssa_1
0
2K
Member Avatar for Evil03

Hi All, I have created a Vb.net application with back as MS.Access..I shall be very thankful if someone pls guide me on how to EXPORT DATA from the VB>NET Textboxes to NOTEPAD.. THe methof that i am using is creating a CSV file which is can Adjust in excel after …

Member Avatar for Spyderbane
0
1K
Member Avatar for stackOverflow

Hi, I have a problem. I have put up an image on a form of .jpeg format.(copy and pasted).. But when i save it... it works fine at home.. .when i copy it on a cd... it is not saving the background image. Rather ... when I try to open …

Member Avatar for sonunclejalil
0
6K
Member Avatar for hail2dthief

I'm using visual c++ compiler and I want to change the text color in my c++ dos program. What choices do I have if i don't wanna use system function (example: system("color 0a"))?

Member Avatar for Ancient Dragon
0
23K
Member Avatar for vjeshemv2000

Hai all, i have created a project in visual basic 6 and i made the exe file by clicking the command in file menu " Make Exe ........". but the icon represents like a form. i wnat to change this icon to my own. how can i change it. is …

Member Avatar for Omega330
0
3K
Member Avatar for muthuivs

Hi Guys/Gals, I am trying to print a tiff image using vb6, any Idea how to do this by using somekind of print function and calling the tiff file that needs to be printed. EG: I have 101.tiff saved in c:\Scans, and I need vb code to send this to …

Member Avatar for arronlee
-1
1K
Member Avatar for CanadianBlue

I’ve been looking for the answer to this problem for around 2 hours while working on other code. It seems like my answer should be listed in the MSDN because of its simplicity but I cant find it anywhere. And my problem is thus: I have this VB6 program that …

Member Avatar for Carlos_8
0
3K
Member Avatar for EriCartman13

I have a very simple question. Can you run games off of an external hard drive. I play World of Warcraft and many other games. My computer, which is a laptop, only has 40gb of space. I don't have anymore room for patches or anything else. So I was wondering …

Member Avatar for Noah_1
0
6K
Member Avatar for remyajames

Hai, I am doing a project in VB.Net and SQL Server 2000. When I try to execute my queries in the crystal report it gives a query engine error and in other cases it shows the report with each row repeated. The SQL Query works perfectly in the query analyser. …

Member Avatar for Armand_1
0
326
Member Avatar for mickeygee99

Hi I am currently on placement but I am very keen to gather some ideas for my final year university project. Has anyone got any good ideas on which to base my project using VB? I am just looking for ideas which I could look into and research further. any …

Member Avatar for dineshpaatil
0
373
Member Avatar for Kiba Ookami

I was wondering, why are there so many programming languages out there? I mean, I've learned a bit of Visual Basic, a bit of C++ and a bit of Java (which I didn't like) and I was wondering, why others keep making more langauges. I can see Java having to …

Member Avatar for Mrewan79
0
747
Member Avatar for BombAppetit

As the title suggest, I don't know how to add item to a multiple column list box. When I do the usual ListBox1.AddItem "haha" it only adds to the first column. How do I populate the others? Columns property has been set to, say, 3. I googled out this issue …

Member Avatar for jksjai
0
3K
Member Avatar for JBD2

Hi Everybody, Sorry If i'm a bit of a noob at this. I'm wondering how to make a VB Program run in the background...If anybody knows how or has some code that would be great. Thanks for the help! JBD2

Member Avatar for Mr.M
0
4K
Member Avatar for Transworld

Well I have to make a microwave program in Visual Basic for school. I can't seem to find anything in the index that will help me with the timer/countdown. I found TimeOfDay() and was going to use that for the clock but I can't figure out how I would make …

Member Avatar for ranyone
-3
12K
Member Avatar for bkhindri

I am trying to use an IF statement to enable/disable command buttons; however, I get the following error message "Run Time Error '424': Object Required". The "cmdDeptStoresMC.Enabled=True" is highlighted in yellow when I run the code. Please assist. Below is my code: Sub Check_AccessRights() Dim X As String Dim Y …

Member Avatar for aronhugos
0
718
Member Avatar for ronb

i wrote and compiled an vb 6 program on a windows xp sp2 box i am trying to run the program via a batch file from an nt box i get this error: runtime error 91: object variable or With block variable not set the program runs under the scheduler …

Member Avatar for aronhugos
0
4K
Member Avatar for rekhamanoj
Member Avatar for stackOverflow

[FONT=Comic Sans MS]Hi everyone, I'm shreya. I'm doing my bca (bachelor in computer applications)-4th sem. I'm required to do a mini project on dbms using msaccess and backend as vb. I'd be glad if you can suggest a project. I have 3 months to complete this project. I hope I'll …

Member Avatar for MonishaBala
-3
562