all groups > vb.net > february 2005 > threads for sunday february 6
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
Advanced DataGrid Question
Posted by Arsalan at 2/6/2005 11:34:17 PM
Is it possible to make a DataGrid containing other controls, for e.g
checkbox or combo box ??
Is it possible to directly edit those DataGrid which are bound to Data set
[containing data returned from query consisting join statements]
... more >>
How to integrate VBA application in VB6
Posted by Mamatha at 2/6/2005 10:03:27 PM
Hi
I want to know the information about how to intigrate VBA
application from VB6.Because i have one application in VBA
with Excel and i have another application in VB6 then i
want to bundle that VBA application into VB6,Please give
me the suggestion to this problem.This is very urgent ne... more >>
Please HELP
Posted by T :-) at 2/6/2005 9:53:17 PM
Hi,
I exported my contacts from the outlook into some tab delimited file (CSV)
which I would like to import
into some table but I have this kind of problem.
there is a free text area in the contact and in case that people put some
enter there it will cause the CSV to open a new row
which is ... more >>
Loading Data into Treeview Control?
Posted by adamtdavis NO[at]SPAM hotmail-dot-com.no-spam.invalid at 2/6/2005 8:54:18 PM
I've almost got this the way I want it. I'm loading my customer names
into a treeview control. My problem is I'm repeating my root nodes. I
know it's something to do with my loop structure but My eyes are
crossing from it can someone help me get this organised lol. here's
my code.
Private... more >>
someone an idea how i can optimize this a bit more
Posted by M. Posseth at 2/6/2005 8:15:28 PM
The below code is to split a mysql file into a file that MSSQL can
understand ( only the DDL should be manually modified )
It does work however it is verry verry slow , i tried it on a AMD 64 3400 +
machine with 1,5 GB of physical memory installed and after 12 hours i had
SQL files worth of 1... more >>
How to retrieve outlook pst file information
Posted by Mamatha at 2/6/2005 8:12:06 PM
Hi
I need to know..how to retrieve values of Microsoft
Outlook in VB,i want to retrieve how many emails contains
in my inbox,outbox,sentitems etc.
Please give me the solution for retrieving values of
outlook in VB6.If you know the solution or code,please
help me,thanks in advance.
Mam... more >>
ref : How To Send a PCL or PostScript File Directly to a Printer
Posted by notregister at 2/6/2005 7:01:06 PM
ref : article ID 298141
Hi i have implement this part into my program, how do i recieve information
whether the printer has printed out correctly so that i can carry on to my
next phase?
is it all right if there is no indication on my windows when i start this
printing process, because i... more >>
process
Posted by notregister at 2/6/2005 6:41:01 PM
Hi i tried using the below to print a document. How do i select the
printername within this process?
With psi1
.Verb = "print"
.WindowStyle = ProcessWindowStyle.Hidden
.FileName = fileName(y)
.Us... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
multi threading
Posted by notregister at 2/6/2005 6:29:02 PM
my program have as many as 8 threads running at a same time. can different
threads open a same file at the same time? let say thread1 open a file
abc.txt at the same time with thread 2, both doing at different operation...... more >>
Selecting a portion of a string
Posted by jasperjoe NO[at]SPAM gmail.com at 2/6/2005 3:14:22 PM
This is a bit of a strange question, I hope someone can help me out on
this as I'm completely stumped.
I have a string that is: bttn1-ITEM1
Is there a way I can read this string so I just get the "ITEM1" bit? I
want to read the bit after the hyphen each time.
e.g.
"bttn2-ITEM3" = "I... more >>
When is .NET needed for client?
Posted by Brett at 2/6/2005 1:02:34 PM
What are the cases in which the .NET framework must be installed on the
client machine?
Are there any setup programs that will do this or how is it usually done?
From what I understand, a .NET program (EXE) can just be copied to another
machine. I suppose that machine must have .NET howeve... more >>
ScaleX alternative
Posted by Martin Horn at 2/6/2005 12:08:58 PM
Hi,
can someone provide a VB .Net equivalent to the following line of code:
Debug.Print ScaleX(10, vbMillimeters, vbPixels) which produces the
result 37.79524
I have an idea that the graphics object ScaleTransform function may be what
I need to use, however I have been unable to lo... more >>
does this sound ok to do?
Posted by rodchar at 2/6/2005 10:33:01 AM
hey all,
given:
OutlookHelper class which retrieves inbox items using Outlook object model.
well the collection in Outlook that holds the inbox items raises an event
that says you just received an email.
i'm subscribing to that event. In the event I want to raise another event to
the ... more >>
can this be done auto...
Posted by rodchar at 2/6/2005 10:09:05 AM
hey all,
i was wondering if you goto a site that prompts you to download and where to
put the download, is there any possible way to automate responses for that?
thanks,
rodchar... more >>
Need ComboBox Property Like "ItemData" as in VB 6.0.
Posted by Prabhudhas Peter at 2/6/2005 10:09:01 AM
I need a ComboBox property like "ItemData" in VB.Net as in VB 6.0.
The Idea behind this question is, i've created a user control combo box in
vb.net with my own set of properties..now i want to store the data of a
column from the database into the Combo box with the corresponding ID field
(whi... more >>
Pass data between 2 applications
Posted by juky at 2/6/2005 9:26:02 AM
Hi all,
I have 2 applications one in VB.net and the other in VC6. I need to
pass data between them. How can I do it? what's the best way to
implement such communication ?
Any comment will be appreciate.
Thank you.
Juky
... more >>
MCSD certification - is it still necessary to land a job?
Posted by Lewis Lang at 2/6/2005 12:11:42 AM
MCSD certification - is it still necessary to land a job? ... or, is
it just a money-maker? Is it worth spending the money on the books and
the exam?
Thanks,
Lewis Lang
... more >>
|