0
votes
1answer
19 views
Can i embed an image on my asp send mail?
hello all
i have a client that has old school asp. Is it possible to edit the asp file to embeded an image? i only have the asp file and inside that asp file it has an auto respon …
2
votes
5answers
99 views
Is it practical to learn and use visual basic 6 as a 2nd year BSIT student?
Hi. Is it wise to learn and use visual basic 6 in these days? Because many powerful programming languages are emerging. If no, then why and what is the best programming language to …
-2
votes
0answers
52 views
Need help with Visual Basic.NET Program [closed]
I need to develop a computerized hardware / software inventory system. This systems has to also record / track / update inventory based on purchase requisition processed.
Develop …
0
votes
4answers
38 views
Winform Textbox CanGrow ?
I don't find a CanGrow property on the Textbox control. This is common in some other controls, and what it does is expand the control to acomodate more data. Anyway to get this fea …
1
vote
2answers
99 views
Write Mac OS X apps with Visual Studio
Hey guys,
I just came upon this article here which can turn your day to day visual basic app to run on mac os x. Here is the link: http://mac.sillydog.org/dev/visual%5Fstudio.php …
1
vote
1answer
31 views
How do you determine what element of a form is the one responsible for an autopostback in ASP.NET VB?
I have a number of dropdown lists that I'm trying to chain together and they all have autopostback. How can I tell which one of the dropdown lists was the one responsibe for the au …
0
votes
4answers
48 views
Deleting rows from a table using a loop
Why does my Do Until loop try to run raw.Delete even though raw.EOF is true? If I have an empty table, this crashes. Why?
Dim raw As Recordset
Set raw = db.OpenRecordset("tblSampl …
1
vote
3answers
41 views
What tutorial you would recommend to study Power Point VBA? (free on line)
I feel I lack some real basics and I feel I would waste your time if ask all those basic questions here. Can you please recommend a good Power Point VBA tutorial that would explain …
0
votes
1answer
25 views
Doubt in using crystal report in VB6.0
Hi, I'm using Crystal Reports in my VB6 project, but I'm facing error while loading the report in crystalreport1.action=1; Please give me some solution for this problem. It is show …
0
votes
2answers
111 views
Accessing dynamically loaded DLL (with LoadLibrary) in Visual Basic 6
I have a need to create a wrapper for a DLL, loading and unloading it as needed (for those interested in the background of this question, see http://stackoverflow.com/questions/166 …
1
vote
1answer
30 views
MS Excel 2003 VBA - Is there a way to define a group of shapes/object into a “group”
So I have this global mapping scheme, and each country on it are individual shapes. I learned how to manipulate colors/fill based on certain criteria. So the way I do this, or the …
1
vote
2answers
41 views
MS Excel 2003 - Simple unselect question in Excel VBA when dealing with shapes
So I have an excel workbook that has a global mapping scheme in it. So I have a shape for each and every country in excel. Depending on the region select, relative to the data/quer …
0
votes
2answers
30 views
Output Access Table to XML with node
I'm trying to output data from an Access table as XML.
The output looks like example A, what is required looks like example B.
My current code to do this is shown below at exampl …
0
votes
2answers
32 views
Directories that exist - Visual Basic 2008
Hello
How would I be able to make a variable that holds the value of the directories that exist in the C:\ Simple question to answer...
Thanks
Kevin
0
votes
1answer
33 views
Visual Basic 2008 File Search
Hello
I need a file search for my Visual Basic 2008 program. Do you guys know a way to start off? I've heard that you need admin priveledge for some file searches, but I don't wan …
